Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-21893 (GCVE-0-2025-21893)
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-21893", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2025-03-31T20:45:39.862234Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-416", "description": "CWE-416 Use After Free", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-03-31T20:53:50.193Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "include/linux/key.h", "security/keys/gc.c", "security/keys/key.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "6afe2ea2daec156bd94ad2c5a6f4f4c48240dcd3", "status": "affected", "version": "9578e327b2b4935a25d49e3891b8fcca9b6c10c6", "versionType": "git" }, { "lessThan": "f6a3cf833188e897c97028cd7b926e3f2cb1a8c0", "status": "affected", "version": "9578e327b2b4935a25d49e3891b8fcca9b6c10c6", "versionType": "git" }, { "lessThan": "75845c6c1a64483e9985302793dbf0dfa5f71e32", "status": "affected", "version": "9578e327b2b4935a25d49e3891b8fcca9b6c10c6", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "include/linux/key.h", "security/keys/gc.c", "security/keys/key.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "status": "affected", "version": "6.10" }, { "lessThan": "6.10", "status": "unaffected", "version": "0", "versionType": "semver" }, { "lessThanOrEqual": "6.12.*", "status": "unaffected", "version": "6.12.21", "versionType": "semver" }, { "lessThanOrEqual": "6.13.*", "status": "unaffected", "version": "6.13.9", "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.12.21", "versionStartIncluding": "6.10", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.13.9", "versionStartIncluding": "6.10", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.14", "versionStartIncluding": "6.10", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nkeys: Fix UAF in key_put()\n\nOnce a key\u0027s reference count has been reduced to 0, the garbage collector\nthread may destroy it at any time and so key_put() is not allowed to touch\nthe key after that point. The most key_put() is normally allowed to do is\nto touch key_gc_work as that\u0027s a static global variable.\n\nHowever, in an effort to speed up the reclamation of quota, this is now\ndone in key_put() once the key\u0027s usage is reduced to 0 - but now the code\nis looking at the key after the deadline, which is forbidden.\n\nFix this by using a flag to indicate that a key can be gc\u0027d now rather than\nlooking at the key\u0027s refcount in the garbage collector." } ], "providerMetadata": { "dateUpdated": "2025-05-04T07:23:40.081Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/6afe2ea2daec156bd94ad2c5a6f4f4c48240dcd3" }, { "url": "https://git.kernel.org/stable/c/f6a3cf833188e897c97028cd7b926e3f2cb1a8c0" }, { "url": "https://git.kernel.org/stable/c/75845c6c1a64483e9985302793dbf0dfa5f71e32" } ], "title": "keys: Fix UAF in key_put()", "x_generator": { "engine": "bippy-1.2.0" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2025-21893", "datePublished": "2025-03-31T19:41:46.137Z", "dateReserved": "2024-12-29T08:45:45.783Z", "dateUpdated": "2025-05-04T07:23:40.081Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-21893\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-03-31T20:15:14.613\",\"lastModified\":\"2025-04-08T15:48:59.010\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nkeys: Fix UAF in key_put()\\n\\nOnce a key\u0027s reference count has been reduced to 0, the garbage collector\\nthread may destroy it at any time and so key_put() is not allowed to touch\\nthe key after that point. The most key_put() is normally allowed to do is\\nto touch key_gc_work as that\u0027s a static global variable.\\n\\nHowever, in an effort to speed up the reclamation of quota, this is now\\ndone in key_put() once the key\u0027s usage is reduced to 0 - but now the code\\nis looking at the key after the deadline, which is forbidden.\\n\\nFix this by using a flag to indicate that a key can be gc\u0027d now rather than\\nlooking at the key\u0027s refcount in the garbage collector.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: keys: Fix UAF en key_put() Una vez que el recuento de referencia de una clave se ha reducido a 0, el hilo del recolector de basura puede destruirla en cualquier momento y, por lo tanto, key_put() no puede tocar la clave despu\u00e9s de ese punto. Lo m\u00e1ximo que key_put() normalmente puede hacer es tocar key_gc_work ya que es una variable global est\u00e1tica. Sin embargo, en un esfuerzo por acelerar la recuperaci\u00f3n de la cuota, esto ahora se hace en key_put() una vez que el uso de la clave se reduce a 0, pero ahora el c\u00f3digo mira la clave despu\u00e9s de la fecha l\u00edmite, lo cual est\u00e1 prohibido. Corrija esto usando una bandera para indicar que una clave puede ser gc\u0027d ahora en lugar de mirar el recuento de referencia de la clave en el recolector de basura.\"}],\"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\":\"6.10\",\"versionEndExcluding\":\"6.12.21\",\"matchCriteriaId\":\"2D7E688A-00BB-4090-BC53-2B56AE5873B7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.13.9\",\"matchCriteriaId\":\"FAECBE4D-58CF-4836-BBAB-5E28B800A778\"},{\"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,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"66619FB8-0AAF-4166-B2CF-67B24143261D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc4:*:*:*:*:*:*\",\"matchCriteriaId\":\"D3D6550E-6679-4560-902D-AF52DCFE905B\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/6afe2ea2daec156bd94ad2c5a6f4f4c48240dcd3\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/75845c6c1a64483e9985302793dbf0dfa5f71e32\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f6a3cf833188e897c97028cd7b926e3f2cb1a8c0\",\"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-21893\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-03-31T20:45:39.862234Z\"}}}], \"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-03-31T20:45:41.300Z\"}}], \"cna\": {\"title\": \"keys: Fix UAF in key_put()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"9578e327b2b4935a25d49e3891b8fcca9b6c10c6\", \"lessThan\": \"6afe2ea2daec156bd94ad2c5a6f4f4c48240dcd3\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9578e327b2b4935a25d49e3891b8fcca9b6c10c6\", \"lessThan\": \"f6a3cf833188e897c97028cd7b926e3f2cb1a8c0\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9578e327b2b4935a25d49e3891b8fcca9b6c10c6\", \"lessThan\": \"75845c6c1a64483e9985302793dbf0dfa5f71e32\", \"versionType\": \"git\"}], \"programFiles\": [\"include/linux/key.h\", \"security/keys/gc.c\", \"security/keys/key.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.10\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.10\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.12.21\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13.9\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.13.*\"}, {\"status\": \"unaffected\", \"version\": \"6.14\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"include/linux/key.h\", \"security/keys/gc.c\", \"security/keys/key.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/6afe2ea2daec156bd94ad2c5a6f4f4c48240dcd3\"}, {\"url\": \"https://git.kernel.org/stable/c/f6a3cf833188e897c97028cd7b926e3f2cb1a8c0\"}, {\"url\": \"https://git.kernel.org/stable/c/75845c6c1a64483e9985302793dbf0dfa5f71e32\"}], \"x_generator\": {\"engine\": \"bippy-7c5fe7eed585\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nkeys: Fix UAF in key_put()\\n\\nOnce a key\u0027s reference count has been reduced to 0, the garbage collector\\nthread may destroy it at any time and so key_put() is not allowed to touch\\nthe key after that point. The most key_put() is normally allowed to do is\\nto touch key_gc_work as that\u0027s a static global variable.\\n\\nHowever, in an effort to speed up the reclamation of quota, this is now\\ndone in key_put() once the key\u0027s usage is reduced to 0 - but now the code\\nis looking at the key after the deadline, which is forbidden.\\n\\nFix this by using a flag to indicate that a key can be gc\u0027d now rather than\\nlooking at the key\u0027s refcount in the garbage collector.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-03-31T19:41:46.137Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2025-21893\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-31T20:53:50.193Z\", \"dateReserved\": \"2024-12-29T08:45:45.783Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-03-31T19:41:46.137Z\", \"assignerShortName\": \"Linux\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
CERTFR-2025-AVI-0559
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Ubuntu 16.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 20.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 24.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 25.04", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 18.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 24.10", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 14.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 22.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } } ], "affected_systems_content": "", "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).", "cves": [ { "name": "CVE-2022-3640", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3640" }, { "name": "CVE-2024-26982", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26982" }, { "name": "CVE-2021-47211", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47211" }, { "name": "CVE-2021-47260", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47260" }, { "name": "CVE-2023-52664", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52664" }, { "name": "CVE-2021-47576", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47576" }, { "name": "CVE-2024-36945", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36945" }, { "name": "CVE-2024-42230", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42230" }, { "name": "CVE-2024-46812", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46812" }, { "name": "CVE-2024-46821", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46821" }, { "name": "CVE-2024-46753", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46753" }, { "name": "CVE-2024-46787", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46787" }, { "name": "CVE-2024-49958", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49958" }, { "name": "CVE-2024-50047", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50047" }, { "name": "CVE-2024-50116", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50116" }, { "name": "CVE-2024-50157", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50157" }, { "name": "CVE-2024-53051", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53051" }, { "name": "CVE-2024-53144", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53144" }, { "name": "CVE-2024-8805", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8805" }, { "name": "CVE-2024-53222", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53222" }, { "name": "CVE-2024-56551", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56551" }, { "name": "CVE-2024-56599", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56599" }, { "name": "CVE-2024-53168", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53168" }, { "name": "CVE-2024-53197", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53197" }, { "name": "CVE-2024-56664", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56664" }, { "name": "CVE-2024-56608", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56608" }, { "name": "CVE-2025-21666", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21666" }, { "name": "CVE-2025-21669", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21669" }, { "name": "CVE-2025-21670", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21670" }, { "name": "CVE-2025-21674", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21674" }, { "name": "CVE-2025-21675", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21675" }, { "name": "CVE-2025-21676", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21676" }, { "name": "CVE-2025-21678", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21678" }, { "name": "CVE-2025-21682", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21682" }, { "name": "CVE-2024-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53124" }, { "name": "CVE-2024-57948", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57948" }, { "name": "CVE-2025-21647", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21647" }, { "name": "CVE-2025-21665", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21665" }, { "name": "CVE-2025-21667", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21667" }, { "name": "CVE-2025-21668", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21668" }, { "name": "CVE-2025-21680", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21680" }, { "name": "CVE-2025-21681", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21681" }, { "name": "CVE-2025-21683", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21683" }, { "name": "CVE-2025-21673", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21673" }, { "name": "CVE-2024-47726", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47726" }, { "name": "CVE-2024-56721", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56721" }, { "name": "CVE-2025-21684", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21684" }, { "name": "CVE-2025-21689", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21689" }, { "name": "CVE-2025-21690", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21690" }, { "name": "CVE-2025-21692", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21692" }, { "name": "CVE-2025-21697", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21697" }, { "name": "CVE-2025-21699", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21699" }, { "name": "CVE-2024-57949", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57949" }, { "name": "CVE-2024-57951", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57951" }, { "name": "CVE-2025-21694", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21694" }, { "name": "CVE-2024-57979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57979" }, { "name": "CVE-2025-21715", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21715" }, { "name": "CVE-2025-21719", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21719" }, { "name": "CVE-2025-21728", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21728" }, { "name": "CVE-2025-21753", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21753" }, { "name": "CVE-2025-21767", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21767" }, { "name": "CVE-2025-21795", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21795" }, { "name": "CVE-2025-21799", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21799" }, { "name": "CVE-2025-21802", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21802" }, { "name": "CVE-2024-58014", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58014" }, { "name": "CVE-2025-21718", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21718" }, { "name": "CVE-2025-21772", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21772" }, { "name": "CVE-2025-21785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785" }, { "name": "CVE-2024-57924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57924" }, { "name": "CVE-2024-57834", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57834" }, { "name": "CVE-2024-57973", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57973" }, { "name": "CVE-2024-57978", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57978" }, { "name": "CVE-2024-57980", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57980" }, { "name": "CVE-2024-57981", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57981" }, { "name": "CVE-2024-57986", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57986" }, { "name": "CVE-2024-58001", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58001" }, { "name": "CVE-2024-58007", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58007" }, { "name": "CVE-2024-58010", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58010" }, { "name": "CVE-2024-58016", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58016" }, { "name": "CVE-2024-58017", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58017" }, { "name": "CVE-2024-58020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58020" }, { "name": "CVE-2024-58034", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58034" }, { "name": "CVE-2024-58051", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58051" }, { "name": "CVE-2024-58052", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58052" }, { "name": "CVE-2024-58055", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58055" }, { "name": "CVE-2024-58058", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58058" }, { "name": "CVE-2024-58063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58063" }, { "name": "CVE-2024-58069", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58069" }, { "name": "CVE-2024-58071", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58071" }, { "name": "CVE-2024-58072", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58072" }, { "name": "CVE-2024-58076", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58076" }, { "name": "CVE-2024-58083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58083" }, { "name": "CVE-2024-58085", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58085" }, { "name": "CVE-2024-58086", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58086" }, { "name": "CVE-2025-21704", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21704" }, { "name": "CVE-2025-21707", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21707" }, { "name": "CVE-2025-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21708" }, { "name": "CVE-2025-21711", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21711" }, { "name": "CVE-2025-21722", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21722" }, { "name": "CVE-2025-21726", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21726" }, { "name": "CVE-2025-21727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21727" }, { "name": "CVE-2025-21731", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21731" }, { "name": "CVE-2025-21735", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21735" }, { "name": "CVE-2025-21736", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21736" }, { "name": "CVE-2025-21744", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21744" }, { "name": "CVE-2025-21745", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21745" }, { "name": "CVE-2025-21748", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21748" }, { "name": "CVE-2025-21749", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21749" }, { "name": "CVE-2025-21758", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21758" }, { "name": "CVE-2025-21760", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21760" }, { "name": "CVE-2025-21761", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21761" }, { "name": "CVE-2025-21762", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21762" }, { "name": "CVE-2025-21763", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21763" }, { "name": "CVE-2025-21764", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21764" }, { "name": "CVE-2025-21765", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21765" }, { "name": "CVE-2025-21766", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21766" }, { "name": "CVE-2025-21776", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21776" }, { "name": "CVE-2025-21779", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21779" }, { "name": "CVE-2025-21781", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21781" }, { "name": "CVE-2025-21782", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21782" }, { "name": "CVE-2025-21787", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21787" }, { "name": "CVE-2025-21791", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21791" }, { "name": "CVE-2025-21796", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21796" }, { "name": "CVE-2025-21804", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21804" }, { "name": "CVE-2025-21806", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21806" }, { "name": "CVE-2025-21811", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21811" }, { "name": "CVE-2025-21814", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21814" }, { "name": "CVE-2025-21820", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21820" }, { "name": "CVE-2025-21823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21823" }, { "name": "CVE-2025-21826", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21826" }, { "name": "CVE-2025-21830", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21830" }, { "name": "CVE-2025-21835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21835" }, { "name": "CVE-2023-52927", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52927" }, { "name": "CVE-2024-58002", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58002" }, { "name": "CVE-2024-58005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58005" }, { "name": "CVE-2024-58079", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58079" }, { "name": "CVE-2025-21844", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21844" }, { "name": "CVE-2025-21846", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21846" }, { "name": "CVE-2025-21848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21848" }, { "name": "CVE-2025-21858", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21858" }, { "name": "CVE-2025-21859", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21859" }, { "name": "CVE-2025-21862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21862" }, { "name": "CVE-2025-21865", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21865" }, { "name": "CVE-2025-21866", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21866" }, { "name": "CVE-2025-21871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21871" }, { "name": "CVE-2025-21877", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21877" }, { "name": "CVE-2025-21878", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21878" }, { "name": "CVE-2024-57977", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57977" }, { "name": "CVE-2024-58090", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58090" }, { "name": "CVE-2025-21721", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21721" }, { "name": "CVE-2025-21875", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21875" }, { "name": "CVE-2025-21887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887" }, { "name": "CVE-2025-21898", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21898" }, { "name": "CVE-2025-21904", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21904" }, { "name": "CVE-2025-21905", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21905" }, { "name": "CVE-2025-21909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21909" }, { "name": "CVE-2025-21910", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21910" }, { "name": "CVE-2025-21912", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21912" }, { "name": "CVE-2025-21913", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21913" }, { "name": "CVE-2025-21914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21914" }, { "name": "CVE-2025-21916", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21916" }, { "name": "CVE-2025-21917", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21917" }, { "name": "CVE-2025-21918", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21918" }, { "name": "CVE-2025-21919", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21919" }, { "name": "CVE-2025-21920", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21920" }, { "name": "CVE-2025-21922", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21922" }, { "name": "CVE-2025-21924", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21924" }, { "name": "CVE-2025-21925", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21925" }, { "name": "CVE-2025-21926", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21926" }, { "name": "CVE-2025-21928", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21928" }, { "name": "CVE-2025-21934", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21934" }, { "name": "CVE-2025-21935", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21935" }, { "name": "CVE-2025-21936", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21936" }, { "name": "CVE-2025-21937", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21937" }, { "name": "CVE-2025-21941", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21941" }, { "name": "CVE-2025-21943", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21943" }, { "name": "CVE-2025-21944", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21944" }, { "name": "CVE-2025-21945", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21945" }, { "name": "CVE-2025-21947", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21947" }, { "name": "CVE-2025-21948", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21948" }, { "name": "CVE-2025-21950", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21950" }, { "name": "CVE-2025-21951", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21951" }, { "name": "CVE-2025-21956", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21956" }, { "name": "CVE-2025-21957", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21957" }, { "name": "CVE-2025-21959", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21959" }, { "name": "CVE-2025-21960", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21960" }, { "name": "CVE-2025-21962", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21962" }, { "name": "CVE-2025-21963", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21963" }, { "name": "CVE-2025-21964", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21964" }, { "name": "CVE-2025-21968", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21968" }, { "name": "CVE-2025-21970", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21970" }, { "name": "CVE-2025-21971", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21971" }, { "name": "CVE-2025-21975", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21975" }, { "name": "CVE-2025-21978", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21978" }, { "name": "CVE-2025-21979", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21979" }, { "name": "CVE-2025-21980", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21980" }, { "name": "CVE-2025-21981", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21981" }, { "name": "CVE-2025-21986", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21986" }, { "name": "CVE-2025-21991", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21991" }, { "name": "CVE-2025-21992", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21992" }, { "name": "CVE-2025-21993", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21993" }, { "name": "CVE-2025-21994", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21994" }, { "name": "CVE-2025-21996", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21996" }, { "name": "CVE-2025-21997", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21997" }, { "name": "CVE-2025-21999", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21999" }, { "name": "CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "name": "CVE-2025-22005", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22005" }, { "name": "CVE-2025-22007", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22007" }, { "name": "CVE-2025-22008", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22008" }, { "name": "CVE-2025-22010", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22010" }, { "name": "CVE-2025-22014", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22014" }, { "name": "CVE-2025-22015", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22015" }, { "name": "CVE-2025-21969", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21969" }, { "name": "CVE-2024-57952", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57952" }, { "name": "CVE-2025-21672", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21672" }, { "name": "CVE-2025-21691", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21691" }, { "name": "CVE-2025-2312", "url": "https://www.cve.org/CVERecord?id=CVE-2025-2312" }, { "name": "CVE-2025-21927", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21927" }, { "name": "CVE-2023-53034", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53034" }, { "name": "CVE-2025-22025", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22025" }, { "name": "CVE-2025-22027", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22027" }, { "name": "CVE-2025-22033", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22033" }, { "name": "CVE-2025-22035", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22035" }, { "name": "CVE-2025-22038", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22038" }, { "name": "CVE-2025-22040", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22040" }, { "name": "CVE-2025-22041", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22041" }, { "name": "CVE-2025-22042", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22042" }, { "name": "CVE-2025-22044", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22044" }, { "name": "CVE-2025-22045", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22045" }, { "name": "CVE-2025-22050", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22050" }, { "name": "CVE-2025-22054", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22054" }, { "name": "CVE-2025-22055", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22055" }, { "name": "CVE-2025-22056", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22056" }, { "name": "CVE-2025-22058", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22058" }, { "name": "CVE-2025-22060", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22060" }, { "name": "CVE-2025-22063", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22063" }, { "name": "CVE-2025-22066", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22066" }, { "name": "CVE-2025-22071", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22071" }, { "name": "CVE-2025-22072", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22072" }, { "name": "CVE-2025-22073", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22073" }, { "name": "CVE-2025-22075", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22075" }, { "name": "CVE-2025-22079", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22079" }, { "name": "CVE-2025-22081", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22081" }, { "name": "CVE-2025-22086", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22086" }, { "name": "CVE-2025-22088", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22088" }, { "name": "CVE-2025-22089", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22089" }, { "name": "CVE-2025-22093", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22093" }, { "name": "CVE-2025-22095", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22095" }, { "name": "CVE-2025-22097", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22097" }, { "name": "CVE-2025-22126", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22126" }, { "name": "CVE-2025-23136", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23136" }, { "name": "CVE-2025-23138", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23138" }, { "name": "CVE-2025-37785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37785" }, { "name": "CVE-2025-37838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37838" }, { "name": "CVE-2025-38152", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38152" }, { "name": "CVE-2025-38575", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38575" }, { "name": "CVE-2025-38637", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38637" }, { "name": "CVE-2025-39728", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39728" }, { "name": "CVE-2025-39735", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39735" }, { "name": "CVE-2025-21902", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21902" }, { "name": "CVE-2022-49728", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49728" }, { "name": "CVE-2024-58093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58093" }, { "name": "CVE-2024-58094", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58094" }, { "name": "CVE-2024-58095", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58095" }, { "name": "CVE-2024-58096", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58096" }, { "name": "CVE-2024-58097", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58097" }, { "name": "CVE-2025-21894", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21894" }, { "name": "CVE-2025-21906", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21906" }, { "name": "CVE-2025-21908", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21908" }, { "name": "CVE-2025-21915", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21915" }, { "name": "CVE-2025-21923", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21923" }, { "name": "CVE-2025-21930", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21930" }, { "name": "CVE-2025-21961", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21961" }, { "name": "CVE-2025-21966", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21966" }, { "name": "CVE-2025-21972", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21972" }, { "name": "CVE-2025-21995", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21995" }, { "name": "CVE-2025-22001", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22001" }, { "name": "CVE-2025-22003", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22003" }, { "name": "CVE-2025-22009", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22009" }, { "name": "CVE-2025-22013", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22013" }, { "name": "CVE-2025-22016", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22016" }, { "name": "CVE-2025-22017", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22017" }, { "name": "CVE-2025-22018", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22018" }, { "name": "CVE-2025-22020", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22020" }, { "name": "CVE-2025-22036", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22036" }, { "name": "CVE-2025-22053", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22053" }, { "name": "CVE-2025-22062", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22062" }, { "name": "CVE-2025-22064", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22064" }, { "name": "CVE-2025-22065", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22065" }, { "name": "CVE-2025-22080", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22080" }, { "name": "CVE-2025-22090", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22090" }, { "name": "CVE-2025-22102", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22102" }, { "name": "CVE-2025-22104", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22104" }, { "name": "CVE-2025-22105", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22105" }, { "name": "CVE-2025-22106", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22106" }, { "name": "CVE-2025-22107", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22107" }, { "name": "CVE-2025-22108", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22108" }, { "name": "CVE-2025-22109", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22109" }, { "name": "CVE-2025-22115", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22115" }, { "name": "CVE-2025-22116", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22116" }, { "name": "CVE-2025-22121", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22121" }, { "name": "CVE-2025-22128", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22128" }, { "name": "CVE-2025-23129", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23129" }, { "name": "CVE-2025-23131", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23131" }, { "name": "CVE-2025-23133", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23133" }, { "name": "CVE-2025-23145", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23145" }, { "name": "CVE-2025-37798", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37798" }, { "name": "CVE-2025-37799", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37799" }, { "name": "CVE-2025-37860", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37860" }, { "name": "CVE-2025-37749", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37749" }, { "name": "CVE-2025-22021", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22021" }, { "name": "CVE-2025-23140", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23140" }, { "name": "CVE-2025-23141", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23141" }, { "name": "CVE-2025-23142", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23142" }, { "name": "CVE-2025-23144", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23144" }, { "name": "CVE-2025-23146", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23146" }, { "name": "CVE-2025-23147", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23147" }, { "name": "CVE-2025-23148", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23148" }, { "name": "CVE-2025-23150", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23150" }, { "name": "CVE-2025-23151", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23151" }, { "name": "CVE-2025-23156", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23156" }, { "name": "CVE-2025-23157", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23157" }, { "name": "CVE-2025-23158", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23158" }, { "name": "CVE-2025-23159", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23159" }, { "name": "CVE-2025-23161", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23161" }, { "name": "CVE-2025-23163", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23163" }, { "name": "CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "name": "CVE-2025-37739", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37739" }, { "name": "CVE-2025-37740", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37740" }, { "name": "CVE-2025-37741", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37741" }, { "name": "CVE-2025-37742", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37742" }, { "name": "CVE-2025-37748", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37748" }, { "name": "CVE-2025-37752", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37752" }, { "name": "CVE-2025-37756", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37756" }, { "name": "CVE-2025-37757", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37757" }, { "name": "CVE-2025-37758", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37758" }, { "name": "CVE-2025-37765", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37765" }, { "name": "CVE-2025-37766", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37766" }, { "name": "CVE-2025-37767", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37767" }, { "name": "CVE-2025-37768", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37768" }, { "name": "CVE-2025-37769", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37769" }, { "name": "CVE-2025-37770", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37770" }, { "name": "CVE-2025-37771", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37771" }, { "name": "CVE-2025-37772", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37772" }, { "name": "CVE-2025-37773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37773" }, { "name": "CVE-2025-37775", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37775" }, { "name": "CVE-2025-37778", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37778" }, { "name": "CVE-2025-37780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37780" }, { "name": "CVE-2025-37781", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37781" }, { "name": "CVE-2025-37787", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37787" }, { "name": "CVE-2025-37788", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37788" }, { "name": "CVE-2025-37789", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37789" }, { "name": "CVE-2025-37790", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37790" }, { "name": "CVE-2025-37792", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37792" }, { "name": "CVE-2025-37794", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37794" }, { "name": "CVE-2025-37796", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37796" }, { "name": "CVE-2025-37797", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37797" }, { "name": "CVE-2025-37801", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37801" }, { "name": "CVE-2025-37803", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37803" }, { "name": "CVE-2025-37805", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37805" }, { "name": "CVE-2025-37808", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37808" }, { "name": "CVE-2025-37810", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37810" }, { "name": "CVE-2025-37811", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37811" }, { "name": "CVE-2025-37812", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37812" }, { "name": "CVE-2025-37815", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37815" }, { "name": "CVE-2025-37817", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37817" }, { "name": "CVE-2025-37820", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37820" }, { "name": "CVE-2025-37823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37823" }, { "name": "CVE-2025-37824", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37824" }, { "name": "CVE-2025-37829", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37829" }, { "name": "CVE-2025-37830", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37830" }, { "name": "CVE-2025-37836", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37836" }, { "name": "CVE-2025-37839", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37839" }, { "name": "CVE-2025-37840", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37840" }, { "name": "CVE-2025-37841", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37841" }, { "name": "CVE-2025-37844", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37844" }, { "name": "CVE-2025-37849", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37849" }, { "name": "CVE-2025-37850", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37850" }, { "name": "CVE-2025-37851", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37851" }, { "name": "CVE-2025-37852", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37852" }, { "name": "CVE-2025-37854", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37854" }, { "name": "CVE-2025-37857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37857" }, { "name": "CVE-2025-37858", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37858" }, { "name": "CVE-2025-37859", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37859" }, { "name": "CVE-2025-37862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37862" }, { "name": "CVE-2025-37865", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37865" }, { "name": "CVE-2025-37867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37867" }, { "name": "CVE-2025-37875", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37875" }, { "name": "CVE-2025-37879", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37879" }, { "name": "CVE-2025-37881", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37881" }, { "name": "CVE-2025-37883", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37883" }, { "name": "CVE-2025-37884", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37884" }, { "name": "CVE-2025-37885", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37885" }, { "name": "CVE-2025-37889", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37889" }, { "name": "CVE-2025-37892", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37892" }, { "name": "CVE-2025-37937", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37937" }, { "name": "CVE-2025-37938", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37938" }, { "name": "CVE-2025-37940", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37940" }, { "name": "CVE-2025-37979", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37979" }, { "name": "CVE-2025-37982", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37982" }, { "name": "CVE-2025-37983", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37983" }, { "name": "CVE-2025-37985", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37985" }, { "name": "CVE-2025-37989", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37989" }, { "name": "CVE-2025-37819", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37819" }, { "name": "CVE-2025-37890", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37890" }, { "name": "CVE-2025-37932", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37932" }, { "name": "CVE-2022-49909", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49909" }, { "name": "CVE-2025-22030", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22030" }, { "name": "CVE-2025-22057", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22057" }, { "name": "CVE-2025-22070", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22070" }, { "name": "CVE-2025-22103", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22103" }, { "name": "CVE-2025-22125", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22125" }, { "name": "CVE-2025-23160", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23160" }, { "name": "CVE-2025-37750", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37750" }, { "name": "CVE-2025-37755", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37755" }, { "name": "CVE-2025-37809", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37809" }, { "name": "CVE-2025-37831", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37831" }, { "name": "CVE-2025-37833", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37833" }, { "name": "CVE-2025-37842", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37842" }, { "name": "CVE-2025-37870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37870" }, { "name": "CVE-2025-37886", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37886" }, { "name": "CVE-2025-37887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37887" }, { "name": "CVE-2025-40325", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40325" }, { "name": "CVE-2025-37943", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37943" }, { "name": "CVE-2025-21893", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21893" }, { "name": "CVE-2025-21929", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21929" }, { "name": "CVE-2025-21973", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21973" }, { "name": "CVE-2025-21974", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21974" }, { "name": "CVE-2025-21989", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21989" }, { "name": "CVE-2025-21990", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21990" }, { "name": "CVE-2025-22028", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22028" }, { "name": "CVE-2025-22085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22085" }, { "name": "CVE-2025-22091", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22091" }, { "name": "CVE-2025-22094", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22094" }, { "name": "CVE-2025-22112", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22112" }, { "name": "CVE-2025-22113", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22113" }, { "name": "CVE-2025-22117", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22117" }, { "name": "CVE-2025-22118", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22118" }, { "name": "CVE-2025-22119", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22119" }, { "name": "CVE-2025-22124", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22124" }, { "name": "CVE-2025-23134", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23134" }, { "name": "CVE-2025-23149", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23149" }, { "name": "CVE-2025-23154", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23154" }, { "name": "CVE-2025-23155", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23155" }, { "name": "CVE-2025-37743", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37743" }, { "name": "CVE-2025-37747", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37747" }, { "name": "CVE-2025-37754", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37754" }, { "name": "CVE-2025-37793", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37793" }, { "name": "CVE-2025-37800", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37800" }, { "name": "CVE-2025-37846", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37846" }, { "name": "CVE-2025-37853", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37853" }, { "name": "CVE-2025-37873", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37873" }, { "name": "CVE-2025-37874", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37874" }, { "name": "CVE-2025-37925", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37925" }, { "name": "CVE-2025-37944", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37944" }, { "name": "CVE-2025-37978", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37978" }, { "name": "CVE-2025-37980", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37980" }, { "name": "CVE-2025-37986", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37986" }, { "name": "CVE-2025-37987", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37987" }, { "name": "CVE-2025-38104", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38104" }, { "name": "CVE-2025-38240", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38240" }, { "name": "CVE-2025-40014", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40014" }, { "name": "CVE-2022-49636", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49636" }, { "name": "CVE-2025-37997", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37997" }, { "name": "CVE-2025-38000", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38000" }, { "name": "CVE-2025-38001", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38001" }, { "name": "CVE-2024-58092", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58092" }, { "name": "CVE-2025-21903", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21903" }, { "name": "CVE-2025-21911", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21911" }, { "name": "CVE-2025-21939", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21939" }, { "name": "CVE-2025-21946", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21946" }, { "name": "CVE-2025-21955", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21955" }, { "name": "CVE-2025-21967", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21967" }, { "name": "CVE-2025-21977", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21977" }, { "name": "CVE-2025-21982", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21982" }, { "name": "CVE-2025-21984", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21984" }, { "name": "CVE-2025-21998", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21998" }, { "name": "CVE-2025-22000", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22000" }, { "name": "CVE-2025-22002", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22002" }, { "name": "CVE-2025-22011", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22011" }, { "name": "CVE-2025-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22019" }, { "name": "CVE-2025-22022", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22022" }, { "name": "CVE-2025-22023", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22023" }, { "name": "CVE-2025-22024", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22024" }, { "name": "CVE-2025-22026", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22026" }, { "name": "CVE-2025-22031", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22031" }, { "name": "CVE-2025-22032", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22032" }, { "name": "CVE-2025-22034", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22034" }, { "name": "CVE-2025-22037", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22037" }, { "name": "CVE-2025-22039", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22039" }, { "name": "CVE-2025-22043", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22043" }, { "name": "CVE-2025-22046", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22046" }, { "name": "CVE-2025-22047", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22047" }, { "name": "CVE-2025-22051", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22051" }, { "name": "CVE-2025-22052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22052" }, { "name": "CVE-2025-22059", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22059" }, { "name": "CVE-2025-22061", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22061" }, { "name": "CVE-2025-22067", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22067" }, { "name": "CVE-2025-22068", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22068" }, { "name": "CVE-2025-22069", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22069" }, { "name": "CVE-2025-22074", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22074" }, { "name": "CVE-2025-22076", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22076" }, { "name": "CVE-2025-22078", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22078" }, { "name": "CVE-2025-22082", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22082" }, { "name": "CVE-2025-22083", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22083" }, { "name": "CVE-2025-22084", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22084" }, { "name": "CVE-2025-22087", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22087" }, { "name": "CVE-2025-22092", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22092" }, { "name": "CVE-2025-22096", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22096" }, { "name": "CVE-2025-22098", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22098" }, { "name": "CVE-2025-22099", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22099" }, { "name": "CVE-2025-22100", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22100" }, { "name": "CVE-2025-22101", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22101" }, { "name": "CVE-2025-22110", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22110" }, { "name": "CVE-2025-22111", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22111" }, { "name": "CVE-2025-22114", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22114" }, { "name": "CVE-2025-22120", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22120" }, { "name": "CVE-2025-22122", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22122" }, { "name": "CVE-2025-22123", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22123" }, { "name": "CVE-2025-22127", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22127" }, { "name": "CVE-2025-23130", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23130" }, { "name": "CVE-2025-23132", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23132" }, { "name": "CVE-2025-23135", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23135" }, { "name": "CVE-2025-23137", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23137" }, { "name": "CVE-2025-23143", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23143" }, { "name": "CVE-2025-23152", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23152" }, { "name": "CVE-2025-23153", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23153" }, { "name": "CVE-2025-23162", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23162" }, { "name": "CVE-2025-37744", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37744" }, { "name": "CVE-2025-37745", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37745" }, { "name": "CVE-2025-37746", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37746" }, { "name": "CVE-2025-37751", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37751" }, { "name": "CVE-2025-37759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37759" }, { "name": "CVE-2025-37760", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37760" }, { "name": "CVE-2025-37761", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37761" }, { "name": "CVE-2025-37762", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37762" }, { "name": "CVE-2025-37763", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37763" }, { "name": "CVE-2025-37764", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37764" }, { "name": "CVE-2025-37774", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37774" }, { "name": "CVE-2025-37776", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37776" }, { "name": "CVE-2025-37777", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37777" }, { "name": "CVE-2025-37779", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37779" }, { "name": "CVE-2025-37783", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37783" }, { "name": "CVE-2025-37784", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37784" }, { "name": "CVE-2025-37786", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37786" }, { "name": "CVE-2025-37791", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37791" }, { "name": "CVE-2025-37802", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37802" }, { "name": "CVE-2025-37806", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37806" }, { "name": "CVE-2025-37807", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37807" }, { "name": "CVE-2025-37813", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37813" }, { "name": "CVE-2025-37814", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37814" }, { "name": "CVE-2025-37816", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37816" }, { "name": "CVE-2025-37821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37821" }, { "name": "CVE-2025-37822", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37822" }, { "name": "CVE-2025-37825", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37825" }, { "name": "CVE-2025-37826", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37826" }, { "name": "CVE-2025-37827", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37827" }, { "name": "CVE-2025-37828", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37828" }, { "name": "CVE-2025-37834", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37834" }, { "name": "CVE-2025-37837", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37837" }, { "name": "CVE-2025-37843", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37843" }, { "name": "CVE-2025-37845", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37845" }, { "name": "CVE-2025-37847", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37847" }, { "name": "CVE-2025-37848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37848" }, { "name": "CVE-2025-37855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37855" }, { "name": "CVE-2025-37856", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37856" }, { "name": "CVE-2025-37861", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37861" }, { "name": "CVE-2025-37863", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37863" }, { "name": "CVE-2025-37864", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37864" }, { "name": "CVE-2025-37866", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37866" }, { "name": "CVE-2025-37868", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37868" }, { "name": "CVE-2025-37869", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37869" }, { "name": "CVE-2025-37872", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37872" }, { "name": "CVE-2025-37876", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37876" }, { "name": "CVE-2025-37877", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37877" }, { "name": "CVE-2025-37878", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37878" }, { "name": "CVE-2025-37880", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37880" }, { "name": "CVE-2025-37882", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37882" }, { "name": "CVE-2025-37888", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37888" }, { "name": "CVE-2025-37939", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37939" }, { "name": "CVE-2025-37941", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37941" }, { "name": "CVE-2025-37942", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37942" }, { "name": "CVE-2025-37945", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37945" }, { "name": "CVE-2025-37975", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37975" }, { "name": "CVE-2025-37977", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37977" }, { "name": "CVE-2025-37981", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37981" }, { "name": "CVE-2025-37984", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37984" }, { "name": "CVE-2025-37988", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37988" }, { "name": "CVE-2025-38049", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38049" }, { "name": "CVE-2025-38479", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38479" }, { "name": "CVE-2025-39688", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39688" }, { "name": "CVE-2025-39755", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39755" }, { "name": "CVE-2025-39778", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39778" }, { "name": "CVE-2025-39930", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39930" }, { "name": "CVE-2025-39989", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39989" }, { "name": "CVE-2025-40114", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40114" } ], "initial_release_date": "2025-07-04T00:00:00", "last_revision_date": "2025-07-04T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0559", "revisions": [ { "description": "Version initiale", "revision_date": "2025-07-04T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "D\u00e9ni de service" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire \u00e0 distance, une \u00e9l\u00e9vation de privil\u00e8ges et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu", "vendor_advisories": [ { "published_at": "2025-07-01", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7607-2", "url": "https://ubuntu.com/security/notices/USN-7607-2" }, { "published_at": "2025-06-25", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7595-3", "url": "https://ubuntu.com/security/notices/USN-7595-3" }, { "published_at": "2025-07-03", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7585-6", "url": "https://ubuntu.com/security/notices/USN-7585-6" }, { "published_at": "2025-06-30", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7605-1", "url": "https://ubuntu.com/security/notices/USN-7605-1" }, { "published_at": "2025-07-01", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-3", "url": "https://ubuntu.com/security/notices/USN-7608-3" }, { "published_at": "2025-06-26", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7602-1", "url": "https://ubuntu.com/security/notices/USN-7602-1" }, { "published_at": "2025-06-26", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7594-2", "url": "https://ubuntu.com/security/notices/USN-7594-2" }, { "published_at": "2025-06-25", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7596-2", "url": "https://ubuntu.com/security/notices/USN-7596-2" }, { "published_at": "2025-07-01", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7609-1", "url": "https://ubuntu.com/security/notices/USN-7609-1" }, { "published_at": "2025-06-25", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7585-4", "url": "https://ubuntu.com/security/notices/USN-7585-4" }, { "published_at": "2025-07-03", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-4", "url": "https://ubuntu.com/security/notices/USN-7608-4" }, { "published_at": "2025-06-30", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7606-1", "url": "https://ubuntu.com/security/notices/USN-7606-1" }, { "published_at": "2025-06-26", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7595-4", "url": "https://ubuntu.com/security/notices/USN-7595-4" }, { "published_at": "2025-07-01", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-2", "url": "https://ubuntu.com/security/notices/USN-7608-2" }, { "published_at": "2025-07-01", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7607-1", "url": "https://ubuntu.com/security/notices/USN-7607-1" }, { "published_at": "2025-07-01", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-1", "url": "https://ubuntu.com/security/notices/USN-7608-1" }, { "published_at": "2025-07-01", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7609-2", "url": "https://ubuntu.com/security/notices/USN-7609-2" }, { "published_at": "2025-06-30", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7595-5", "url": "https://ubuntu.com/security/notices/USN-7595-5" }, { "published_at": "2025-06-30", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7585-5", "url": "https://ubuntu.com/security/notices/USN-7585-5" } ] }
CERTFR-2025-AVI-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-0589
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, une atteinte à la confidentialité des données et un contournement de la politique de sécurité.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
NoneTitle | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "Ubuntu 16.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 20.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 24.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 25.04", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 18.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 24.10", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 14.04 ESM", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } }, { "description": "Ubuntu 22.04 LTS", "product": { "name": "Ubuntu", "vendor": { "name": "Ubuntu", "scada": false } } } ], "affected_systems_content": null, "content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).", "cves": [ { "name": "CVE-2022-3640", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3640" }, { "name": "CVE-2021-47260", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47260" }, { "name": "CVE-2021-47379", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47379" }, { "name": "CVE-2021-47576", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47576" }, { "name": "CVE-2024-36945", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36945" }, { "name": "CVE-2024-41070", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41070" }, { "name": "CVE-2024-42230", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42230" }, { "name": "CVE-2024-46812", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46812" }, { "name": "CVE-2024-46821", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46821" }, { "name": "CVE-2024-46753", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46753" }, { "name": "CVE-2024-46787", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46787" }, { "name": "CVE-2024-49958", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49958" }, { "name": "CVE-2024-50047", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50047" }, { "name": "CVE-2024-50116", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50116" }, { "name": "CVE-2024-53051", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53051" }, { "name": "CVE-2024-53144", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53144" }, { "name": "CVE-2024-8805", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8805" }, { "name": "CVE-2024-53171", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53171" }, { "name": "CVE-2024-53222", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53222" }, { "name": "CVE-2024-56551", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56551" }, { "name": "CVE-2024-53197", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53197" }, { "name": "CVE-2024-56596", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56596" }, { "name": "CVE-2024-56662", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56662" }, { "name": "CVE-2024-56664", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56664" }, { "name": "CVE-2024-57850", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57850" }, { "name": "CVE-2024-56608", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56608" }, { "name": "CVE-2022-49176", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49176" }, { "name": "CVE-2022-49179", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49179" }, { "name": "CVE-2025-21904", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21904" }, { "name": "CVE-2025-21905", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21905" }, { "name": "CVE-2025-21909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21909" }, { "name": "CVE-2025-21910", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21910" }, { "name": "CVE-2025-21912", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21912" }, { "name": "CVE-2025-21913", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21913" }, { "name": "CVE-2025-21914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21914" }, { "name": "CVE-2025-21916", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21916" }, { "name": "CVE-2025-21917", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21917" }, { "name": "CVE-2025-21918", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21918" }, { "name": "CVE-2025-21919", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21919" }, { "name": "CVE-2025-21920", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21920" }, { "name": "CVE-2025-21922", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21922" }, { "name": "CVE-2025-21924", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21924" }, { "name": "CVE-2025-21925", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21925" }, { "name": "CVE-2025-21926", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21926" }, { "name": "CVE-2025-21928", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21928" }, { "name": "CVE-2025-21934", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21934" }, { "name": "CVE-2025-21935", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21935" }, { "name": "CVE-2025-21936", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21936" }, { "name": "CVE-2025-21937", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21937" }, { "name": "CVE-2025-21941", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21941" }, { "name": "CVE-2025-21943", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21943" }, { "name": "CVE-2025-21944", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21944" }, { "name": "CVE-2025-21945", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21945" }, { "name": "CVE-2025-21947", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21947" }, { "name": "CVE-2025-21948", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21948" }, { "name": "CVE-2025-21950", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21950" }, { "name": "CVE-2025-21951", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21951" }, { "name": "CVE-2025-21956", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21956" }, { "name": "CVE-2025-21957", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21957" }, { "name": "CVE-2025-21959", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21959" }, { "name": "CVE-2025-21960", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21960" }, { "name": "CVE-2025-21962", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21962" }, { "name": "CVE-2025-21963", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21963" }, { "name": "CVE-2025-21964", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21964" }, { "name": "CVE-2025-21968", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21968" }, { "name": "CVE-2025-21970", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21970" }, { "name": "CVE-2025-21975", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21975" }, { "name": "CVE-2025-21978", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21978" }, { "name": "CVE-2025-21979", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21979" }, { "name": "CVE-2025-21980", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21980" }, { "name": "CVE-2025-21981", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21981" }, { "name": "CVE-2025-21986", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21986" }, { "name": "CVE-2025-21991", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21991" }, { "name": "CVE-2025-21992", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21992" }, { "name": "CVE-2025-21994", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21994" }, { "name": "CVE-2025-21996", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21996" }, { "name": "CVE-2025-21997", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21997" }, { "name": "CVE-2025-21999", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21999" }, { "name": "CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "name": "CVE-2025-22005", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22005" }, { "name": "CVE-2025-22007", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22007" }, { "name": "CVE-2025-22008", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22008" }, { "name": "CVE-2025-22010", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22010" }, { "name": "CVE-2025-22014", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22014" }, { "name": "CVE-2025-22015", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22015" }, { "name": "CVE-2025-21969", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21969" }, { "name": "CVE-2025-2312", "url": "https://www.cve.org/CVERecord?id=CVE-2025-2312" }, { "name": "CVE-2025-21927", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21927" }, { "name": "CVE-2023-53034", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53034" }, { "name": "CVE-2025-22025", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22025" }, { "name": "CVE-2025-22027", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22027" }, { "name": "CVE-2025-22033", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22033" }, { "name": "CVE-2025-22035", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22035" }, { "name": "CVE-2025-22038", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22038" }, { "name": "CVE-2025-22040", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22040" }, { "name": "CVE-2025-22041", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22041" }, { "name": "CVE-2025-22042", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22042" }, { "name": "CVE-2025-22044", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22044" }, { "name": "CVE-2025-22045", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22045" }, { "name": "CVE-2025-22050", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22050" }, { "name": "CVE-2025-22054", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22054" }, { "name": "CVE-2025-22055", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22055" }, { "name": "CVE-2025-22056", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22056" }, { "name": "CVE-2025-22058", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22058" }, { "name": "CVE-2025-22060", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22060" }, { "name": "CVE-2025-22063", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22063" }, { "name": "CVE-2025-22066", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22066" }, { "name": "CVE-2025-22071", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22071" }, { "name": "CVE-2025-22072", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22072" }, { "name": "CVE-2025-22073", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22073" }, { "name": "CVE-2025-22075", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22075" }, { "name": "CVE-2025-22079", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22079" }, { "name": "CVE-2025-22081", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22081" }, { "name": "CVE-2025-22086", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22086" }, { "name": "CVE-2025-22088", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22088" }, { "name": "CVE-2025-22089", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22089" }, { "name": "CVE-2025-22093", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22093" }, { "name": "CVE-2025-22095", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22095" }, { "name": "CVE-2025-22097", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22097" }, { "name": "CVE-2025-22126", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22126" }, { "name": "CVE-2025-23136", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23136" }, { "name": "CVE-2025-23138", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23138" }, { "name": "CVE-2025-37785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37785" }, { "name": "CVE-2025-37838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37838" }, { "name": "CVE-2025-38152", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38152" }, { "name": "CVE-2025-38575", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38575" }, { "name": "CVE-2025-38637", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38637" }, { "name": "CVE-2025-39728", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39728" }, { "name": "CVE-2025-39735", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39735" }, { "name": "CVE-2025-21902", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21902" }, { "name": "CVE-2022-49728", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49728" }, { "name": "CVE-2024-58093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58093" }, { "name": "CVE-2024-58094", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58094" }, { "name": "CVE-2024-58095", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58095" }, { "name": "CVE-2024-58096", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58096" }, { "name": "CVE-2024-58097", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58097" }, { "name": "CVE-2025-21894", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21894" }, { "name": "CVE-2025-21906", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21906" }, { "name": "CVE-2025-21908", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21908" }, { "name": "CVE-2025-21915", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21915" }, { "name": "CVE-2025-21923", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21923" }, { "name": "CVE-2025-21930", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21930" }, { "name": "CVE-2025-21961", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21961" }, { "name": "CVE-2025-21966", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21966" }, { "name": "CVE-2025-21972", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21972" }, { "name": "CVE-2025-21995", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21995" }, { "name": "CVE-2025-22001", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22001" }, { "name": "CVE-2025-22003", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22003" }, { "name": "CVE-2025-22009", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22009" }, { "name": "CVE-2025-22013", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22013" }, { "name": "CVE-2025-22016", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22016" }, { "name": "CVE-2025-22017", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22017" }, { "name": "CVE-2025-22018", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22018" }, { "name": "CVE-2025-22020", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22020" }, { "name": "CVE-2025-22036", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22036" }, { "name": "CVE-2025-22053", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22053" }, { "name": "CVE-2025-22062", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22062" }, { "name": "CVE-2025-22064", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22064" }, { "name": "CVE-2025-22065", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22065" }, { "name": "CVE-2025-22080", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22080" }, { "name": "CVE-2025-22090", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22090" }, { "name": "CVE-2025-22102", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22102" }, { "name": "CVE-2025-22104", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22104" }, { "name": "CVE-2025-22105", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22105" }, { "name": "CVE-2025-22106", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22106" }, { "name": "CVE-2025-22107", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22107" }, { "name": "CVE-2025-22108", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22108" }, { "name": "CVE-2025-22109", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22109" }, { "name": "CVE-2025-22115", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22115" }, { "name": "CVE-2025-22116", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22116" }, { "name": "CVE-2025-22121", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22121" }, { "name": "CVE-2025-22128", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22128" }, { "name": "CVE-2025-23129", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23129" }, { "name": "CVE-2025-23131", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23131" }, { "name": "CVE-2025-23133", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23133" }, { "name": "CVE-2025-23145", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23145" }, { "name": "CVE-2025-37798", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37798" }, { "name": "CVE-2025-37799", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37799" }, { "name": "CVE-2025-37860", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37860" }, { "name": "CVE-2025-37749", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37749" }, { "name": "CVE-2025-22021", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22021" }, { "name": "CVE-2025-23140", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23140" }, { "name": "CVE-2025-23141", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23141" }, { "name": "CVE-2025-23142", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23142" }, { "name": "CVE-2025-23144", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23144" }, { "name": "CVE-2025-23146", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23146" }, { "name": "CVE-2025-23147", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23147" }, { "name": "CVE-2025-23148", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23148" }, { "name": "CVE-2025-23150", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23150" }, { "name": "CVE-2025-23151", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23151" }, { "name": "CVE-2025-23156", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23156" }, { "name": "CVE-2025-23157", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23157" }, { "name": "CVE-2025-23158", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23158" }, { "name": "CVE-2025-23159", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23159" }, { "name": "CVE-2025-23161", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23161" }, { "name": "CVE-2025-23163", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23163" }, { "name": "CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "name": "CVE-2025-37739", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37739" }, { "name": "CVE-2025-37740", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37740" }, { "name": "CVE-2025-37741", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37741" }, { "name": "CVE-2025-37742", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37742" }, { "name": "CVE-2025-37748", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37748" }, { "name": "CVE-2025-37752", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37752" }, { "name": "CVE-2025-37756", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37756" }, { "name": "CVE-2025-37757", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37757" }, { "name": "CVE-2025-37758", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37758" }, { "name": "CVE-2025-37765", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37765" }, { "name": "CVE-2025-37766", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37766" }, { "name": "CVE-2025-37767", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37767" }, { "name": "CVE-2025-37768", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37768" }, { "name": "CVE-2025-37769", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37769" }, { "name": "CVE-2025-37770", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37770" }, { "name": "CVE-2025-37771", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37771" }, { "name": "CVE-2025-37772", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37772" }, { "name": "CVE-2025-37773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37773" }, { "name": "CVE-2025-37775", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37775" }, { "name": "CVE-2025-37778", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37778" }, { "name": "CVE-2025-37780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37780" }, { "name": "CVE-2025-37781", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37781" }, { "name": "CVE-2025-37787", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37787" }, { "name": "CVE-2025-37788", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37788" }, { "name": "CVE-2025-37789", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37789" }, { "name": "CVE-2025-37790", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37790" }, { "name": "CVE-2025-37792", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37792" }, { "name": "CVE-2025-37794", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37794" }, { "name": "CVE-2025-37796", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37796" }, { "name": "CVE-2025-37797", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37797" }, { "name": "CVE-2025-37801", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37801" }, { "name": "CVE-2025-37803", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37803" }, { "name": "CVE-2025-37805", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37805" }, { "name": "CVE-2025-37808", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37808" }, { "name": "CVE-2025-37810", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37810" }, { "name": "CVE-2025-37811", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37811" }, { "name": "CVE-2025-37812", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37812" }, { "name": "CVE-2025-37815", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37815" }, { "name": "CVE-2025-37817", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37817" }, { "name": "CVE-2025-37820", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37820" }, { "name": "CVE-2025-37823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37823" }, { "name": "CVE-2025-37824", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37824" }, { "name": "CVE-2025-37829", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37829" }, { "name": "CVE-2025-37830", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37830" }, { "name": "CVE-2025-37836", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37836" }, { "name": "CVE-2025-37839", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37839" }, { "name": "CVE-2025-37840", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37840" }, { "name": "CVE-2025-37841", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37841" }, { "name": "CVE-2025-37844", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37844" }, { "name": "CVE-2025-37849", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37849" }, { "name": "CVE-2025-37850", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37850" }, { "name": "CVE-2025-37851", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37851" }, { "name": "CVE-2025-37852", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37852" }, { "name": "CVE-2025-37854", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37854" }, { "name": "CVE-2025-37857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37857" }, { "name": "CVE-2025-37858", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37858" }, { "name": "CVE-2025-37859", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37859" }, { "name": "CVE-2025-37862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37862" }, { "name": "CVE-2025-37865", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37865" }, { "name": "CVE-2025-37867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37867" }, { "name": "CVE-2025-37875", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37875" }, { "name": "CVE-2025-37879", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37879" }, { "name": "CVE-2025-37881", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37881" }, { "name": "CVE-2025-37883", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37883" }, { "name": "CVE-2025-37884", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37884" }, { "name": "CVE-2025-37885", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37885" }, { "name": "CVE-2025-37889", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37889" }, { "name": "CVE-2025-37892", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37892" }, { "name": "CVE-2025-37937", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37937" }, { "name": "CVE-2025-37938", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37938" }, { "name": "CVE-2025-37940", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37940" }, { "name": "CVE-2025-37979", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37979" }, { "name": "CVE-2025-37982", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37982" }, { "name": "CVE-2025-37983", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37983" }, { "name": "CVE-2025-37985", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37985" }, { "name": "CVE-2025-37989", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37989" }, { "name": "CVE-2025-37819", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37819" }, { "name": "CVE-2025-37890", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37890" }, { "name": "CVE-2025-37932", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37932" }, { "name": "CVE-2022-49909", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49909" }, { "name": "CVE-2025-22030", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22030" }, { "name": "CVE-2025-22057", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22057" }, { "name": "CVE-2025-22070", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22070" }, { "name": "CVE-2025-22103", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22103" }, { "name": "CVE-2025-22125", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22125" }, { "name": "CVE-2025-23160", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23160" }, { "name": "CVE-2025-37750", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37750" }, { "name": "CVE-2025-37755", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37755" }, { "name": "CVE-2025-37809", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37809" }, { "name": "CVE-2025-37831", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37831" }, { "name": "CVE-2025-37833", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37833" }, { "name": "CVE-2025-37842", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37842" }, { "name": "CVE-2025-37870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37870" }, { "name": "CVE-2025-37886", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37886" }, { "name": "CVE-2025-37887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37887" }, { "name": "CVE-2025-40325", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40325" }, { "name": "CVE-2025-37943", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37943" }, { "name": "CVE-2025-21893", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21893" }, { "name": "CVE-2025-21929", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21929" }, { "name": "CVE-2025-21973", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21973" }, { "name": "CVE-2025-21974", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21974" }, { "name": "CVE-2025-21989", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21989" }, { "name": "CVE-2025-21990", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21990" }, { "name": "CVE-2025-22028", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22028" }, { "name": "CVE-2025-22085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22085" }, { "name": "CVE-2025-22091", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22091" }, { "name": "CVE-2025-22094", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22094" }, { "name": "CVE-2025-22112", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22112" }, { "name": "CVE-2025-22113", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22113" }, { "name": "CVE-2025-22117", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22117" }, { "name": "CVE-2025-22118", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22118" }, { "name": "CVE-2025-22119", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22119" }, { "name": "CVE-2025-22124", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22124" }, { "name": "CVE-2025-23134", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23134" }, { "name": "CVE-2025-23149", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23149" }, { "name": "CVE-2025-23154", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23154" }, { "name": "CVE-2025-23155", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23155" }, { "name": "CVE-2025-37743", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37743" }, { "name": "CVE-2025-37747", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37747" }, { "name": "CVE-2025-37754", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37754" }, { "name": "CVE-2025-37793", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37793" }, { "name": "CVE-2025-37800", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37800" }, { "name": "CVE-2025-37846", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37846" }, { "name": "CVE-2025-37853", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37853" }, { "name": "CVE-2025-37873", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37873" }, { "name": "CVE-2025-37874", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37874" }, { "name": "CVE-2025-37918", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37918" }, { "name": "CVE-2025-37925", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37925" }, { "name": "CVE-2025-37944", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37944" }, { "name": "CVE-2025-37978", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37978" }, { "name": "CVE-2025-37980", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37980" }, { "name": "CVE-2025-37986", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37986" }, { "name": "CVE-2025-37987", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37987" }, { "name": "CVE-2025-38104", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38104" }, { "name": "CVE-2025-38240", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38240" }, { "name": "CVE-2025-40014", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40014" }, { "name": "CVE-2022-49636", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49636" }, { "name": "CVE-2025-37997", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37997" }, { "name": "CVE-2025-38000", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38000" }, { "name": "CVE-2025-38001", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38001" }, { "name": "CVE-2024-58092", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58092" }, { "name": "CVE-2025-21903", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21903" }, { "name": "CVE-2025-21911", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21911" }, { "name": "CVE-2025-21939", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21939" }, { "name": "CVE-2025-21946", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21946" }, { "name": "CVE-2025-21955", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21955" }, { "name": "CVE-2025-21967", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21967" }, { "name": "CVE-2025-21977", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21977" }, { "name": "CVE-2025-21982", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21982" }, { "name": "CVE-2025-21984", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21984" }, { "name": "CVE-2025-21998", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21998" }, { "name": "CVE-2025-22000", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22000" }, { "name": "CVE-2025-22002", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22002" }, { "name": "CVE-2025-22011", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22011" }, { "name": "CVE-2025-22019", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22019" }, { "name": "CVE-2025-22022", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22022" }, { "name": "CVE-2025-22023", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22023" }, { "name": "CVE-2025-22024", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22024" }, { "name": "CVE-2025-22026", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22026" }, { "name": "CVE-2025-22031", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22031" }, { "name": "CVE-2025-22032", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22032" }, { "name": "CVE-2025-22034", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22034" }, { "name": "CVE-2025-22037", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22037" }, { "name": "CVE-2025-22039", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22039" }, { "name": "CVE-2025-22043", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22043" }, { "name": "CVE-2025-22046", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22046" }, { "name": "CVE-2025-22047", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22047" }, { "name": "CVE-2025-22051", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22051" }, { "name": "CVE-2025-22052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22052" }, { "name": "CVE-2025-22059", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22059" }, { "name": "CVE-2025-22061", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22061" }, { "name": "CVE-2025-22067", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22067" }, { "name": "CVE-2025-22068", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22068" }, { "name": "CVE-2025-22069", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22069" }, { "name": "CVE-2025-22074", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22074" }, { "name": "CVE-2025-22076", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22076" }, { "name": "CVE-2025-22078", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22078" }, { "name": "CVE-2025-22082", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22082" }, { "name": "CVE-2025-22083", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22083" }, { "name": "CVE-2025-22084", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22084" }, { "name": "CVE-2025-22087", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22087" }, { "name": "CVE-2025-22092", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22092" }, { "name": "CVE-2025-22096", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22096" }, { "name": "CVE-2025-22098", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22098" }, { "name": "CVE-2025-22099", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22099" }, { "name": "CVE-2025-22100", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22100" }, { "name": "CVE-2025-22101", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22101" }, { "name": "CVE-2025-22110", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22110" }, { "name": "CVE-2025-22111", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22111" }, { "name": "CVE-2025-22114", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22114" }, { "name": "CVE-2025-22120", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22120" }, { "name": "CVE-2025-22122", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22122" }, { "name": "CVE-2025-22123", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22123" }, { "name": "CVE-2025-22127", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22127" }, { "name": "CVE-2025-23130", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23130" }, { "name": "CVE-2025-23132", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23132" }, { "name": "CVE-2025-23135", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23135" }, { "name": "CVE-2025-23137", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23137" }, { "name": "CVE-2025-23143", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23143" }, { "name": "CVE-2025-23152", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23152" }, { "name": "CVE-2025-23153", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23153" }, { "name": "CVE-2025-23162", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23162" }, { "name": "CVE-2025-37744", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37744" }, { "name": "CVE-2025-37745", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37745" }, { "name": "CVE-2025-37746", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37746" }, { "name": "CVE-2025-37751", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37751" }, { "name": "CVE-2025-37759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37759" }, { "name": "CVE-2025-37760", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37760" }, { "name": "CVE-2025-37761", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37761" }, { "name": "CVE-2025-37762", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37762" }, { "name": "CVE-2025-37763", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37763" }, { "name": "CVE-2025-37764", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37764" }, { "name": "CVE-2025-37774", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37774" }, { "name": "CVE-2025-37776", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37776" }, { "name": "CVE-2025-37777", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37777" }, { "name": "CVE-2025-37779", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37779" }, { "name": "CVE-2025-37783", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37783" }, { "name": "CVE-2025-37784", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37784" }, { "name": "CVE-2025-37786", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37786" }, { "name": "CVE-2025-37791", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37791" }, { "name": "CVE-2025-37802", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37802" }, { "name": "CVE-2025-37806", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37806" }, { "name": "CVE-2025-37807", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37807" }, { "name": "CVE-2025-37813", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37813" }, { "name": "CVE-2025-37814", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37814" }, { "name": "CVE-2025-37816", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37816" }, { "name": "CVE-2025-37821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37821" }, { "name": "CVE-2025-37822", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37822" }, { "name": "CVE-2025-37825", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37825" }, { "name": "CVE-2025-37826", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37826" }, { "name": "CVE-2025-37827", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37827" }, { "name": "CVE-2025-37828", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37828" }, { "name": "CVE-2025-37834", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37834" }, { "name": "CVE-2025-37837", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37837" }, { "name": "CVE-2025-37843", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37843" }, { "name": "CVE-2025-37845", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37845" }, { "name": "CVE-2025-37847", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37847" }, { "name": "CVE-2025-37848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37848" }, { "name": "CVE-2025-37855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37855" }, { "name": "CVE-2025-37856", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37856" }, { "name": "CVE-2025-37861", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37861" }, { "name": "CVE-2025-37863", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37863" }, { "name": "CVE-2025-37864", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37864" }, { "name": "CVE-2025-37866", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37866" }, { "name": "CVE-2025-37868", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37868" }, { "name": "CVE-2025-37869", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37869" }, { "name": "CVE-2025-37872", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37872" }, { "name": "CVE-2025-37876", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37876" }, { "name": "CVE-2025-37877", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37877" }, { "name": "CVE-2025-37878", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37878" }, { "name": "CVE-2025-37880", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37880" }, { "name": "CVE-2025-37882", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37882" }, { "name": "CVE-2025-37888", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37888" }, { "name": "CVE-2025-37939", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37939" }, { "name": "CVE-2025-37941", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37941" }, { "name": "CVE-2025-37942", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37942" }, { "name": "CVE-2025-37945", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37945" }, { "name": "CVE-2025-37975", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37975" }, { "name": "CVE-2025-37977", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37977" }, { "name": "CVE-2025-37981", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37981" }, { "name": "CVE-2025-37984", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37984" }, { "name": "CVE-2025-37988", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37988" }, { "name": "CVE-2025-38049", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38049" }, { "name": "CVE-2025-38479", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38479" }, { "name": "CVE-2025-39688", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39688" }, { "name": "CVE-2025-39755", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39755" }, { "name": "CVE-2025-39778", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39778" }, { "name": "CVE-2025-39930", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39930" }, { "name": "CVE-2025-39989", "url": "https://www.cve.org/CVERecord?id=CVE-2025-39989" }, { "name": "CVE-2025-40114", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40114" } ], "initial_release_date": "2025-07-11T00:00:00", "last_revision_date": "2025-07-11T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0589", "revisions": [ { "description": "Version initiale", "revision_date": "2025-07-11T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "D\u00e9ni de service" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux d\u0027Ubuntu. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un contournement de la politique de s\u00e9curit\u00e9.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu", "vendor_advisories": [ { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7627-2", "url": "https://ubuntu.com/security/notices/USN-7627-2" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7608-5", "url": "https://ubuntu.com/security/notices/USN-7608-5" }, { "published_at": "2025-07-04", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7618-1", "url": "https://ubuntu.com/security/notices/USN-7618-1" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7609-4", "url": "https://ubuntu.com/security/notices/USN-7609-4" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7610-2", "url": "https://ubuntu.com/security/notices/USN-7610-2" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7594-3", "url": "https://ubuntu.com/security/notices/USN-7594-3" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7607-3", "url": "https://ubuntu.com/security/notices/USN-7607-3" }, { "published_at": "2025-07-04", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7605-2", "url": "https://ubuntu.com/security/notices/USN-7605-2" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7628-1", "url": "https://ubuntu.com/security/notices/USN-7628-1" }, { "published_at": "2025-07-04", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7609-3", "url": "https://ubuntu.com/security/notices/USN-7609-3" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7627-1", "url": "https://ubuntu.com/security/notices/USN-7627-1" }, { "published_at": "2025-07-10", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu LSN-0113-1", "url": "https://ubuntu.com/security/notices/LSN-0113-1" }, { "published_at": "2025-07-04", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7591-5", "url": "https://ubuntu.com/security/notices/USN-7591-5" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7611-2", "url": "https://ubuntu.com/security/notices/USN-7611-2" } ] }
ghsa-prxc-p2g7-m92v
Vulnerability from github
In the Linux kernel, the following vulnerability has been resolved:
keys: Fix UAF in key_put()
Once a key's reference count has been reduced to 0, the garbage collector thread may destroy it at any time and so key_put() is not allowed to touch the key after that point. The most key_put() is normally allowed to do is to touch key_gc_work as that's a static global variable.
However, in an effort to speed up the reclamation of quota, this is now done in key_put() once the key's usage is reduced to 0 - but now the code is looking at the key after the deadline, which is forbidden.
Fix this by using a flag to indicate that a key can be gc'd now rather than looking at the key's refcount in the garbage collector.
{ "affected": [], "aliases": [ "CVE-2025-21893" ], "database_specific": { "cwe_ids": [ "CWE-416" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-03-31T20:15:14Z", "severity": "HIGH" }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nkeys: Fix UAF in key_put()\n\nOnce a key\u0027s reference count has been reduced to 0, the garbage collector\nthread may destroy it at any time and so key_put() is not allowed to touch\nthe key after that point. The most key_put() is normally allowed to do is\nto touch key_gc_work as that\u0027s a static global variable.\n\nHowever, in an effort to speed up the reclamation of quota, this is now\ndone in key_put() once the key\u0027s usage is reduced to 0 - but now the code\nis looking at the key after the deadline, which is forbidden.\n\nFix this by using a flag to indicate that a key can be gc\u0027d now rather than\nlooking at the key\u0027s refcount in the garbage collector.", "id": "GHSA-prxc-p2g7-m92v", "modified": "2025-03-31T21:32:48Z", "published": "2025-03-31T21:32:48Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21893" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/6afe2ea2daec156bd94ad2c5a6f4f4c48240dcd3" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/75845c6c1a64483e9985302793dbf0dfa5f71e32" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/f6a3cf833188e897c97028cd7b926e3f2cb1a8c0" } ], "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" } ] }
fkie_cve-2025-21893
Vulnerability from fkie_nvd
URL | Tags | ||
---|---|---|---|
416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/6afe2ea2daec156bd94ad2c5a6f4f4c48240dcd3 | Patch | |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/75845c6c1a64483e9985302793dbf0dfa5f71e32 | Patch | |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/f6a3cf833188e897c97028cd7b926e3f2cb1a8c0 | Patch |
Vendor | Product | Version | |
---|---|---|---|
linux | linux_kernel | * | |
linux | linux_kernel | * | |
linux | linux_kernel | 6.14 | |
linux | linux_kernel | 6.14 | |
linux | linux_kernel | 6.14 | |
linux | linux_kernel | 6.14 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "matchCriteriaId": "2D7E688A-00BB-4090-BC53-2B56AE5873B7", "versionEndExcluding": "6.12.21", "versionStartIncluding": "6.10", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "matchCriteriaId": "FAECBE4D-58CF-4836-BBAB-5E28B800A778", "versionEndExcluding": "6.13.9", "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 }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.14:rc3:*:*:*:*:*:*", "matchCriteriaId": "66619FB8-0AAF-4166-B2CF-67B24143261D", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.14:rc4:*:*:*:*:*:*", "matchCriteriaId": "D3D6550E-6679-4560-902D-AF52DCFE905B", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nkeys: Fix UAF in key_put()\n\nOnce a key\u0027s reference count has been reduced to 0, the garbage collector\nthread may destroy it at any time and so key_put() is not allowed to touch\nthe key after that point. The most key_put() is normally allowed to do is\nto touch key_gc_work as that\u0027s a static global variable.\n\nHowever, in an effort to speed up the reclamation of quota, this is now\ndone in key_put() once the key\u0027s usage is reduced to 0 - but now the code\nis looking at the key after the deadline, which is forbidden.\n\nFix this by using a flag to indicate that a key can be gc\u0027d now rather than\nlooking at the key\u0027s refcount in the garbage collector." }, { "lang": "es", "value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: keys: Fix UAF en key_put() Una vez que el recuento de referencia de una clave se ha reducido a 0, el hilo del recolector de basura puede destruirla en cualquier momento y, por lo tanto, key_put() no puede tocar la clave despu\u00e9s de ese punto. Lo m\u00e1ximo que key_put() normalmente puede hacer es tocar key_gc_work ya que es una variable global est\u00e1tica. Sin embargo, en un esfuerzo por acelerar la recuperaci\u00f3n de la cuota, esto ahora se hace en key_put() una vez que el uso de la clave se reduce a 0, pero ahora el c\u00f3digo mira la clave despu\u00e9s de la fecha l\u00edmite, lo cual est\u00e1 prohibido. Corrija esto usando una bandera para indicar que una clave puede ser gc\u0027d ahora en lugar de mirar el recuento de referencia de la clave en el recolector de basura." } ], "id": "CVE-2025-21893", "lastModified": "2025-04-08T15:48:59.010", "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-03-31T20:15:14.613", "references": [ { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/6afe2ea2daec156bd94ad2c5a6f4f4c48240dcd3" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/75845c6c1a64483e9985302793dbf0dfa5f71e32" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/f6a3cf833188e897c97028cd7b926e3f2cb1a8c0" } ], "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-416" } ], "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }
rhsa-2025:9079
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: ndisc: use RCU protection in ndisc_alloc_skb() (CVE-2025-21764)\n\n* kernel: ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (CVE-2025-21887)\n\n* kernel: keys: Fix UAF in key_put() (CVE-2025-21893)\n\n* kernel: cifs: Fix integer overflow while processing closetimeo mount option (CVE-2025-21962)\n\n* kernel: Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd (CVE-2025-21969)\n\n* kernel: cifs: Fix integer overflow while processing acdirmax mount option (CVE-2025-21963)\n\n* kernel: wifi: cfg80211: cancel wiphy_work before freeing wiphy (CVE-2025-21979)\n\n* kernel: smb: client: fix UAF in decryption with multichannel (CVE-2025-37750)\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:9079", "url": "https://access.redhat.com/errata/RHSA-2025:9079" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2348575", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348575" }, { "category": "external", "summary": "2355405", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355405" }, { "category": "external", "summary": "2356295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356295" }, { "category": "external", "summary": "2356624", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356624" }, { "category": "external", "summary": "2356633", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356633" }, { "category": "external", "summary": "2356642", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356642" }, { "category": "external", "summary": "2356652", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356652" }, { "category": "external", "summary": "2363341", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363341" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9079.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-10T00:38:39+00:00", "generator": { "date": "2025-10-10T00:38:39+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:9079", "initial_release_date": "2025-06-16T07:51:48+00:00", "revision_history": [ { "date": "2025-06-16T07:51:48+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-06-16T07:51:48+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-10T00:38:39+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.17.1.el10_0.src", "product": { "name": "kernel-0:6.12.0-55.17.1.el10_0.src", "product_id": "kernel-0:6.12.0-55.17.1.el10_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.17.1.el10_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "perf-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "perf-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "rtla-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "rtla-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "rv-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "rv-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "rv-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.17.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "libperf-0:6.12.0-55.17.1.el10_0.aarch64", "product": { "name": "libperf-0:6.12.0-55.17.1.el10_0.aarch64", "product_id": "libperf-0:6.12.0-55.17.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@6.12.0-55.17.1.el10_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "perf-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "perf-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "rv-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "rv-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "rv-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.17.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "product": { "name": "libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "product_id": "libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@6.12.0-55.17.1.el10_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "kernel-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "perf-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "perf-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "rtla-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "rtla-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "rv-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "rv-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "rv-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.17.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "libperf-0:6.12.0-55.17.1.el10_0.x86_64", "product": { "name": "libperf-0:6.12.0-55.17.1.el10_0.x86_64", "product_id": "libperf-0:6.12.0-55.17.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@6.12.0-55.17.1.el10_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "perf-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "perf-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "rtla-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "rtla-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "rv-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "rv-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "rv-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@6.12.0-55.17.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "libperf-0:6.12.0-55.17.1.el10_0.s390x", "product": { "name": "libperf-0:6.12.0-55.17.1.el10_0.s390x", "product_id": "libperf-0:6.12.0-55.17.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@6.12.0-55.17.1.el10_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "product": { "name": "kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "product_id": "kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.17.1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "product": { "name": "kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "product_id": "kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.17.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.17.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.17.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.17.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.17.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.17.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.17.1.el10_0.x86_64", "relates_to_product_reference": "RT-10.0.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-21764", "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": "2348575" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s IPv6 Neighbor Discovery (NDISC) subsystem, which manages network neighbor information. The issue arises from improper synchronization mechanisms when allocating socket buffers (sk_buff) in the ndisc_alloc_skb() function. Specifically, the function can be called without holding the necessary Read-Copy-Update (RCU) or Routing Netlink (RTNL) locks, leading to a potential use-after-free (UAF) condition. This flaw allows an attacker with local access and low privileges to exploit the race condition, potentially causing system instability or crashes.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ndisc: use RCU protection in ndisc_alloc_skb()", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat Product Security has rated this bug as Moderate due to the following:\n\nDifficult to exploit reliably:\n* Requires winning a race condition in the kernel.\n* No known public PoC or exploitation.\n* Might be nondeterministic and hard to control memory reuse.\n\nMay not lead to code execution:\n* Use After Free doesn\u2019t automatically mean control.\n* Many kernel UAFs cause crashes but not privilege escalation or info leaks unless paired with other bugs.\n\nLimited exposure:\n* Requires IPv6 to be enabled.\n* Possibly depends on attacker having raw socket access or other local privileges.\n* Mitigations Like KASLR, SLAB hardening, and SELinux may further reduce practical 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-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21764" }, { "category": "external", "summary": "RHBZ#2348575", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348575" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21764", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21764" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21764", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21764" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2025-21764-1061@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2025-21764-1061@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-16T07:51:48+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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9079" } ], "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-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ndisc: use RCU protection in ndisc_alloc_skb()" }, { "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-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.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-06-16T07:51:48+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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9079" }, { "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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_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-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.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-21893", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-03-31T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2356295" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nkeys: Fix UAF in key_put()\n\nOnce a key\u0027s reference count has been reduced to 0, the garbage collector\nthread may destroy it at any time and so key_put() is not allowed to touch\nthe key after that point. The most key_put() is normally allowed to do is\nto touch key_gc_work as that\u0027s a static global variable.\n\nHowever, in an effort to speed up the reclamation of quota, this is now\ndone in key_put() once the key\u0027s usage is reduced to 0 - but now the code\nis looking at the key after the deadline, which is forbidden.\n\nFix this by using a flag to indicate that a key can be gc\u0027d now rather than\nlooking at the key\u0027s refcount in the garbage collector.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: keys: Fix UAF in key_put()", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21893" }, { "category": "external", "summary": "RHBZ#2356295", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356295" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21893", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21893" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21893", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21893" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025033126-CVE-2025-21893-f2b4@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025033126-CVE-2025-21893-f2b4@gregkh/T" } ], "release_date": "2025-03-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-16T07:51:48+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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: keys: Fix UAF in key_put()" }, { "cve": "CVE-2025-21962", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2025-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2356624" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: Fix integer overflow while processing closetimeo mount option\n\nUser-provided mount parameter closetimeo of type u32 is intended to have\nan upper limit, but before it is validated, the value is converted from\nseconds to jiffies which can lead to an integer overflow.\n\nFound by Linux Verification Center (linuxtesting.org) with SVACE.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: cifs: Fix integer overflow while processing closetimeo mount option", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21962" }, { "category": "external", "summary": "RHBZ#2356624", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356624" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21962", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21962" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21962", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21962" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040145-CVE-2025-21962-9f86@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040145-CVE-2025-21962-9f86@gregkh/T" } ], "release_date": "2025-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-16T07:51:48+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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: cifs: Fix integer overflow while processing closetimeo mount option" }, { "cve": "CVE-2025-21963", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2025-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2356642" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncifs: Fix integer overflow while processing acdirmax mount option\n\nUser-provided mount parameter acdirmax of type u32 is intended to have\nan upper limit, but before it is validated, the value is converted from\nseconds to jiffies which can lead to an integer overflow.\n\nFound by Linux Verification Center (linuxtesting.org) with SVACE.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: cifs: Fix integer overflow while processing acdirmax mount option", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21963" }, { "category": "external", "summary": "RHBZ#2356642", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356642" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21963", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21963" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21963", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21963" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040145-CVE-2025-21963-6e21@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040145-CVE-2025-21963-6e21@gregkh/T" } ], "release_date": "2025-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-16T07:51:48+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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: cifs: Fix integer overflow while processing acdirmax mount option" }, { "cve": "CVE-2025-21969", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2356633" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd\n\nAfter the hci sync command releases l2cap_conn, the hci receive data work\nqueue references the released l2cap_conn when sending to the upper layer.\nAdd hci dev lock to the hci receive data work queue to synchronize the two.\n\n[1]\nBUG: KASAN: slab-use-after-free in l2cap_send_cmd+0x187/0x8d0 net/bluetooth/l2cap_core.c:954\nRead of size 8 at addr ffff8880271a4000 by task kworker/u9:2/5837\n\nCPU: 0 UID: 0 PID: 5837 Comm: kworker/u9:2 Not tainted 6.13.0-rc5-syzkaller-00163-gab75170520d4 #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 09/13/2024\nWorkqueue: hci1 hci_rx_work\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:378 [inline]\n print_report+0x169/0x550 mm/kasan/report.c:489\n kasan_report+0x143/0x180 mm/kasan/report.c:602\n l2cap_build_cmd net/bluetooth/l2cap_core.c:2964 [inline]\n l2cap_send_cmd+0x187/0x8d0 net/bluetooth/l2cap_core.c:954\n l2cap_sig_send_rej net/bluetooth/l2cap_core.c:5502 [inline]\n l2cap_sig_channel net/bluetooth/l2cap_core.c:5538 [inline]\n l2cap_recv_frame+0x221f/0x10db0 net/bluetooth/l2cap_core.c:6817\n hci_acldata_packet net/bluetooth/hci_core.c:3797 [inline]\n hci_rx_work+0x508/0xdb0 net/bluetooth/hci_core.c:4040\n process_one_work kernel/workqueue.c:3229 [inline]\n process_scheduled_works+0xa66/0x1840 kernel/workqueue.c:3310\n worker_thread+0x870/0xd30 kernel/workqueue.c:3391\n kthread+0x2f0/0x390 kernel/kthread.c:389\n ret_from_fork+0x4b/0x80 arch/x86/kernel/process.c:147\n ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244\n \u003c/TASK\u003e\n\nAllocated by task 5837:\n kasan_save_stack mm/kasan/common.c:47 [inline]\n kasan_save_track+0x3f/0x80 mm/kasan/common.c:68\n poison_kmalloc_redzone mm/kasan/common.c:377 [inline]\n __kasan_kmalloc+0x98/0xb0 mm/kasan/common.c:394\n kasan_kmalloc include/linux/kasan.h:260 [inline]\n __kmalloc_cache_noprof+0x243/0x390 mm/slub.c:4329\n kmalloc_noprof include/linux/slab.h:901 [inline]\n kzalloc_noprof include/linux/slab.h:1037 [inline]\n l2cap_conn_add+0xa9/0x8e0 net/bluetooth/l2cap_core.c:6860\n l2cap_connect_cfm+0x115/0x1090 net/bluetooth/l2cap_core.c:7239\n hci_connect_cfm include/net/bluetooth/hci_core.h:2057 [inline]\n hci_remote_features_evt+0x68e/0xac0 net/bluetooth/hci_event.c:3726\n hci_event_func net/bluetooth/hci_event.c:7473 [inline]\n hci_event_packet+0xac2/0x1540 net/bluetooth/hci_event.c:7525\n hci_rx_work+0x3f3/0xdb0 net/bluetooth/hci_core.c:4035\n process_one_work kernel/workqueue.c:3229 [inline]\n process_scheduled_works+0xa66/0x1840 kernel/workqueue.c:3310\n worker_thread+0x870/0xd30 kernel/workqueue.c:3391\n kthread+0x2f0/0x390 kernel/kthread.c:389\n ret_from_fork+0x4b/0x80 arch/x86/kernel/process.c:147\n ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:244\n\nFreed by task 54:\n kasan_save_stack mm/kasan/common.c:47 [inline]\n kasan_save_track+0x3f/0x80 mm/kasan/common.c:68\n kasan_save_free_info+0x40/0x50 mm/kasan/generic.c:582\n poison_slab_object mm/kasan/common.c:247 [inline]\n __kasan_slab_free+0x59/0x70 mm/kasan/common.c:264\n kasan_slab_free include/linux/kasan.h:233 [inline]\n slab_free_hook mm/slub.c:2353 [inline]\n slab_free mm/slub.c:4613 [inline]\n kfree+0x196/0x430 mm/slub.c:4761\n l2cap_connect_cfm+0xcc/0x1090 net/bluetooth/l2cap_core.c:7235\n hci_connect_cfm include/net/bluetooth/hci_core.h:2057 [inline]\n hci_conn_failed+0x287/0x400 net/bluetooth/hci_conn.c:1266\n hci_abort_conn_sync+0x56c/0x11f0 net/bluetooth/hci_sync.c:5603\n hci_cmd_sync_work+0x22b/0x400 net/bluetooth/hci_sync.c:332\n process_one_work kernel/workqueue.c:3229 [inline]\n process_scheduled_works+0xa66/0x1840 kernel/workqueue.c:3310\n worker_thread+0x870/0xd30 kernel/workqueue.c:3391\n kthread+0x2f0/0x390 kernel/kthread.c:389\n ret_from_fork+0x4b/0x80 arch/x86/kernel/process.c:147\n ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entr\n---truncated---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21969" }, { "category": "external", "summary": "RHBZ#2356633", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356633" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21969", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21969" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21969", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21969" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040146-CVE-2025-21969-d4f2@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040146-CVE-2025-21969-d4f2@gregkh/T" } ], "release_date": "2025-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-16T07:51:48+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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd" }, { "cve": "CVE-2025-21979", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2356652" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: cfg80211: cancel wiphy_work before freeing wiphy\n\nA wiphy_work can be queued from the moment the wiphy is allocated and\ninitialized (i.e. wiphy_new_nm). When a wiphy_work is queued, the\nrdev::wiphy_work is getting queued.\n\nIf wiphy_free is called before the rdev::wiphy_work had a chance to run,\nthe wiphy memory will be freed, and then when it eventally gets to run\nit\u0027ll use invalid memory.\n\nFix this by canceling the work before freeing the wiphy.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: wifi: cfg80211: cancel wiphy_work before freeing wiphy", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21979" }, { "category": "external", "summary": "RHBZ#2356652", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356652" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21979", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21979" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21979", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21979" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040148-CVE-2025-21979-1a5f@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040148-CVE-2025-21979-1a5f@gregkh/T" } ], "release_date": "2025-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-16T07:51:48+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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9079" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: wifi: cfg80211: cancel wiphy_work before freeing wiphy" }, { "cve": "CVE-2025-37750", "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": "2363341" } ], "notes": [ { "category": "description", "text": "A use-after-free (UAF) vulnerability was found in the Linux kernel\u0027s SMB client functionality. A local attacker with permissions to connect to arbitrary SMB servers with precise timing could exploit this flaw to alter system memory, leading to denials of service, alteration of sensitive memory locations, or privilege escalation.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: smb: client: fix UAF in decryption with multichannel", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability exists in how the SMB client manages cryptography for multi-channel connections. When using multi-channel connections, there is a possibility that a race condition will occur in separate threads. In that case, it is possible for one thread to free memory related to cryptography before another thread accesses it. An attacker could leverage that vulnerability to modify kernel memory, which could result in an escalation of privileges as well as potentially impacting system stability and integrity.\n\nThe changes in multichannel SMB client cryptography management that led to this vulnerability are not present in Red Hat Enterprise Linux prior to 9.6.", "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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37750" }, { "category": "external", "summary": "RHBZ#2363341", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363341" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37750", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37750" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37750", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37750" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050136-CVE-2025-37750-fdd8@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050136-CVE-2025-37750-fdd8@gregkh/T" } ], "release_date": "2025-05-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-06-16T07:51:48+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.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:9079" }, { "category": "workaround", "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.", "product_ids": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.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": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.17.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.17.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.17.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: smb: client: fix UAF in decryption with multichannel" } ] }
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.