Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-56547 (GCVE-0-2024-56547)
Vulnerability from cvelistv5 – Published: 2024-12-27 14:11 – Updated: 2026-05-11 20:54| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux |
Affected:
1fcb932c8b5ce86219d7dedcd63659351a43291c , < 224b62028959858294789772d372dcb36cf5f820
(git)
Affected: 1fcb932c8b5ce86219d7dedcd63659351a43291c , < 2996980e20b7a54a1869df15b3445374b850b155 (git) |
|
| Linux | Linux |
Affected:
6.12
Unaffected: 0 , < 6.12 (semver) Unaffected: 6.12.2 , ≤ 6.12.* (semver) Unaffected: 6.13 , ≤ * (original_commit_for_fix) |
{
"containers": {
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "Linux",
"programFiles": [
"kernel/rcu/tree_nocb.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"lessThan": "224b62028959858294789772d372dcb36cf5f820",
"status": "affected",
"version": "1fcb932c8b5ce86219d7dedcd63659351a43291c",
"versionType": "git"
},
{
"lessThan": "2996980e20b7a54a1869df15b3445374b850b155",
"status": "affected",
"version": "1fcb932c8b5ce86219d7dedcd63659351a43291c",
"versionType": "git"
}
]
},
{
"defaultStatus": "affected",
"product": "Linux",
"programFiles": [
"kernel/rcu/tree_nocb.h"
],
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
"vendor": "Linux",
"versions": [
{
"status": "affected",
"version": "6.12"
},
{
"lessThan": "6.12",
"status": "unaffected",
"version": "0",
"versionType": "semver"
},
{
"lessThanOrEqual": "6.12.*",
"status": "unaffected",
"version": "6.12.2",
"versionType": "semver"
},
{
"lessThanOrEqual": "*",
"status": "unaffected",
"version": "6.13",
"versionType": "original_commit_for_fix"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.12.2",
"versionStartIncluding": "6.12",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.13",
"versionStartIncluding": "6.12",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrcu/nocb: Fix missed RCU barrier on deoffloading\n\nCurrently, running rcutorture test with torture_type=rcu fwd_progress=8\nn_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60\ntest_boost=2, will trigger the following warning:\n\n\tWARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0\n\tRIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t Call Trace:\n\t \u003cTASK\u003e\n\t ? __warn+0x7e/0x120\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t ? report_bug+0x18e/0x1a0\n\t ? handle_bug+0x3d/0x70\n\t ? exc_invalid_op+0x18/0x70\n\t ? asm_exc_invalid_op+0x1a/0x20\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t rcu_nocb_cpu_deoffload+0x70/0xa0\n\t rcu_nocb_toggle+0x136/0x1c0\n\t ? __pfx_rcu_nocb_toggle+0x10/0x10\n\t kthread+0xd1/0x100\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork+0x2f/0x50\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork_asm+0x1a/0x30\n\t \u003c/TASK\u003e\n\nCPU0 CPU2 CPU3\n//rcu_nocb_toggle //nocb_cb_wait //rcutorture\n\n// deoffload CPU1 // process CPU1\u0027s rdp\nrcu_barrier()\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 2\n // enqueue barrier\n // callback to CPU1\u0027s\n // rdp-\u003ecblist\n rcu_do_batch()\n // invoke CPU1\u0027s rdp-\u003ecblist\n // callback\n rcu_barrier_callback()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // still see len == 2\n // enqueue barrier callback\n // to CPU1\u0027s rdp-\u003ecblist\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 3\n // decrement len\n rcu_segcblist_add_len(-2);\n kthread_parkme()\n\n// CPU1\u0027s rdp-\u003ecblist len == 1\n// Warn because there is\n// still a pending barrier\n// trigger warning\nWARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026rdp-\u003ecblist));\ncpus_read_unlock();\n\n // wait CPU1 to comes online and\n // invoke barrier callback on\n // CPU1 rdp\u0027s-\u003ecblist\n wait_for_completion(\u0026rcu_state.barrier_completion);\n// deoffload CPU4\ncpus_read_lock()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // block on barrier_mutex\n // wait rcu_barrier() on\n // CPU3 to unlock barrier_mutex\n // but CPU3 unlock barrier_mutex\n // need to wait CPU1 comes online\n // when CPU1 going online will block on cpus_write_lock\n\nThe above scenario will not only trigger a WARN_ON_ONCE(), but also\ntrigger a deadlock.\n\nThanks to nocb locking, a second racing rcu_barrier() on an offline CPU\nwill either observe the decremented callback counter down to 0 and spare\nthe callback enqueue, or rcuo will observe the new callback and keep\nrdp-\u003enocb_cb_sleep to false.\n\nTherefore check rdp-\u003enocb_cb_sleep before parking to make sure no\nfurther rcu_barrier() is waiting on the rdp."
}
],
"providerMetadata": {
"dateUpdated": "2026-05-11T20:54:27.563Z",
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"shortName": "Linux"
},
"references": [
{
"url": "https://git.kernel.org/stable/c/224b62028959858294789772d372dcb36cf5f820"
},
{
"url": "https://git.kernel.org/stable/c/2996980e20b7a54a1869df15b3445374b850b155"
}
],
"title": "rcu/nocb: Fix missed RCU barrier on deoffloading",
"x_generator": {
"engine": "bippy-1.2.0"
}
}
},
"cveMetadata": {
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"assignerShortName": "Linux",
"cveId": "CVE-2024-56547",
"datePublished": "2024-12-27T14:11:28.548Z",
"dateReserved": "2024-12-27T14:03:05.989Z",
"dateUpdated": "2026-05-11T20:54:27.563Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-56547",
"date": "2026-06-04",
"epss": "0.00033",
"percentile": "0.10052"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nrcu/nocb: Fix missed RCU barrier on deoffloading\\n\\nCurrently, running rcutorture test with torture_type=rcu fwd_progress=8\\nn_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60\\ntest_boost=2, will trigger the following warning:\\n\\n\\tWARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0\\n\\tRIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0\\n\\t Call Trace:\\n\\t \u003cTASK\u003e\\n\\t ? __warn+0x7e/0x120\\n\\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\\n\\t ? report_bug+0x18e/0x1a0\\n\\t ? handle_bug+0x3d/0x70\\n\\t ? exc_invalid_op+0x18/0x70\\n\\t ? asm_exc_invalid_op+0x1a/0x20\\n\\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\\n\\t rcu_nocb_cpu_deoffload+0x70/0xa0\\n\\t rcu_nocb_toggle+0x136/0x1c0\\n\\t ? __pfx_rcu_nocb_toggle+0x10/0x10\\n\\t kthread+0xd1/0x100\\n\\t ? __pfx_kthread+0x10/0x10\\n\\t ret_from_fork+0x2f/0x50\\n\\t ? __pfx_kthread+0x10/0x10\\n\\t ret_from_fork_asm+0x1a/0x30\\n\\t \u003c/TASK\u003e\\n\\nCPU0 CPU2 CPU3\\n//rcu_nocb_toggle //nocb_cb_wait //rcutorture\\n\\n// deoffload CPU1 // process CPU1\u0027s rdp\\nrcu_barrier()\\n rcu_segcblist_entrain()\\n rcu_segcblist_add_len(1);\\n // len == 2\\n // enqueue barrier\\n // callback to CPU1\u0027s\\n // rdp-\u003ecblist\\n rcu_do_batch()\\n // invoke CPU1\u0027s rdp-\u003ecblist\\n // callback\\n rcu_barrier_callback()\\n rcu_barrier()\\n mutex_lock(\u0026rcu_state.barrier_mutex);\\n // still see len == 2\\n // enqueue barrier callback\\n // to CPU1\u0027s rdp-\u003ecblist\\n rcu_segcblist_entrain()\\n rcu_segcblist_add_len(1);\\n // len == 3\\n // decrement len\\n rcu_segcblist_add_len(-2);\\n kthread_parkme()\\n\\n// CPU1\u0027s rdp-\u003ecblist len == 1\\n// Warn because there is\\n// still a pending barrier\\n// trigger warning\\nWARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026rdp-\u003ecblist));\\ncpus_read_unlock();\\n\\n // wait CPU1 to comes online and\\n // invoke barrier callback on\\n // CPU1 rdp\u0027s-\u003ecblist\\n wait_for_completion(\u0026rcu_state.barrier_completion);\\n// deoffload CPU4\\ncpus_read_lock()\\n rcu_barrier()\\n mutex_lock(\u0026rcu_state.barrier_mutex);\\n // block on barrier_mutex\\n // wait rcu_barrier() on\\n // CPU3 to unlock barrier_mutex\\n // but CPU3 unlock barrier_mutex\\n // need to wait CPU1 comes online\\n // when CPU1 going online will block on cpus_write_lock\\n\\nThe above scenario will not only trigger a WARN_ON_ONCE(), but also\\ntrigger a deadlock.\\n\\nThanks to nocb locking, a second racing rcu_barrier() on an offline CPU\\nwill either observe the decremented callback counter down to 0 and spare\\nthe callback enqueue, or rcuo will observe the new callback and keep\\nrdp-\u003enocb_cb_sleep to false.\\n\\nTherefore check rdp-\u003enocb_cb_sleep before parking to make sure no\\nfurther rcu_barrier() is waiting on the rdp.\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: rcu/nocb: Corregir la barrera RCU omitida al descargar Actualmente, ejecutar la prueba rcutorture con torture_type=rcu fwd_progress=8 n_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60 test_boost=2, activar\\u00e1 la siguiente advertencia: ADVERTENCIA: CPU: 19 PID: 100 en kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0 RIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0 Rastreo de llamadas: ? __warn+0x7e/0x120 ? rcu_nocb_rdp_deoffload+0x292/0x2a0? report_bug+0x18e/0x1a0? handle_bug+0x3d/0x70? exc_invalid_op+0x18/0x70? asm_exc_invalid_op+0x1a/0x20? rcu_nocb_rdp_deoffload+0x292/0x2a0 rcu_nocb_cpu_deoffload+0x70/0xa0 rcu_nocb_toggle+0x136/0x1c0? __pfx_rcu_nocb_toggle+0x10/0x10 kthread+0xd1/0x100 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x2f/0x50 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1a/0x30 CPU0 CPU2 CPU3 //rcu_nocb_toggle //nocb_cb_wait //rcutorture // desconecta la CPU1 // procesa el rdp de la CPU1 rcu_barrier() rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 2 // poner en cola la barrera // devoluci\\u00f3n de llamada a rdp-\u0026gt;cblist de CPU1 rcu_do_batch() // invocar rdp-\u0026gt;cblist de CPU1 // devoluci\\u00f3n de llamada rcu_barrier_callback() rcu_barrier() mutex_lock(\u0026amp;rcu_state.barrier_mutex); // todav\\u00eda se ve len == 2 // poner en cola la barrera // devoluci\\u00f3n de llamada a rdp-\u0026gt;cblist de CPU1 rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 3 // decrementar len rcu_segcblist_add_len(-2); kthread_parkme() // rdp-\u0026gt;cblist de CPU1 len == 1 // Advertir porque todav\\u00eda hay una barrera pendiente // activar la advertencia WARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026amp;rdp-\u0026gt;cblist)); cpus_read_unlock(); // esperar a que la CPU1 se conecte e // invocar la devoluci\\u00f3n de llamada de barrera en // la CPU1 rdp\u0027s-\u0026gt;cblist wait_for_completion(\u0026amp;rcu_state.barrier_completion); // descargar la CPU4 cpus_read_lock() rcu_barrier() mutex_lock(\u0026amp;rcu_state.barrier_mutex); // bloquear en barrier_mutex // esperar a que rcu_barrier() en // la CPU3 desbloquee barrier_mutex // pero la CPU3 desbloquea barrier_mutex // necesita esperar a que la CPU1 se conecte // cuando la CPU1 se conecte se bloquear\\u00e1 en cpus_write_lock El escenario anterior no solo activar\\u00e1 un WARN_ON_ONCE(), sino que tambi\\u00e9n activar\\u00e1 un bloqueo. Gracias al bloqueo de nocb, un segundo rcu_barrier() en una CPU fuera de l\\u00ednea observar\\u00e1 el contador de devoluci\\u00f3n de llamadas reducido a 0 y ahorrar\\u00e1 la puesta en cola de devoluci\\u00f3n de llamadas, o rcuo observar\\u00e1 la nueva devoluci\\u00f3n de llamada y mantendr\\u00e1 rdp-\u0026gt;nocb_cb_sleep en falso. Por lo tanto, verifique rdp-\u0026gt;nocb_cb_sleep antes de estacionar para asegurarse de que no haya m\\u00e1s rcu_barrier() esperando en el rdp.\"}]",
"id": "CVE-2024-56547",
"lastModified": "2024-12-27T14:15:34.497",
"published": "2024-12-27T14:15:34.497",
"references": "[{\"url\": \"https://git.kernel.org/stable/c/224b62028959858294789772d372dcb36cf5f820\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/2996980e20b7a54a1869df15b3445374b850b155\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]",
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Awaiting Analysis"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-56547\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-12-27T14:15:34.497\",\"lastModified\":\"2025-10-08T13:57:18.497\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nrcu/nocb: Fix missed RCU barrier on deoffloading\\n\\nCurrently, running rcutorture test with torture_type=rcu fwd_progress=8\\nn_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60\\ntest_boost=2, will trigger the following warning:\\n\\n\\tWARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0\\n\\tRIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0\\n\\t Call Trace:\\n\\t \u003cTASK\u003e\\n\\t ? __warn+0x7e/0x120\\n\\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\\n\\t ? report_bug+0x18e/0x1a0\\n\\t ? handle_bug+0x3d/0x70\\n\\t ? exc_invalid_op+0x18/0x70\\n\\t ? asm_exc_invalid_op+0x1a/0x20\\n\\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\\n\\t rcu_nocb_cpu_deoffload+0x70/0xa0\\n\\t rcu_nocb_toggle+0x136/0x1c0\\n\\t ? __pfx_rcu_nocb_toggle+0x10/0x10\\n\\t kthread+0xd1/0x100\\n\\t ? __pfx_kthread+0x10/0x10\\n\\t ret_from_fork+0x2f/0x50\\n\\t ? __pfx_kthread+0x10/0x10\\n\\t ret_from_fork_asm+0x1a/0x30\\n\\t \u003c/TASK\u003e\\n\\nCPU0 CPU2 CPU3\\n//rcu_nocb_toggle //nocb_cb_wait //rcutorture\\n\\n// deoffload CPU1 // process CPU1\u0027s rdp\\nrcu_barrier()\\n rcu_segcblist_entrain()\\n rcu_segcblist_add_len(1);\\n // len == 2\\n // enqueue barrier\\n // callback to CPU1\u0027s\\n // rdp-\u003ecblist\\n rcu_do_batch()\\n // invoke CPU1\u0027s rdp-\u003ecblist\\n // callback\\n rcu_barrier_callback()\\n rcu_barrier()\\n mutex_lock(\u0026rcu_state.barrier_mutex);\\n // still see len == 2\\n // enqueue barrier callback\\n // to CPU1\u0027s rdp-\u003ecblist\\n rcu_segcblist_entrain()\\n rcu_segcblist_add_len(1);\\n // len == 3\\n // decrement len\\n rcu_segcblist_add_len(-2);\\n kthread_parkme()\\n\\n// CPU1\u0027s rdp-\u003ecblist len == 1\\n// Warn because there is\\n// still a pending barrier\\n// trigger warning\\nWARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026rdp-\u003ecblist));\\ncpus_read_unlock();\\n\\n // wait CPU1 to comes online and\\n // invoke barrier callback on\\n // CPU1 rdp\u0027s-\u003ecblist\\n wait_for_completion(\u0026rcu_state.barrier_completion);\\n// deoffload CPU4\\ncpus_read_lock()\\n rcu_barrier()\\n mutex_lock(\u0026rcu_state.barrier_mutex);\\n // block on barrier_mutex\\n // wait rcu_barrier() on\\n // CPU3 to unlock barrier_mutex\\n // but CPU3 unlock barrier_mutex\\n // need to wait CPU1 comes online\\n // when CPU1 going online will block on cpus_write_lock\\n\\nThe above scenario will not only trigger a WARN_ON_ONCE(), but also\\ntrigger a deadlock.\\n\\nThanks to nocb locking, a second racing rcu_barrier() on an offline CPU\\nwill either observe the decremented callback counter down to 0 and spare\\nthe callback enqueue, or rcuo will observe the new callback and keep\\nrdp-\u003enocb_cb_sleep to false.\\n\\nTherefore check rdp-\u003enocb_cb_sleep before parking to make sure no\\nfurther rcu_barrier() is waiting on the rdp.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: rcu/nocb: Corregir la barrera RCU omitida al descargar Actualmente, ejecutar la prueba rcutorture con torture_type=rcu fwd_progress=8 n_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60 test_boost=2, activar\u00e1 la siguiente advertencia: ADVERTENCIA: CPU: 19 PID: 100 en kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0 RIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0 Rastreo de llamadas: ? __warn+0x7e/0x120 ? rcu_nocb_rdp_deoffload+0x292/0x2a0? report_bug+0x18e/0x1a0? handle_bug+0x3d/0x70? exc_invalid_op+0x18/0x70? asm_exc_invalid_op+0x1a/0x20? rcu_nocb_rdp_deoffload+0x292/0x2a0 rcu_nocb_cpu_deoffload+0x70/0xa0 rcu_nocb_toggle+0x136/0x1c0? __pfx_rcu_nocb_toggle+0x10/0x10 kthread+0xd1/0x100 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x2f/0x50 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1a/0x30 CPU0 CPU2 CPU3 //rcu_nocb_toggle //nocb_cb_wait //rcutorture // desconecta la CPU1 // procesa el rdp de la CPU1 rcu_barrier() rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 2 // poner en cola la barrera // devoluci\u00f3n de llamada a rdp-\u0026gt;cblist de CPU1 rcu_do_batch() // invocar rdp-\u0026gt;cblist de CPU1 // devoluci\u00f3n de llamada rcu_barrier_callback() rcu_barrier() mutex_lock(\u0026amp;rcu_state.barrier_mutex); // todav\u00eda se ve len == 2 // poner en cola la barrera // devoluci\u00f3n de llamada a rdp-\u0026gt;cblist de CPU1 rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 3 // decrementar len rcu_segcblist_add_len(-2); kthread_parkme() // rdp-\u0026gt;cblist de CPU1 len == 1 // Advertir porque todav\u00eda hay una barrera pendiente // activar la advertencia WARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026amp;rdp-\u0026gt;cblist)); cpus_read_unlock(); // esperar a que la CPU1 se conecte e // invocar la devoluci\u00f3n de llamada de barrera en // la CPU1 rdp\u0027s-\u0026gt;cblist wait_for_completion(\u0026amp;rcu_state.barrier_completion); // descargar la CPU4 cpus_read_lock() rcu_barrier() mutex_lock(\u0026amp;rcu_state.barrier_mutex); // bloquear en barrier_mutex // esperar a que rcu_barrier() en // la CPU3 desbloquee barrier_mutex // pero la CPU3 desbloquea barrier_mutex // necesita esperar a que la CPU1 se conecte // cuando la CPU1 se conecte se bloquear\u00e1 en cpus_write_lock El escenario anterior no solo activar\u00e1 un WARN_ON_ONCE(), sino que tambi\u00e9n activar\u00e1 un bloqueo. Gracias al bloqueo de nocb, un segundo rcu_barrier() en una CPU fuera de l\u00ednea observar\u00e1 el contador de devoluci\u00f3n de llamadas reducido a 0 y ahorrar\u00e1 la puesta en cola de devoluci\u00f3n de llamadas, o rcuo observar\u00e1 la nueva devoluci\u00f3n de llamada y mantendr\u00e1 rdp-\u0026gt;nocb_cb_sleep en falso. Por lo tanto, verifique rdp-\u0026gt;nocb_cb_sleep antes de estacionar para asegurarse de que no haya m\u00e1s rcu_barrier() esperando en el rdp.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":4.7,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.0,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.12\",\"versionEndExcluding\":\"6.12.2\",\"matchCriteriaId\":\"D8882B1B-2ABC-4838-AC1D-DBDBB5764776\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/224b62028959858294789772d372dcb36cf5f820\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/2996980e20b7a54a1869df15b3445374b850b155\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}"
}
}
FKIE_CVE-2024-56547
Vulnerability from fkie_nvd - Published: 2024-12-27 14:15 - Updated: 2025-10-08 13:57| Vendor | Product | Version | |
|---|---|---|---|
| linux | linux_kernel | * |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
"matchCriteriaId": "D8882B1B-2ABC-4838-AC1D-DBDBB5764776",
"versionEndExcluding": "6.12.2",
"versionStartIncluding": "6.12",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nrcu/nocb: Fix missed RCU barrier on deoffloading\n\nCurrently, running rcutorture test with torture_type=rcu fwd_progress=8\nn_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60\ntest_boost=2, will trigger the following warning:\n\n\tWARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0\n\tRIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t Call Trace:\n\t \u003cTASK\u003e\n\t ? __warn+0x7e/0x120\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t ? report_bug+0x18e/0x1a0\n\t ? handle_bug+0x3d/0x70\n\t ? exc_invalid_op+0x18/0x70\n\t ? asm_exc_invalid_op+0x1a/0x20\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t rcu_nocb_cpu_deoffload+0x70/0xa0\n\t rcu_nocb_toggle+0x136/0x1c0\n\t ? __pfx_rcu_nocb_toggle+0x10/0x10\n\t kthread+0xd1/0x100\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork+0x2f/0x50\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork_asm+0x1a/0x30\n\t \u003c/TASK\u003e\n\nCPU0 CPU2 CPU3\n//rcu_nocb_toggle //nocb_cb_wait //rcutorture\n\n// deoffload CPU1 // process CPU1\u0027s rdp\nrcu_barrier()\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 2\n // enqueue barrier\n // callback to CPU1\u0027s\n // rdp-\u003ecblist\n rcu_do_batch()\n // invoke CPU1\u0027s rdp-\u003ecblist\n // callback\n rcu_barrier_callback()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // still see len == 2\n // enqueue barrier callback\n // to CPU1\u0027s rdp-\u003ecblist\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 3\n // decrement len\n rcu_segcblist_add_len(-2);\n kthread_parkme()\n\n// CPU1\u0027s rdp-\u003ecblist len == 1\n// Warn because there is\n// still a pending barrier\n// trigger warning\nWARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026rdp-\u003ecblist));\ncpus_read_unlock();\n\n // wait CPU1 to comes online and\n // invoke barrier callback on\n // CPU1 rdp\u0027s-\u003ecblist\n wait_for_completion(\u0026rcu_state.barrier_completion);\n// deoffload CPU4\ncpus_read_lock()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // block on barrier_mutex\n // wait rcu_barrier() on\n // CPU3 to unlock barrier_mutex\n // but CPU3 unlock barrier_mutex\n // need to wait CPU1 comes online\n // when CPU1 going online will block on cpus_write_lock\n\nThe above scenario will not only trigger a WARN_ON_ONCE(), but also\ntrigger a deadlock.\n\nThanks to nocb locking, a second racing rcu_barrier() on an offline CPU\nwill either observe the decremented callback counter down to 0 and spare\nthe callback enqueue, or rcuo will observe the new callback and keep\nrdp-\u003enocb_cb_sleep to false.\n\nTherefore check rdp-\u003enocb_cb_sleep before parking to make sure no\nfurther rcu_barrier() is waiting on the rdp."
},
{
"lang": "es",
"value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: rcu/nocb: Corregir la barrera RCU omitida al descargar Actualmente, ejecutar la prueba rcutorture con torture_type=rcu fwd_progress=8 n_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60 test_boost=2, activar\u00e1 la siguiente advertencia: ADVERTENCIA: CPU: 19 PID: 100 en kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0 RIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0 Rastreo de llamadas: ? __warn+0x7e/0x120 ? rcu_nocb_rdp_deoffload+0x292/0x2a0? report_bug+0x18e/0x1a0? handle_bug+0x3d/0x70? exc_invalid_op+0x18/0x70? asm_exc_invalid_op+0x1a/0x20? rcu_nocb_rdp_deoffload+0x292/0x2a0 rcu_nocb_cpu_deoffload+0x70/0xa0 rcu_nocb_toggle+0x136/0x1c0? __pfx_rcu_nocb_toggle+0x10/0x10 kthread+0xd1/0x100 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x2f/0x50 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1a/0x30 CPU0 CPU2 CPU3 //rcu_nocb_toggle //nocb_cb_wait //rcutorture // desconecta la CPU1 // procesa el rdp de la CPU1 rcu_barrier() rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 2 // poner en cola la barrera // devoluci\u00f3n de llamada a rdp-\u0026gt;cblist de CPU1 rcu_do_batch() // invocar rdp-\u0026gt;cblist de CPU1 // devoluci\u00f3n de llamada rcu_barrier_callback() rcu_barrier() mutex_lock(\u0026amp;rcu_state.barrier_mutex); // todav\u00eda se ve len == 2 // poner en cola la barrera // devoluci\u00f3n de llamada a rdp-\u0026gt;cblist de CPU1 rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 3 // decrementar len rcu_segcblist_add_len(-2); kthread_parkme() // rdp-\u0026gt;cblist de CPU1 len == 1 // Advertir porque todav\u00eda hay una barrera pendiente // activar la advertencia WARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026amp;rdp-\u0026gt;cblist)); cpus_read_unlock(); // esperar a que la CPU1 se conecte e // invocar la devoluci\u00f3n de llamada de barrera en // la CPU1 rdp\u0027s-\u0026gt;cblist wait_for_completion(\u0026amp;rcu_state.barrier_completion); // descargar la CPU4 cpus_read_lock() rcu_barrier() mutex_lock(\u0026amp;rcu_state.barrier_mutex); // bloquear en barrier_mutex // esperar a que rcu_barrier() en // la CPU3 desbloquee barrier_mutex // pero la CPU3 desbloquea barrier_mutex // necesita esperar a que la CPU1 se conecte // cuando la CPU1 se conecte se bloquear\u00e1 en cpus_write_lock El escenario anterior no solo activar\u00e1 un WARN_ON_ONCE(), sino que tambi\u00e9n activar\u00e1 un bloqueo. Gracias al bloqueo de nocb, un segundo rcu_barrier() en una CPU fuera de l\u00ednea observar\u00e1 el contador de devoluci\u00f3n de llamadas reducido a 0 y ahorrar\u00e1 la puesta en cola de devoluci\u00f3n de llamadas, o rcuo observar\u00e1 la nueva devoluci\u00f3n de llamada y mantendr\u00e1 rdp-\u0026gt;nocb_cb_sleep en falso. Por lo tanto, verifique rdp-\u0026gt;nocb_cb_sleep antes de estacionar para asegurarse de que no haya m\u00e1s rcu_barrier() esperando en el rdp."
}
],
"id": "CVE-2024-56547",
"lastModified": "2025-10-08T13:57:18.497",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.0,
"impactScore": 3.6,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2024-12-27T14:15:34.497",
"references": [
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/224b62028959858294789772d372dcb36cf5f820"
},
{
"source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"tags": [
"Patch"
],
"url": "https://git.kernel.org/stable/c/2996980e20b7a54a1869df15b3445374b850b155"
}
],
"sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-RQC3-HGHM-Q589
Vulnerability from github – Published: 2024-12-27 15:31 – Updated: 2025-10-08 15:32In the Linux kernel, the following vulnerability has been resolved:
rcu/nocb: Fix missed RCU barrier on deoffloading
Currently, running rcutorture test with torture_type=rcu fwd_progress=8 n_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60 test_boost=2, will trigger the following warning:
WARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0
RIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0
Call Trace:
<TASK>
? __warn+0x7e/0x120
? rcu_nocb_rdp_deoffload+0x292/0x2a0
? report_bug+0x18e/0x1a0
? handle_bug+0x3d/0x70
? exc_invalid_op+0x18/0x70
? asm_exc_invalid_op+0x1a/0x20
? rcu_nocb_rdp_deoffload+0x292/0x2a0
rcu_nocb_cpu_deoffload+0x70/0xa0
rcu_nocb_toggle+0x136/0x1c0
? __pfx_rcu_nocb_toggle+0x10/0x10
kthread+0xd1/0x100
? __pfx_kthread+0x10/0x10
ret_from_fork+0x2f/0x50
? __pfx_kthread+0x10/0x10
ret_from_fork_asm+0x1a/0x30
</TASK>
CPU0 CPU2 CPU3 //rcu_nocb_toggle //nocb_cb_wait //rcutorture
// deoffload CPU1 // process CPU1's rdp rcu_barrier() rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 2 // enqueue barrier // callback to CPU1's // rdp->cblist rcu_do_batch() // invoke CPU1's rdp->cblist // callback rcu_barrier_callback() rcu_barrier() mutex_lock(&rcu_state.barrier_mutex); // still see len == 2 // enqueue barrier callback // to CPU1's rdp->cblist rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 3 // decrement len rcu_segcblist_add_len(-2); kthread_parkme()
// CPU1's rdp->cblist len == 1 // Warn because there is // still a pending barrier // trigger warning WARN_ON_ONCE(rcu_segcblist_n_cbs(&rdp->cblist)); cpus_read_unlock();
// wait CPU1 to comes online and
// invoke barrier callback on
// CPU1 rdp's->cblist
wait_for_completion(&rcu_state.barrier_completion);
// deoffload CPU4 cpus_read_lock() rcu_barrier() mutex_lock(&rcu_state.barrier_mutex); // block on barrier_mutex // wait rcu_barrier() on // CPU3 to unlock barrier_mutex // but CPU3 unlock barrier_mutex // need to wait CPU1 comes online // when CPU1 going online will block on cpus_write_lock
The above scenario will not only trigger a WARN_ON_ONCE(), but also trigger a deadlock.
Thanks to nocb locking, a second racing rcu_barrier() on an offline CPU will either observe the decremented callback counter down to 0 and spare the callback enqueue, or rcuo will observe the new callback and keep rdp->nocb_cb_sleep to false.
Therefore check rdp->nocb_cb_sleep before parking to make sure no further rcu_barrier() is waiting on the rdp.
{
"affected": [],
"aliases": [
"CVE-2024-56547"
],
"database_specific": {
"cwe_ids": [],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-12-27T14:15:34Z",
"severity": "MODERATE"
},
"details": "In the Linux kernel, the following vulnerability has been resolved:\n\nrcu/nocb: Fix missed RCU barrier on deoffloading\n\nCurrently, running rcutorture test with torture_type=rcu fwd_progress=8\nn_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60\ntest_boost=2, will trigger the following warning:\n\n\tWARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0\n\tRIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t Call Trace:\n\t \u003cTASK\u003e\n\t ? __warn+0x7e/0x120\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t ? report_bug+0x18e/0x1a0\n\t ? handle_bug+0x3d/0x70\n\t ? exc_invalid_op+0x18/0x70\n\t ? asm_exc_invalid_op+0x1a/0x20\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t rcu_nocb_cpu_deoffload+0x70/0xa0\n\t rcu_nocb_toggle+0x136/0x1c0\n\t ? __pfx_rcu_nocb_toggle+0x10/0x10\n\t kthread+0xd1/0x100\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork+0x2f/0x50\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork_asm+0x1a/0x30\n\t \u003c/TASK\u003e\n\nCPU0 CPU2 CPU3\n//rcu_nocb_toggle //nocb_cb_wait //rcutorture\n\n// deoffload CPU1 // process CPU1\u0027s rdp\nrcu_barrier()\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 2\n // enqueue barrier\n // callback to CPU1\u0027s\n // rdp-\u003ecblist\n rcu_do_batch()\n // invoke CPU1\u0027s rdp-\u003ecblist\n // callback\n rcu_barrier_callback()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // still see len == 2\n // enqueue barrier callback\n // to CPU1\u0027s rdp-\u003ecblist\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 3\n // decrement len\n rcu_segcblist_add_len(-2);\n kthread_parkme()\n\n// CPU1\u0027s rdp-\u003ecblist len == 1\n// Warn because there is\n// still a pending barrier\n// trigger warning\nWARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026rdp-\u003ecblist));\ncpus_read_unlock();\n\n // wait CPU1 to comes online and\n // invoke barrier callback on\n // CPU1 rdp\u0027s-\u003ecblist\n wait_for_completion(\u0026rcu_state.barrier_completion);\n// deoffload CPU4\ncpus_read_lock()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // block on barrier_mutex\n // wait rcu_barrier() on\n // CPU3 to unlock barrier_mutex\n // but CPU3 unlock barrier_mutex\n // need to wait CPU1 comes online\n // when CPU1 going online will block on cpus_write_lock\n\nThe above scenario will not only trigger a WARN_ON_ONCE(), but also\ntrigger a deadlock.\n\nThanks to nocb locking, a second racing rcu_barrier() on an offline CPU\nwill either observe the decremented callback counter down to 0 and spare\nthe callback enqueue, or rcuo will observe the new callback and keep\nrdp-\u003enocb_cb_sleep to false.\n\nTherefore check rdp-\u003enocb_cb_sleep before parking to make sure no\nfurther rcu_barrier() is waiting on the rdp.",
"id": "GHSA-rqc3-hghm-q589",
"modified": "2025-10-08T15:32:25Z",
"published": "2024-12-27T15:31:53Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56547"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/224b62028959858294789772d372dcb36cf5f820"
},
{
"type": "WEB",
"url": "https://git.kernel.org/stable/c/2996980e20b7a54a1869df15b3445374b850b155"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
RHSA-2026:22334
Vulnerability from csaf_redhat - Published: 2026-06-01 22:35 - Updated: 2026-06-04 00:08In the Linux kernel, the following vulnerability has been resolved: rcu/nocb: Fix missed RCU barrier on deoffloading Currently, running rcutorture test with torture_type=rcu fwd_progress=8 n_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60 test_boost=2, will trigger the following warning: WARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0 RIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0 Call Trace: <TASK> ? __warn+0x7e/0x120 ? rcu_nocb_rdp_deoffload+0x292/0x2a0 ? report_bug+0x18e/0x1a0 ? handle_bug+0x3d/0x70 ? exc_invalid_op+0x18/0x70 ? asm_exc_invalid_op+0x1a/0x20 ? rcu_nocb_rdp_deoffload+0x292/0x2a0 rcu_nocb_cpu_deoffload+0x70/0xa0 rcu_nocb_toggle+0x136/0x1c0 ? __pfx_rcu_nocb_toggle+0x10/0x10 kthread+0xd1/0x100 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x2f/0x50 ? __pfx_kthread+0x10/0x10 ret_from_fork_asm+0x1a/0x30 </TASK> CPU0 CPU2 CPU3 //rcu_nocb_toggle //nocb_cb_wait //rcutorture // deoffload CPU1 // process CPU1's rdp rcu_barrier() rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 2 // enqueue barrier // callback to CPU1's // rdp->cblist rcu_do_batch() // invoke CPU1's rdp->cblist // callback rcu_barrier_callback() rcu_barrier() mutex_lock(&rcu_state.barrier_mutex); // still see len == 2 // enqueue barrier callback // to CPU1's rdp->cblist rcu_segcblist_entrain() rcu_segcblist_add_len(1); // len == 3 // decrement len rcu_segcblist_add_len(-2); kthread_parkme() // CPU1's rdp->cblist len == 1 // Warn because there is // still a pending barrier // trigger warning WARN_ON_ONCE(rcu_segcblist_n_cbs(&rdp->cblist)); cpus_read_unlock(); // wait CPU1 to comes online and // invoke barrier callback on // CPU1 rdp's->cblist wait_for_completion(&rcu_state.barrier_completion); // deoffload CPU4 cpus_read_lock() rcu_barrier() mutex_lock(&rcu_state.barrier_mutex); // block on barrier_mutex // wait rcu_barrier() on // CPU3 to unlock barrier_mutex // but CPU3 unlock barrier_mutex // need to wait CPU1 comes online // when CPU1 going online will block on cpus_write_lock The above scenario will not only trigger a WARN_ON_ONCE(), but also trigger a deadlock. Thanks to nocb locking, a second racing rcu_barrier() on an offline CPU will either observe the decremented callback counter down to 0 and spare the callback enqueue, or rcuo will observe the new callback and keep rdp->nocb_cb_sleep to false. Therefore check rdp->nocb_cb_sleep before parking to make sure no further rcu_barrier() is waiting on the rdp.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
In the Linux kernel, the following vulnerability has been resolved: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit The following setup can trigger a WARNING in htb_activate due to the condition: !cl->leaf.q->q.qlen tc qdisc del dev lo root tc qdisc add dev lo root handle 1: htb default 1 tc class add dev lo parent 1: classid 1:1 \ htb rate 64bit tc qdisc add dev lo parent 1:1 handle f: \ cake memlimit 1b ping -I lo -f -c1 -s64 -W0.001 127.0.0.1 This is because the low memlimit leads to a low buffer_limit, which causes packet dropping. However, cake_enqueue still returns NET_XMIT_SUCCESS, causing htb_enqueue to call htb_activate with an empty child qdisc. We should return NET_XMIT_CN when packets are dropped from the same tin and flow. I do not believe return value of NET_XMIT_CN is necessary for packet drops in the case of ack filtering, as that is meant to optimize performance, not to signal congestion.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's ice network driver. A local attacker could exploit a race condition during the Virtual Station Interface (VSI) rebuild process. This flaw occurs when the Precision Time Protocol (PTP) periodic work attempts to access uninitialized memory, leading to a NULL pointer dereference. Successful exploitation results in a system crash, causing a Denial of Service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Linux kernel's bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Linux kernel's md/bitmap component. This vulnerability involves a use-after-free race condition that occurs during array resize operations. When the `bitmap_daemon_work()` and `__bitmap_resize()` functions execute concurrently, they can access memory pages that have already been freed. This can lead to a General Protection Fault (GPF), which causes the system to crash, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64 | — |
Vendor Fix
fix
|
{
"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.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: rcu/nocb: Fix missed RCU barrier on deoffloading (CVE-2024-56547)\n\n* kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit (CVE-2025-39766)\n\n* kernel: Linux kernel: Denial of Service in ice driver due to race condition during VSI rebuild (CVE-2026-23210)\n\n* kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service (CVE-2026-31419)\n\n* kernel: md/bitmap: fix GPF in write_page caused by resize race (CVE-2026-43163)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:22334",
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2334521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334521"
},
{
"category": "external",
"summary": "2394648",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394648"
},
{
"category": "external",
"summary": "2439895",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439895"
},
{
"category": "external",
"summary": "2457829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"category": "external",
"summary": "2467059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467059"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_22334.json"
}
],
"title": "Red Hat Security Advisory: kernel security update",
"tracking": {
"current_release_date": "2026-06-04T00:08:09+00:00",
"generator": {
"date": "2026-06-04T00:08:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:22334",
"initial_release_date": "2026-06-01T22:35:01+00:00",
"revision_history": [
{
"date": "2026-06-01T22:35:01+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-06-01T22:35:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-04T00:08:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.76.1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_id": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.76.1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_id": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.76.1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rtla@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rv@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"product": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"product_id": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libperf@6.12.0-55.76.1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"product": {
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"product_id": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.76.1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"product": {
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"product_id": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.76.1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-0:6.12.0-55.76.1.el10_0.src",
"product": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.src",
"product_id": "kernel-0:6.12.0-55.76.1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel@6.12.0-55.76.1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.src",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v. 10.0)",
"product_id": "BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "BaseOS-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.src as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.src",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV EUS (v. 10.0)",
"product_id": "NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "NFV-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.src as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.src",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch"
},
"product_reference": "kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rtla-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.aarch64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.s390x",
"relates_to_product_reference": "RT-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rv-0:6.12.0-55.76.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time EUS (v. 10.0)",
"product_id": "RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
},
"product_reference": "rv-0:6.12.0-55.76.1.el10_0.x86_64",
"relates_to_product_reference": "RT-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-56547",
"discovery_date": "2024-12-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2334521"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nrcu/nocb: Fix missed RCU barrier on deoffloading\n\nCurrently, running rcutorture test with torture_type=rcu fwd_progress=8\nn_barrier_cbs=8 nocbs_nthreads=8 nocbs_toggle=100 onoff_interval=60\ntest_boost=2, will trigger the following warning:\n\n\tWARNING: CPU: 19 PID: 100 at kernel/rcu/tree_nocb.h:1061 rcu_nocb_rdp_deoffload+0x292/0x2a0\n\tRIP: 0010:rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t Call Trace:\n\t \u003cTASK\u003e\n\t ? __warn+0x7e/0x120\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t ? report_bug+0x18e/0x1a0\n\t ? handle_bug+0x3d/0x70\n\t ? exc_invalid_op+0x18/0x70\n\t ? asm_exc_invalid_op+0x1a/0x20\n\t ? rcu_nocb_rdp_deoffload+0x292/0x2a0\n\t rcu_nocb_cpu_deoffload+0x70/0xa0\n\t rcu_nocb_toggle+0x136/0x1c0\n\t ? __pfx_rcu_nocb_toggle+0x10/0x10\n\t kthread+0xd1/0x100\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork+0x2f/0x50\n\t ? __pfx_kthread+0x10/0x10\n\t ret_from_fork_asm+0x1a/0x30\n\t \u003c/TASK\u003e\n\nCPU0 CPU2 CPU3\n//rcu_nocb_toggle //nocb_cb_wait //rcutorture\n\n// deoffload CPU1 // process CPU1\u0027s rdp\nrcu_barrier()\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 2\n // enqueue barrier\n // callback to CPU1\u0027s\n // rdp-\u003ecblist\n rcu_do_batch()\n // invoke CPU1\u0027s rdp-\u003ecblist\n // callback\n rcu_barrier_callback()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // still see len == 2\n // enqueue barrier callback\n // to CPU1\u0027s rdp-\u003ecblist\n rcu_segcblist_entrain()\n rcu_segcblist_add_len(1);\n // len == 3\n // decrement len\n rcu_segcblist_add_len(-2);\n kthread_parkme()\n\n// CPU1\u0027s rdp-\u003ecblist len == 1\n// Warn because there is\n// still a pending barrier\n// trigger warning\nWARN_ON_ONCE(rcu_segcblist_n_cbs(\u0026rdp-\u003ecblist));\ncpus_read_unlock();\n\n // wait CPU1 to comes online and\n // invoke barrier callback on\n // CPU1 rdp\u0027s-\u003ecblist\n wait_for_completion(\u0026rcu_state.barrier_completion);\n// deoffload CPU4\ncpus_read_lock()\n rcu_barrier()\n mutex_lock(\u0026rcu_state.barrier_mutex);\n // block on barrier_mutex\n // wait rcu_barrier() on\n // CPU3 to unlock barrier_mutex\n // but CPU3 unlock barrier_mutex\n // need to wait CPU1 comes online\n // when CPU1 going online will block on cpus_write_lock\n\nThe above scenario will not only trigger a WARN_ON_ONCE(), but also\ntrigger a deadlock.\n\nThanks to nocb locking, a second racing rcu_barrier() on an offline CPU\nwill either observe the decremented callback counter down to 0 and spare\nthe callback enqueue, or rcuo will observe the new callback and keep\nrdp-\u003enocb_cb_sleep to false.\n\nTherefore check rdp-\u003enocb_cb_sleep before parking to make sure no\nfurther rcu_barrier() is waiting on the rdp.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: rcu/nocb: Fix missed RCU barrier on deoffloading",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-56547"
},
{
"category": "external",
"summary": "RHBZ#2334521",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334521"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-56547",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56547"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56547",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56547"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-56547-c340@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-56547-c340@gregkh/T"
}
],
"release_date": "2024-12-27T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: rcu/nocb: Fix missed RCU barrier on deoffloading"
},
{
"cve": "CVE-2025-39766",
"cwe": {
"id": "CWE-390",
"name": "Detection of Error Condition Without Action"
},
"discovery_date": "2025-09-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394648"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit\n\nThe following setup can trigger a WARNING in htb_activate due to\nthe condition: !cl-\u003eleaf.q-\u003eq.qlen\n\ntc qdisc del dev lo root\ntc qdisc add dev lo root handle 1: htb default 1\ntc class add dev lo parent 1: classid 1:1 \\\n htb rate 64bit\ntc qdisc add dev lo parent 1:1 handle f: \\\n cake memlimit 1b\nping -I lo -f -c1 -s64 -W0.001 127.0.0.1\n\nThis is because the low memlimit leads to a low buffer_limit, which\ncauses packet dropping. However, cake_enqueue still returns\nNET_XMIT_SUCCESS, causing htb_enqueue to call htb_activate with an\nempty child qdisc. We should return NET_XMIT_CN when packets are\ndropped from the same tin and flow.\n\nI do not believe return value of NET_XMIT_CN is necessary for packet\ndrops in the case of ack filtering, as that is meant to optimize\nperformance, not to signal congestion.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit",
"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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39766"
},
{
"category": "external",
"summary": "RHBZ#2394648",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394648"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39766",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39766"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39766",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39766"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39766-7465@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091144-CVE-2025-39766-7465@gregkh/T"
}
],
"release_date": "2025-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
}
],
"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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limit"
},
{
"cve": "CVE-2026-23210",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2026-02-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439895"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s ice network driver. A local attacker could exploit a race condition during the Virtual Station Interface (VSI) rebuild process. This flaw occurs when the Precision Time Protocol (PTP) periodic work attempts to access uninitialized memory, leading to a NULL pointer dereference. Successful exploitation results in a system crash, causing a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Denial of Service in ice driver due to race condition during VSI rebuild",
"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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23210"
},
{
"category": "external",
"summary": "RHBZ#2439895",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439895"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23210"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23210",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23210"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026021439-CVE-2026-23210-7cac@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026021439-CVE-2026-23210-7cac@gregkh/T"
}
],
"release_date": "2026-02-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, prevent the `ice` kernel module from loading. This can be achieved by creating a blacklist file for the module.\n\n1. Create a file named `/etc/modprobe.d/blacklist-ice.conf` with the following content:\n `blacklist ice`\n\n2. Regenerate the initramfs to ensure the blacklist is applied during boot:\n `dracut -f -v`\n\n3. Reboot the system for the changes to take effect.\n\nWarning: Blacklisting the `ice` module may impact network functionality if your system relies on network devices using this driver. Ensure this action is compatible with your system\u0027s requirements before proceeding.",
"product_ids": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: Linux kernel: Denial of Service in ice driver due to race condition during VSI rebuild"
},
{
"cve": "CVE-2026-31419",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2026-04-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457829"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s bonding driver. A local attacker with low privileges could exploit a use-after-free vulnerability in the `bond_xmit_broadcast()` function. This occurs due to a race condition during concurrent slave enslave/release operations, which can lead to the original socket buffer (skb) being double-freed. Successful exploitation of this flaw can result in a system crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important impact flaw affecting the Linux kernel\u0027s bonding driver in Red Hat Enterprise Linux 6, 8.8 and later, 9.2 and later, and 10, as well as Red Hat In-Vehicle OS 2.0. A local attacker with low privileges could trigger a use-after-free vulnerability, leading to a system crash and denial of service. Red Hat Enterprise Linux 7, 8.2, 8.4, 8.6, and 9.0 are not affected as the vulnerable code is not present.",
"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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-31419"
},
{
"category": "external",
"summary": "RHBZ#2457829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457829"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-31419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31419"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31419"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026041353-CVE-2026-31419-e176@gregkh/T"
}
],
"release_date": "2026-04-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
}
],
"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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: Linux kernel: Use-after-free in bonding driver leads to denial of service"
},
{
"cve": "CVE-2026-43163",
"cwe": {
"id": "CWE-825",
"name": "Expired Pointer Dereference"
},
"discovery_date": "2026-05-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2467059"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s md/bitmap component. This vulnerability involves a use-after-free race condition that occurs during array resize operations. When the `bitmap_daemon_work()` and `__bitmap_resize()` functions execute concurrently, they can access memory pages that have already been freed. This can lead to a General Protection Fault (GPF), which causes the system to crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: md/bitmap: fix GPF in write_page caused by resize race",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-43163"
},
{
"category": "external",
"summary": "RHBZ#2467059",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467059"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-43163",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-43163"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43163",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43163"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43163-86e1@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2026050632-CVE-2026-43163-86e1@gregkh/T"
}
],
"release_date": "2026-05-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-06-01T22:35:01+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.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
],
"restart_required": {
"category": "machine"
},
"url": "https://access.redhat.com/errata/RHSA-2026:22334"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"AppStream-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"AppStream-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"BaseOS-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"BaseOS-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"CRB-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"CRB-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"NFV-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"NFV-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.src",
"RT-10.0.Z.E2S:kernel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-abi-stablelists-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debug-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-aarch64-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-debuginfo-common-ppc64le-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-debuginfo-common-s390x-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-debuginfo-common-x86_64-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-devel-matched-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-doc-0:6.12.0-55.76.1.el10_0.noarch",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-64k-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-64k-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debug-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-kvm-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-core-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-rt-modules-extra-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-tools-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:kernel-tools-libs-devel-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:kernel-uki-virt-addons-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:kernel-zfcpdump-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-devel-matched-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-core-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:kernel-zfcpdump-modules-extra-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:libperf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:python3-perf-debuginfo-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rtla-0:6.12.0-55.76.1.el10_0.x86_64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.aarch64",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.ppc64le",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.s390x",
"RT-10.0.Z.E2S:rv-0:6.12.0-55.76.1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: md/bitmap: fix GPF in write_page caused by resize race"
}
]
}
WID-SEC-W-2024-3762
Vulnerability from csaf_certbund - Published: 2024-12-29 23:00 - Updated: 2026-05-20 22:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Dell NetWorker
Dell
|
cpe:/a:dell:networker:virtual
|
— | |
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
IBM QRadar SIEM <7.5.0 UP11 IF04
IBM / QRadar SIEM
|
<7.5.0 UP11 IF04 | ||
|
Oracle Linux
Oracle / Linux
|
cpe:/o:oracle:linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
IBM DataPower Gateway <10.6.0.7
IBM / DataPower Gateway
|
<10.6.0.7 | ||
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE / Linux
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Dell PowerProtect Data Domain <8.4.0.0
Dell / PowerProtect Data Domain
|
<8.4.0.0 | ||
|
Red Hat OpenShift Container Platform <4.16.38
Red Hat / OpenShift
|
Container Platform <4.16.38 | ||
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
Red Hat OpenShift Container Platform <4.12.75
Red Hat / OpenShift
|
Container Platform <4.12.75 | ||
|
Red Hat OpenShift Container Platform <4.13.56
Red Hat / OpenShift
|
Container Platform <4.13.56 | ||
|
Open Source Linux Kernel
Open Source
|
cpe:/o:linux:linux_kernel:-
|
— | |
|
Dell PowerProtect Data Domain <7.13.1.40
Dell / PowerProtect Data Domain
|
<7.13.1.40 | ||
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Red Hat OpenShift Container Platform <4.14.49
Red Hat / OpenShift
|
Container Platform <4.14.49 | ||
|
Dell PowerProtect Data Domain <7.10.1.70
Dell / PowerProtect Data Domain
|
<7.10.1.70 | ||
|
IBM DataPower Gateway <10.5.0.19
IBM / DataPower Gateway
|
<10.5.0.19 | ||
|
Dell PowerProtect Data Domain <8.3.1.10
Dell / PowerProtect Data Domain
|
<8.3.1.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Der Kernel stellt den Kern des Linux Betriebssystems dar.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann mehrere Schwachstellen in Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren und um nicht n\u00e4her beschriebene Effekte zu erzielen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2024-3762 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3762.json"
},
{
"category": "self",
"summary": "WID-SEC-2024-3762 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3762"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20018 vom 2025-01-13",
"url": "https://linux.oracle.com/errata/ELSA-2025-20018.html"
},
{
"category": "external",
"summary": "Kernel CVE Announce Mailingliste",
"url": "https://lore.kernel.org/linux-cve-announce/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53180",
"url": "https://lore.kernel.org/linux-cve-announce/2024122719-CVE-2024-53180-78ed@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53182",
"url": "https://lore.kernel.org/linux-cve-announce/2024122720-CVE-2024-53182-8a61@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53183",
"url": "https://lore.kernel.org/linux-cve-announce/2024122720-CVE-2024-53183-9efa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53184",
"url": "https://lore.kernel.org/linux-cve-announce/2024122720-CVE-2024-53184-1a1c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53185",
"url": "https://lore.kernel.org/linux-cve-announce/2024122721-CVE-2024-53185-16d6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53186",
"url": "https://lore.kernel.org/linux-cve-announce/2024122721-CVE-2024-53186-7c05@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53187",
"url": "https://lore.kernel.org/linux-cve-announce/2024122722-CVE-2024-53187-909e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53188",
"url": "https://lore.kernel.org/linux-cve-announce/2024122722-CVE-2024-53188-be4e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53189",
"url": "https://lore.kernel.org/linux-cve-announce/2024122722-CVE-2024-53189-1b90@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53194",
"url": "https://lore.kernel.org/linux-cve-announce/2024122724-CVE-2024-53194-9edf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53195",
"url": "https://lore.kernel.org/linux-cve-announce/2024122724-CVE-2024-53195-772a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53196",
"url": "https://lore.kernel.org/linux-cve-announce/2024122725-CVE-2024-53196-758a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53197",
"url": "https://lore.kernel.org/linux-cve-announce/2024122725-CVE-2024-53197-6aef@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53198",
"url": "https://lore.kernel.org/linux-cve-announce/2024122725-CVE-2024-53198-ce0e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53199",
"url": "https://lore.kernel.org/linux-cve-announce/2024122726-CVE-2024-53199-3a00@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53200",
"url": "https://lore.kernel.org/linux-cve-announce/2024122726-CVE-2024-53200-1320@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53201",
"url": "https://lore.kernel.org/linux-cve-announce/2024122726-CVE-2024-53201-2534@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53202",
"url": "https://lore.kernel.org/linux-cve-announce/2024122727-CVE-2024-53202-f699@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53203",
"url": "https://lore.kernel.org/linux-cve-announce/2024122727-CVE-2024-53203-80fc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53204",
"url": "https://lore.kernel.org/linux-cve-announce/2024122727-CVE-2024-53204-0f6e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53205",
"url": "https://lore.kernel.org/linux-cve-announce/2024122728-CVE-2024-53205-1be1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53206",
"url": "https://lore.kernel.org/linux-cve-announce/2024122728-CVE-2024-53206-d85d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53207",
"url": "https://lore.kernel.org/linux-cve-announce/2024122728-CVE-2024-53207-72f7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53208",
"url": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-53208-dff3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53209",
"url": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-53209-b6b2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53210",
"url": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-53210-c51c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53211",
"url": "https://lore.kernel.org/linux-cve-announce/2024122730-CVE-2024-53211-9837@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53212",
"url": "https://lore.kernel.org/linux-cve-announce/2024122730-CVE-2024-53212-495a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53213",
"url": "https://lore.kernel.org/linux-cve-announce/2024122730-CVE-2024-53213-baa6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53214",
"url": "https://lore.kernel.org/linux-cve-announce/2024122731-CVE-2024-53214-5fbf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53215",
"url": "https://lore.kernel.org/linux-cve-announce/2024122731-CVE-2024-53215-7de4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53216",
"url": "https://lore.kernel.org/linux-cve-announce/2024122732-CVE-2024-53216-ba8b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53217",
"url": "https://lore.kernel.org/linux-cve-announce/2024122732-CVE-2024-53217-4f05@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53218",
"url": "https://lore.kernel.org/linux-cve-announce/2024122732-CVE-2024-53218-4330@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53219",
"url": "https://lore.kernel.org/linux-cve-announce/2024122733-CVE-2024-53219-1a04@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53220",
"url": "https://lore.kernel.org/linux-cve-announce/2024122733-CVE-2024-53220-3664@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53221",
"url": "https://lore.kernel.org/linux-cve-announce/2024122733-CVE-2024-53221-d8b2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53222",
"url": "https://lore.kernel.org/linux-cve-announce/2024122734-CVE-2024-53222-6c79@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53223",
"url": "https://lore.kernel.org/linux-cve-announce/2024122734-CVE-2024-53223-7669@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53224",
"url": "https://lore.kernel.org/linux-cve-announce/2024122734-CVE-2024-53224-2509@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53225",
"url": "https://lore.kernel.org/linux-cve-announce/2024122735-CVE-2024-53225-8deb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53226",
"url": "https://lore.kernel.org/linux-cve-announce/2024122735-CVE-2024-53226-5c23@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53227",
"url": "https://lore.kernel.org/linux-cve-announce/2024122735-CVE-2024-53227-d872@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53228",
"url": "https://lore.kernel.org/linux-cve-announce/2024122736-CVE-2024-53228-0c5f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53229",
"url": "https://lore.kernel.org/linux-cve-announce/2024122736-CVE-2024-53229-f5cc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53230",
"url": "https://lore.kernel.org/linux-cve-announce/2024122736-CVE-2024-53230-5851@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53231",
"url": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-53231-fe0f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53232",
"url": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-53232-6919@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53233",
"url": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-53233-ab02@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53234",
"url": "https://lore.kernel.org/linux-cve-announce/2024122738-CVE-2024-53234-4ee6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53235",
"url": "https://lore.kernel.org/linux-cve-announce/2024122738-CVE-2024-53235-80a9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53236",
"url": "https://lore.kernel.org/linux-cve-announce/2024122738-CVE-2024-53236-0ab4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53237",
"url": "https://lore.kernel.org/linux-cve-announce/2024122739-CVE-2024-53237-2fa6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53238",
"url": "https://lore.kernel.org/linux-cve-announce/2024122739-CVE-2024-53238-ea1c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-53239",
"url": "https://lore.kernel.org/linux-cve-announce/2024122740-CVE-2024-53239-b661@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56531",
"url": "https://lore.kernel.org/linux-cve-announce/2024122721-CVE-2024-56531-6a91@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56532",
"url": "https://lore.kernel.org/linux-cve-announce/2024122724-CVE-2024-56532-6931@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56533",
"url": "https://lore.kernel.org/linux-cve-announce/2024122724-CVE-2024-56533-5de6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56534",
"url": "https://lore.kernel.org/linux-cve-announce/2024122724-CVE-2024-56534-6e4d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56535",
"url": "https://lore.kernel.org/linux-cve-announce/2024122725-CVE-2024-56535-4683@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56536",
"url": "https://lore.kernel.org/linux-cve-announce/2024122725-CVE-2024-56536-a7c4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56537",
"url": "https://lore.kernel.org/linux-cve-announce/2024122725-CVE-2024-56537-59f7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56538",
"url": "https://lore.kernel.org/linux-cve-announce/2024122726-CVE-2024-56538-379d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56539",
"url": "https://lore.kernel.org/linux-cve-announce/2024122726-CVE-2024-56539-4d60@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56540",
"url": "https://lore.kernel.org/linux-cve-announce/2024122726-CVE-2024-56540-d2f7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56541",
"url": "https://lore.kernel.org/linux-cve-announce/2024122727-CVE-2024-56541-1c83@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56542",
"url": "https://lore.kernel.org/linux-cve-announce/2024122727-CVE-2024-56542-d3dc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56543",
"url": "https://lore.kernel.org/linux-cve-announce/2024122727-CVE-2024-56543-a959@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56544",
"url": "https://lore.kernel.org/linux-cve-announce/2024122728-CVE-2024-56544-42cf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56545",
"url": "https://lore.kernel.org/linux-cve-announce/2024122728-CVE-2024-56545-0bfa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56546",
"url": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-56546-3138@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56547",
"url": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-56547-c340@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56548",
"url": "https://lore.kernel.org/linux-cve-announce/2024122729-CVE-2024-56548-8bfd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56549",
"url": "https://lore.kernel.org/linux-cve-announce/2024122730-CVE-2024-56549-ebcd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56550",
"url": "https://lore.kernel.org/linux-cve-announce/2024122701-CVE-2024-56550-68f3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56551",
"url": "https://lore.kernel.org/linux-cve-announce/2024122709-CVE-2024-56551-4ad2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56552",
"url": "https://lore.kernel.org/linux-cve-announce/2024122710-CVE-2024-56552-aca0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56553",
"url": "https://lore.kernel.org/linux-cve-announce/2024122710-CVE-2024-56553-e097@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56554",
"url": "https://lore.kernel.org/linux-cve-announce/2024122710-CVE-2024-56554-9ee7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56555",
"url": "https://lore.kernel.org/linux-cve-announce/2024122711-CVE-2024-56555-6abc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56556",
"url": "https://lore.kernel.org/linux-cve-announce/2024122711-CVE-2024-56556-96b8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56557",
"url": "https://lore.kernel.org/linux-cve-announce/2024122711-CVE-2024-56557-7440@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56558",
"url": "https://lore.kernel.org/linux-cve-announce/2024122712-CVE-2024-56558-9fd9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56559",
"url": "https://lore.kernel.org/linux-cve-announce/2024122712-CVE-2024-56559-b560@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56560",
"url": "https://lore.kernel.org/linux-cve-announce/2024122712-CVE-2024-56560-e044@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56561",
"url": "https://lore.kernel.org/linux-cve-announce/2024122713-CVE-2024-56561-a041@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56562",
"url": "https://lore.kernel.org/linux-cve-announce/2024122713-CVE-2024-56562-9fd5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56563",
"url": "https://lore.kernel.org/linux-cve-announce/2024122714-CVE-2024-56563-148f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56564",
"url": "https://lore.kernel.org/linux-cve-announce/2024122714-CVE-2024-56564-7587@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56565",
"url": "https://lore.kernel.org/linux-cve-announce/2024122714-CVE-2024-56565-1a08@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56566",
"url": "https://lore.kernel.org/linux-cve-announce/2024122715-CVE-2024-56566-0a7e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56567",
"url": "https://lore.kernel.org/linux-cve-announce/2024122715-CVE-2024-56567-a306@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56568",
"url": "https://lore.kernel.org/linux-cve-announce/2024122715-CVE-2024-56568-76a5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56569",
"url": "https://lore.kernel.org/linux-cve-announce/2024122716-CVE-2024-56569-cc71@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56570",
"url": "https://lore.kernel.org/linux-cve-announce/2024122716-CVE-2024-56570-7580@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56571",
"url": "https://lore.kernel.org/linux-cve-announce/2024122716-CVE-2024-56571-2bbc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56572",
"url": "https://lore.kernel.org/linux-cve-announce/2024122717-CVE-2024-56572-b0fd@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56573",
"url": "https://lore.kernel.org/linux-cve-announce/2024122717-CVE-2024-56573-f5d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56574",
"url": "https://lore.kernel.org/linux-cve-announce/2024122717-CVE-2024-56574-68a1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56575",
"url": "https://lore.kernel.org/linux-cve-announce/2024122718-CVE-2024-56575-5f0b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56576",
"url": "https://lore.kernel.org/linux-cve-announce/2024122718-CVE-2024-56576-9756@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56577",
"url": "https://lore.kernel.org/linux-cve-announce/2024122718-CVE-2024-56577-42c4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56578",
"url": "https://lore.kernel.org/linux-cve-announce/2024122719-CVE-2024-56578-48e7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56579",
"url": "https://lore.kernel.org/linux-cve-announce/2024122719-CVE-2024-56579-6134@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56580",
"url": "https://lore.kernel.org/linux-cve-announce/2024122720-CVE-2024-56580-40b9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56581",
"url": "https://lore.kernel.org/linux-cve-announce/2024122720-CVE-2024-56581-501d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56582",
"url": "https://lore.kernel.org/linux-cve-announce/2024122720-CVE-2024-56582-17af@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56583",
"url": "https://lore.kernel.org/linux-cve-announce/2024122754-CVE-2024-56583-b1dc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56584",
"url": "https://lore.kernel.org/linux-cve-announce/2024122757-CVE-2024-56584-dad9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56585",
"url": "https://lore.kernel.org/linux-cve-announce/2024122757-CVE-2024-56585-ad56@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56586",
"url": "https://lore.kernel.org/linux-cve-announce/2024122757-CVE-2024-56586-bece@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56587",
"url": "https://lore.kernel.org/linux-cve-announce/2024122758-CVE-2024-56587-1786@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56588",
"url": "https://lore.kernel.org/linux-cve-announce/2024122758-CVE-2024-56588-87ae@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56589",
"url": "https://lore.kernel.org/linux-cve-announce/2024122758-CVE-2024-56589-5cce@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56590",
"url": "https://lore.kernel.org/linux-cve-announce/2024122759-CVE-2024-56590-d4ba@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56591",
"url": "https://lore.kernel.org/linux-cve-announce/2024122759-CVE-2024-56591-eaf9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56592",
"url": "https://lore.kernel.org/linux-cve-announce/2024122700-CVE-2024-56592-d4b2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56593",
"url": "https://lore.kernel.org/linux-cve-announce/2024122700-CVE-2024-56593-3974@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56594",
"url": "https://lore.kernel.org/linux-cve-announce/2024122700-CVE-2024-56594-3c24@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56595",
"url": "https://lore.kernel.org/linux-cve-announce/2024122701-CVE-2024-56595-0584@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56596",
"url": "https://lore.kernel.org/linux-cve-announce/2024122701-CVE-2024-56596-2add@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56597",
"url": "https://lore.kernel.org/linux-cve-announce/2024122701-CVE-2024-56597-d77b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56598",
"url": "https://lore.kernel.org/linux-cve-announce/2024122702-CVE-2024-56598-3955@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56599",
"url": "https://lore.kernel.org/linux-cve-announce/2024122702-CVE-2024-56599-54af@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56600",
"url": "https://lore.kernel.org/linux-cve-announce/2024122702-CVE-2024-56600-7867@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56601",
"url": "https://lore.kernel.org/linux-cve-announce/2024122703-CVE-2024-56601-2150@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56602",
"url": "https://lore.kernel.org/linux-cve-announce/2024122703-CVE-2024-56602-d030@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56603",
"url": "https://lore.kernel.org/linux-cve-announce/2024122703-CVE-2024-56603-3db8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56604",
"url": "https://lore.kernel.org/linux-cve-announce/2024122704-CVE-2024-56604-8494@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56605",
"url": "https://lore.kernel.org/linux-cve-announce/2024122704-CVE-2024-56605-d424@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56606",
"url": "https://lore.kernel.org/linux-cve-announce/2024122704-CVE-2024-56606-bf3b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56607",
"url": "https://lore.kernel.org/linux-cve-announce/2024122705-CVE-2024-56607-031e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56608",
"url": "https://lore.kernel.org/linux-cve-announce/2024122705-CVE-2024-56608-30fb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56609",
"url": "https://lore.kernel.org/linux-cve-announce/2024122706-CVE-2024-56609-7fe3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56610",
"url": "https://lore.kernel.org/linux-cve-announce/2024122706-CVE-2024-56610-905f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56611",
"url": "https://lore.kernel.org/linux-cve-announce/2024122706-CVE-2024-56611-262a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56612",
"url": "https://lore.kernel.org/linux-cve-announce/2024122707-CVE-2024-56612-a24e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56613",
"url": "https://lore.kernel.org/linux-cve-announce/2024122707-CVE-2024-56613-0897@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56614",
"url": "https://lore.kernel.org/linux-cve-announce/2024122707-CVE-2024-56614-17c4@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56615",
"url": "https://lore.kernel.org/linux-cve-announce/2024122708-CVE-2024-56615-5148@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56616",
"url": "https://lore.kernel.org/linux-cve-announce/2024122708-CVE-2024-56616-ae89@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56617",
"url": "https://lore.kernel.org/linux-cve-announce/2024122708-CVE-2024-56617-7f21@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56618",
"url": "https://lore.kernel.org/linux-cve-announce/2024122709-CVE-2024-56618-44a1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56619",
"url": "https://lore.kernel.org/linux-cve-announce/2024122709-CVE-2024-56619-501d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56620",
"url": "https://lore.kernel.org/linux-cve-announce/2024122709-CVE-2024-56620-d1a8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56621",
"url": "https://lore.kernel.org/linux-cve-announce/2024122710-CVE-2024-56621-98bf@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56622",
"url": "https://lore.kernel.org/linux-cve-announce/2024122710-CVE-2024-56622-cee7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56623",
"url": "https://lore.kernel.org/linux-cve-announce/2024122710-CVE-2024-56623-e4c7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56624",
"url": "https://lore.kernel.org/linux-cve-announce/2024122711-CVE-2024-56624-35f7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56625",
"url": "https://lore.kernel.org/linux-cve-announce/2024122711-CVE-2024-56625-82a7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56626",
"url": "https://lore.kernel.org/linux-cve-announce/2024122712-CVE-2024-56626-f2f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56627",
"url": "https://lore.kernel.org/linux-cve-announce/2024122712-CVE-2024-56627-f398@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56628",
"url": "https://lore.kernel.org/linux-cve-announce/2024122712-CVE-2024-56628-c347@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56629",
"url": "https://lore.kernel.org/linux-cve-announce/2024122713-CVE-2024-56629-83fb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56630",
"url": "https://lore.kernel.org/linux-cve-announce/2024122713-CVE-2024-56630-c856@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56631",
"url": "https://lore.kernel.org/linux-cve-announce/2024122731-CVE-2024-56631-548f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56632",
"url": "https://lore.kernel.org/linux-cve-announce/2024122733-CVE-2024-56632-ea20@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56633",
"url": "https://lore.kernel.org/linux-cve-announce/2024122734-CVE-2024-56633-ac1d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56634",
"url": "https://lore.kernel.org/linux-cve-announce/2024122734-CVE-2024-56634-f6d5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56635",
"url": "https://lore.kernel.org/linux-cve-announce/2024122734-CVE-2024-56635-3014@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56636",
"url": "https://lore.kernel.org/linux-cve-announce/2024122735-CVE-2024-56636-cdeb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56637",
"url": "https://lore.kernel.org/linux-cve-announce/2024122735-CVE-2024-56637-23bb@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56638",
"url": "https://lore.kernel.org/linux-cve-announce/2024122735-CVE-2024-56638-3a3d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56639",
"url": "https://lore.kernel.org/linux-cve-announce/2024122736-CVE-2024-56639-809a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56640",
"url": "https://lore.kernel.org/linux-cve-announce/2024122736-CVE-2024-56640-ef22@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56641",
"url": "https://lore.kernel.org/linux-cve-announce/2024122736-CVE-2024-56641-5492@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56642",
"url": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-56642-71ee@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56643",
"url": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-56643-8470@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56644",
"url": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-56644-83c2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56645",
"url": "https://lore.kernel.org/linux-cve-announce/2024122738-CVE-2024-56645-bc11@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56646",
"url": "https://lore.kernel.org/linux-cve-announce/2024122738-CVE-2024-56646-e78e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56647",
"url": "https://lore.kernel.org/linux-cve-announce/2024122738-CVE-2024-56647-d71f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56648",
"url": "https://lore.kernel.org/linux-cve-announce/2024122739-CVE-2024-56648-5623@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56649",
"url": "https://lore.kernel.org/linux-cve-announce/2024122739-CVE-2024-56649-33a6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56650",
"url": "https://lore.kernel.org/linux-cve-announce/2024122740-CVE-2024-56650-4d51@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56651",
"url": "https://lore.kernel.org/linux-cve-announce/2024122740-CVE-2024-56651-2d22@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56652",
"url": "https://lore.kernel.org/linux-cve-announce/2024122748-CVE-2024-56652-31db@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56653",
"url": "https://lore.kernel.org/linux-cve-announce/2024122749-CVE-2024-56653-bb35@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56654",
"url": "https://lore.kernel.org/linux-cve-announce/2024122749-CVE-2024-56654-66a1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56655",
"url": "https://lore.kernel.org/linux-cve-announce/2024122749-CVE-2024-56655-e94f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56656",
"url": "https://lore.kernel.org/linux-cve-announce/2024122750-CVE-2024-56656-84a9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56657",
"url": "https://lore.kernel.org/linux-cve-announce/2024122750-CVE-2024-56657-4f33@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56658",
"url": "https://lore.kernel.org/linux-cve-announce/2024122750-CVE-2024-56658-01fc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56659",
"url": "https://lore.kernel.org/linux-cve-announce/2024122751-CVE-2024-56659-6675@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56660",
"url": "https://lore.kernel.org/linux-cve-announce/2024122751-CVE-2024-56660-fb9d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56661",
"url": "https://lore.kernel.org/linux-cve-announce/2024122751-CVE-2024-56661-a403@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56662",
"url": "https://lore.kernel.org/linux-cve-announce/2024122752-CVE-2024-56662-b7e7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56663",
"url": "https://lore.kernel.org/linux-cve-announce/2024122752-CVE-2024-56663-66d7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56664",
"url": "https://lore.kernel.org/linux-cve-announce/2024122752-CVE-2024-56664-9dc6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56665",
"url": "https://lore.kernel.org/linux-cve-announce/2024122753-CVE-2024-56665-5df3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56666",
"url": "https://lore.kernel.org/linux-cve-announce/2024122753-CVE-2024-56666-93aa@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56667",
"url": "https://lore.kernel.org/linux-cve-announce/2024122753-CVE-2024-56667-3c3f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56668",
"url": "https://lore.kernel.org/linux-cve-announce/2024122754-CVE-2024-56668-0d8d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56669",
"url": "https://lore.kernel.org/linux-cve-announce/2024122754-CVE-2024-56669-2ea9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56670",
"url": "https://lore.kernel.org/linux-cve-announce/2024122755-CVE-2024-56670-929d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56671",
"url": "https://lore.kernel.org/linux-cve-announce/2024122755-CVE-2024-56671-89d8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56672",
"url": "https://lore.kernel.org/linux-cve-announce/2024122755-CVE-2024-56672-8d29@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56673",
"url": "https://lore.kernel.org/linux-cve-announce/2024122756-CVE-2024-56673-1ce5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56674",
"url": "https://lore.kernel.org/linux-cve-announce/2024122756-CVE-2024-56674-8005@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56675",
"url": "https://lore.kernel.org/linux-cve-announce/2024122756-CVE-2024-56675-e996@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56676",
"url": "https://lore.kernel.org/linux-cve-announce/2024122829-CVE-2024-56676-0d17@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56677",
"url": "https://lore.kernel.org/linux-cve-announce/2024122831-CVE-2024-56677-f922@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56678",
"url": "https://lore.kernel.org/linux-cve-announce/2024122832-CVE-2024-56678-977d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56679",
"url": "https://lore.kernel.org/linux-cve-announce/2024122832-CVE-2024-56679-02b5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56680",
"url": "https://lore.kernel.org/linux-cve-announce/2024122832-CVE-2024-56680-fac9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56681",
"url": "https://lore.kernel.org/linux-cve-announce/2024122832-CVE-2024-56681-d0c0@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56682",
"url": "https://lore.kernel.org/linux-cve-announce/2024122833-CVE-2024-56682-3219@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56683",
"url": "https://lore.kernel.org/linux-cve-announce/2024122833-CVE-2024-56683-14c3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56684",
"url": "https://lore.kernel.org/linux-cve-announce/2024122833-CVE-2024-56684-55a3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56685",
"url": "https://lore.kernel.org/linux-cve-announce/2024122833-CVE-2024-56685-f49e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56686",
"url": "https://lore.kernel.org/linux-cve-announce/2024122833-CVE-2024-56686-b432@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56687",
"url": "https://lore.kernel.org/linux-cve-announce/2024122834-CVE-2024-56687-99e2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56688",
"url": "https://lore.kernel.org/linux-cve-announce/2024122834-CVE-2024-56688-4e02@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56689",
"url": "https://lore.kernel.org/linux-cve-announce/2024122834-CVE-2024-56689-69ca@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56690",
"url": "https://lore.kernel.org/linux-cve-announce/2024122834-CVE-2024-56690-b77f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56691",
"url": "https://lore.kernel.org/linux-cve-announce/2024122834-CVE-2024-56691-c981@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56692",
"url": "https://lore.kernel.org/linux-cve-announce/2024122835-CVE-2024-56692-e6ad@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56693",
"url": "https://lore.kernel.org/linux-cve-announce/2024122835-CVE-2024-56693-b3c6@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56694",
"url": "https://lore.kernel.org/linux-cve-announce/2024122835-CVE-2024-56694-c701@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56695",
"url": "https://lore.kernel.org/linux-cve-announce/2024122835-CVE-2024-56695-110a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56696",
"url": "https://lore.kernel.org/linux-cve-announce/2024122836-CVE-2024-56696-2b90@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56697",
"url": "https://lore.kernel.org/linux-cve-announce/2024122836-CVE-2024-56697-062c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56698",
"url": "https://lore.kernel.org/linux-cve-announce/2024122836-CVE-2024-56698-6b0b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56699",
"url": "https://lore.kernel.org/linux-cve-announce/2024122836-CVE-2024-56699-a3d3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56700",
"url": "https://lore.kernel.org/linux-cve-announce/2024122836-CVE-2024-56700-d3d1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56701",
"url": "https://lore.kernel.org/linux-cve-announce/2024122837-CVE-2024-56701-d424@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56702",
"url": "https://lore.kernel.org/linux-cve-announce/2024122837-CVE-2024-56702-172d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56703",
"url": "https://lore.kernel.org/linux-cve-announce/2024122837-CVE-2024-56703-683a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56704",
"url": "https://lore.kernel.org/linux-cve-announce/2024122837-CVE-2024-56704-881e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56705",
"url": "https://lore.kernel.org/linux-cve-announce/2024122837-CVE-2024-56705-049b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56706",
"url": "https://lore.kernel.org/linux-cve-announce/2024122838-CVE-2024-56706-d292@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56707",
"url": "https://lore.kernel.org/linux-cve-announce/2024122838-CVE-2024-56707-783f@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56708",
"url": "https://lore.kernel.org/linux-cve-announce/2024122838-CVE-2024-56708-2702@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56709",
"url": "https://lore.kernel.org/linux-cve-announce/2024122918-CVE-2024-56709-655c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56710",
"url": "https://lore.kernel.org/linux-cve-announce/2024122913-CVE-2024-56710-78af@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56711",
"url": "https://lore.kernel.org/linux-cve-announce/2024122913-CVE-2024-56711-d4f9@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56712",
"url": "https://lore.kernel.org/linux-cve-announce/2024122914-CVE-2024-56712-d62a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56713",
"url": "https://lore.kernel.org/linux-cve-announce/2024122914-CVE-2024-56713-f78a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56714",
"url": "https://lore.kernel.org/linux-cve-announce/2024122914-CVE-2024-56714-0de2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56715",
"url": "https://lore.kernel.org/linux-cve-announce/2024122915-CVE-2024-56715-7db1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56716",
"url": "https://lore.kernel.org/linux-cve-announce/2024122915-CVE-2024-56716-7a52@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56717",
"url": "https://lore.kernel.org/linux-cve-announce/2024122915-CVE-2024-56717-546c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56718",
"url": "https://lore.kernel.org/linux-cve-announce/2024122915-CVE-2024-56718-be98@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56719",
"url": "https://lore.kernel.org/linux-cve-announce/2024122916-CVE-2024-56719-609b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56720",
"url": "https://lore.kernel.org/linux-cve-announce/2024122920-CVE-2024-56720-614a@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56721",
"url": "https://lore.kernel.org/linux-cve-announce/2024122922-CVE-2024-56721-aaac@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56722",
"url": "https://lore.kernel.org/linux-cve-announce/2024122923-CVE-2024-56722-5594@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56723",
"url": "https://lore.kernel.org/linux-cve-announce/2024122923-CVE-2024-56723-f74b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56724",
"url": "https://lore.kernel.org/linux-cve-announce/2024122923-CVE-2024-56724-a800@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56725",
"url": "https://lore.kernel.org/linux-cve-announce/2024122923-CVE-2024-56725-af15@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56726",
"url": "https://lore.kernel.org/linux-cve-announce/2024122924-CVE-2024-56726-3a9e@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56727",
"url": "https://lore.kernel.org/linux-cve-announce/2024122924-CVE-2024-56727-41d8@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56728",
"url": "https://lore.kernel.org/linux-cve-announce/2024122924-CVE-2024-56728-68d7@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56729",
"url": "https://lore.kernel.org/linux-cve-announce/2024122924-CVE-2024-56729-8f1c@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56730",
"url": "https://lore.kernel.org/linux-cve-announce/2024122924-CVE-2024-56730-3e54@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56739",
"url": "https://lore.kernel.org/linux-cve-announce/2024122925-CVE-2024-56739-0a67@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56740",
"url": "https://lore.kernel.org/linux-cve-announce/2024122925-CVE-2024-56740-6b7b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56741",
"url": "https://lore.kernel.org/linux-cve-announce/2024122925-CVE-2024-56741-3dbc@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56742",
"url": "https://lore.kernel.org/linux-cve-announce/2024122925-CVE-2024-56742-b3d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56743",
"url": "https://lore.kernel.org/linux-cve-announce/2024122925-CVE-2024-56743-39a5@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56744",
"url": "https://lore.kernel.org/linux-cve-announce/2024122926-CVE-2024-56744-fc8b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56745",
"url": "https://lore.kernel.org/linux-cve-announce/2024122926-CVE-2024-56745-b06b@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56746",
"url": "https://lore.kernel.org/linux-cve-announce/2024122926-CVE-2024-56746-d329@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56747",
"url": "https://lore.kernel.org/linux-cve-announce/2024122926-CVE-2024-56747-7c03@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56748",
"url": "https://lore.kernel.org/linux-cve-announce/2024122927-CVE-2024-56748-eb85@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56749",
"url": "https://lore.kernel.org/linux-cve-announce/2024122927-CVE-2024-56749-14d1@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56750",
"url": "https://lore.kernel.org/linux-cve-announce/2024122927-CVE-2024-56750-db4d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56751",
"url": "https://lore.kernel.org/linux-cve-announce/2024122927-CVE-2024-56751-bcf3@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56752",
"url": "https://lore.kernel.org/linux-cve-announce/2024122927-CVE-2024-56752-09d2@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56753",
"url": "https://lore.kernel.org/linux-cve-announce/2024122927-CVE-2024-56753-32df@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56754",
"url": "https://lore.kernel.org/linux-cve-announce/2024122928-CVE-2024-56754-9c9d@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56755",
"url": "https://lore.kernel.org/linux-cve-announce/2024122928-CVE-2024-56755-b189@gregkh/"
},
{
"category": "external",
"summary": "Linux Kernel CVE Announcement CVE-2024-56756",
"url": "https://lore.kernel.org/linux-cve-announce/2024122928-CVE-2024-56756-32fb@gregkh/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20019 vom 2025-01-14",
"url": "http://linux.oracle.com/errata/ELSA-2025-20019.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0117-1 vom 2025-01-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020131.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0153-1 vom 2025-01-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020150.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0154-1 vom 2025-01-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020151.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0152-1 vom 2025-01-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020152.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-2 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7585-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-1 vom 2025-06-19",
"url": "https://ubuntu.com/security/notices/USN-7585-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01995-1 vom 2025-06-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021572.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0203-1 vom 2025-01-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/MOWH4UGAPWTJ6YHNMWYKOS2OKUX53GLI/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0201-1 vom 2025-01-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YFCZRPOJ45QWVUSJAEK53OBSFTOQ3W5H/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7221-1 vom 2025-01-22",
"url": "https://ubuntu.com/security/notices/USN-7221-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0202-1 vom 2025-01-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BJBRXAP3YP5FGCBO64GJZN6ZQOUKD53F/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0236-1 vom 2025-01-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020196.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0230-1 vom 2025-01-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020193.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-061 vom 2025-01-24",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-061.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2025-079 vom 2025-01-24",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2025-079.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0231-1 vom 2025-01-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020192.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0289-1 vom 2025-01-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020239.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-195 vom 2025-02-04",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-195.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-062 vom 2025-02-04",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-062.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-197 vom 2025-02-04",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-197.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-196 vom 2025-02-04",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-196.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5860 vom 2025-02-08",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00023.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0428-1 vom 2025-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020311.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20100 vom 2025-02-13",
"url": "https://linux.oracle.com/errata/ELSA-2025-20100.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0517-1 vom 2025-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020337.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0499-1 vom 2025-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020336.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0556-1 vom 2025-02-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020352.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0557-1 vom 2025-02-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020350.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0555-1 vom 2025-02-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020353.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0565-1 vom 2025-02-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020360.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0564-1 vom 2025-02-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020361.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0577-1 vom 2025-02-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020370.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0576-1 vom 2025-02-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020371.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7277-1 vom 2025-02-19",
"url": "https://ubuntu.com/security/notices/USN-7277-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7276-1 vom 2025-02-19",
"url": "https://ubuntu.com/security/notices/USN-7276-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0603-1 vom 2025-02-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020383.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0517-2 vom 2025-02-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-February/020382.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2025-094 vom 2025-02-25",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2025-094.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-063 vom 2025-02-25",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-063.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7310-1 vom 2025-02-28",
"url": "https://ubuntu.com/security/notices/USN-7310-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4076 vom 2025-03-01",
"url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00001.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4075 vom 2025-03-01",
"url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0771-1 vom 2025-03-03",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/6X627UISONPV7CQLLHUDVJCDEIODQO4O/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7323-1 vom 2025-03-05",
"url": "https://ubuntu.com/security/notices/USN-7323-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7329-1 vom 2025-03-05",
"url": "https://ubuntu.com/security/notices/USN-7329-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7327-1 vom 2025-03-05",
"url": "https://ubuntu.com/security/notices/USN-7327-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0784-1 vom 2025-03-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020484.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7331-1 vom 2025-03-05",
"url": "https://ubuntu.com/security/notices/USN-7331-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7328-1 vom 2025-03-05",
"url": "https://ubuntu.com/security/notices/USN-7328-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-201 vom 2025-03-06",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-201.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-199 vom 2025-03-06",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-199.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7323-2 vom 2025-03-06",
"url": "https://ubuntu.com/security/notices/USN-7323-2"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-200 vom 2025-03-06",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-200.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-1961 vom 2025-03-06",
"url": "https://alas.aws.amazon.com/ALAS-2025-1961.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2474 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2474"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2475 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2475"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2476 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2476"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2473 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2473"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2775 vom 2025-03-07",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2775.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2490 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2490"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2489 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2489"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2488 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2488"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2514 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2514"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2501 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2501"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2510 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2510"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2512 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2512"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2517 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2517"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2528 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2528"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2524 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2524"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2525 vom 2025-03-10",
"url": "https://access.redhat.com/errata/RHSA-2025:2525"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20152 vom 2025-03-11",
"url": "https://linux.oracle.com/errata/ELSA-2025-20152.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-2473 vom 2025-03-11",
"url": "https://linux.oracle.com/errata/ELSA-2025-2473.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2627 vom 2025-03-11",
"url": "https://access.redhat.com/errata/RHSA-2025:2627"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2646 vom 2025-03-11",
"url": "https://access.redhat.com/errata/RHSA-2025:2646"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0833-2 vom 2025-03-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020502.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0201-2 vom 2025-03-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020501.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0577-2 vom 2025-03-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020500.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0834-1 vom 2025-03-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020497.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0833-1 vom 2025-03-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/NVOTJPDFQQWPNLUFPKTQVNNMK5RQPZGP/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0835-1 vom 2025-03-11",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/LBO7AHILADM6B4UZWMWGQKE6YTZU2AGF/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-2627 vom 2025-03-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-2627.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0847-1 vom 2025-03-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020505.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7328-2 vom 2025-03-13",
"url": "https://ubuntu.com/security/notices/USN-7328-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0856-1 vom 2025-03-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/OSPHACQPT5GWCIN3WJL55RCYA4OHTBLI/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0856-1 vom 2025-03-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020508.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0855-1 vom 2025-03-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020509.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-067 vom 2025-03-14",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-067.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0855-1 vom 2025-03-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OVTPVRIMWEEQPMDTJ24J7EW5NO7I4MQK/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0853-1 vom 2025-03-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020506.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2025-096 vom 2025-03-14",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2025-096.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0856-1 vom 2025-03-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OSPHACQPT5GWCIN3WJL55RCYA4OHTBLI/"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2025-082 vom 2025-03-14",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2025-082.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0855-1 vom 2025-03-13",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/OVTPVRIMWEEQPMDTJ24J7EW5NO7I4MQK/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7328-3 vom 2025-03-14",
"url": "https://ubuntu.com/security/notices/USN-7328-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0867-1 vom 2025-03-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020514.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0886-1 vom 2025-03-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020529.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-1966 vom 2025-03-17",
"url": "https://alas.aws.amazon.com/ALAS-2025-1966.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2705 vom 2025-03-18",
"url": "https://access.redhat.com/errata/RHSA-2025:2705"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0885-1 vom 2025-03-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020530.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0889-1 vom 2025-03-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020527.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0888-1 vom 2025-03-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020528.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0903-1 vom 2025-03-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020537.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0910-1 vom 2025-03-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/PMKGYKPVAMPW4FP63FSEQWWVHEMWJQ4W/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0911-1 vom 2025-03-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/OYWTACUZODLJ4QTEQCBEVWO6HSYPFPDZ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0919-1 vom 2025-03-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/5CDUDOQ553DU7Q7RIVM54ETDEW7FBDXH/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0917-1 vom 2025-03-19",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/4QSDDY3MMRA6J6OVKONDM3ZBWSDU7FXC/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0906-1 vom 2025-03-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020539.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2710 vom 2025-03-20",
"url": "https://access.redhat.com/errata/RHSA-2025:2710"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0949-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020555.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0946-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020557.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0945-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020560.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0955-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020563.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0937-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020547.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0929-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020549.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0962-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020561.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0920-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020553.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0950-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020556.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0952-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020554.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0922-1 vom 2025-03-19",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020552.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2696 vom 2025-03-19",
"url": "https://access.redhat.com/errata/RHSA-2025:2696"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:2701 vom 2025-03-20",
"url": "https://access.redhat.com/errata/RHSA-2025:2701"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20190 vom 2025-03-21",
"url": "https://linux.oracle.com/errata/ELSA-2025-20190.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:0983-1 vom 2025-03-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020579.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2800 vom 2025-03-26",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2800.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3055 vom 2025-03-26",
"url": "https://access.redhat.com/errata/RHSA-2025:3055"
},
{
"category": "external",
"summary": "Ubuntu Security Notice LSN-0110-1 vom 2025-03-26",
"url": "https://ubuntu.com/security/notices/LSN-0110-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7388-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7388-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7385-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7385-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7383-2 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7383-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7383-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7383-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7382-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7382-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7387-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7387-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7381-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7381-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7386-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7386-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7380-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7380-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7384-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7384-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7379-1 vom 2025-03-27",
"url": "https://ubuntu.com/security/notices/USN-7379-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7391-1 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7391-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7389-1 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7389-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7392-1 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7392-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7390-1 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7390-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7393-1 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7393-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7392-2 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7392-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7387-3 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7387-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7387-2 vom 2025-03-28",
"url": "https://ubuntu.com/security/notices/USN-7387-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-2501 vom 2025-03-31",
"url": "https://linux.oracle.com/errata/ELSA-2025-2501.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4102 vom 2025-04-01",
"url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00028.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7384-2 vom 2025-04-01",
"url": "https://ubuntu.com/security/notices/USN-7384-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7379-2 vom 2025-04-01",
"url": "https://ubuntu.com/security/notices/USN-7379-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7392-4 vom 2025-04-01",
"url": "https://ubuntu.com/security/notices/USN-7392-4"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2025-087 vom 2025-04-02",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2025-087.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7401-1 vom 2025-04-01",
"url": "https://ubuntu.com/security/notices/USN-7401-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7402-1 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7402-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7392-3 vom 2025-04-01",
"url": "https://ubuntu.com/security/notices/USN-7392-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7402-2 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7402-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7403-1 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7403-1"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3301 vom 2025-04-03",
"url": "https://access.redhat.com/errata/RHSA-2025:3301"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7408-2 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7408-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7407-1 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7408-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7406-3 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7406-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7407-1 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7407-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7406-1 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7406-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7406-2 vom 2025-04-02",
"url": "https://ubuntu.com/security/notices/USN-7406-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02073-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021623.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02072-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021624.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02071-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021625.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02070-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021626.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7406-4 vom 2025-04-03",
"url": "https://ubuntu.com/security/notices/USN-7406-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7413-1 vom 2025-04-03",
"url": "https://ubuntu.com/security/notices/USN-7413-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7415-1 vom 2025-04-04",
"url": "https://ubuntu.com/security/notices/USN-7415-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02096-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021636.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02095-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021637.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7598-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7598-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02077-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021629.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-4 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7597-2 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7597-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02087-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021628.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02075-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021631.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02076-1 vom 2025-06-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021630.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7597-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7597-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7402-3 vom 2025-04-04",
"url": "https://ubuntu.com/security/notices/USN-7402-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7420-1 vom 2025-04-07",
"url": "https://ubuntu.com/security/notices/USN-7420-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7406-5 vom 2025-04-07",
"url": "https://ubuntu.com/security/notices/USN-7406-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7421-1 vom 2025-04-07",
"url": "https://ubuntu.com/security/notices/USN-7421-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7408-3 vom 2025-04-07",
"url": "https://ubuntu.com/security/notices/USN-7408-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7406-6 vom 2025-04-07",
"url": "https://ubuntu.com/security/notices/USN-7406-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7402-4 vom 2025-04-07",
"url": "https://ubuntu.com/security/notices/USN-7402-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7408-4 vom 2025-04-07",
"url": "https://ubuntu.com/security/notices/USN-7408-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1177-1 vom 2025-04-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020670.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1176-1 vom 2025-04-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020671.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1178-1 vom 2025-04-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020674.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1180-1 vom 2025-04-09",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/DGJ23MSZWYIA7MJ47RNVV6T27Z324VKA/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7428-2 vom 2025-04-09",
"url": "https://ubuntu.com/security/notices/USN-7428-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7428-1 vom 2025-04-09",
"url": "https://ubuntu.com/security/notices/USN-7428-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7429-1 vom 2025-04-09",
"url": "https://ubuntu.com/security/notices/USN-7429-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1183-1 vom 2025-04-09",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020678.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7429-2 vom 2025-04-09",
"url": "https://ubuntu.com/security/notices/USN-7429-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1194-1 vom 2025-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020681.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1195-1 vom 2025-04-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020680.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:3573 vom 2025-04-10",
"url": "https://access.redhat.com/errata/RHSA-2025:3573"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1213-1 vom 2025-04-14",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/64D5YFJLDESGQOR3OGPOEV5S4M3DYYAU/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1207-1 vom 2025-04-14",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/DECHNUXZTJLZSS6KYZ73PAZINXEFVAXW/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1225-1 vom 2025-04-14",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/IMQIDOZZ3LRBGKAI3UWUKDCXNJWRXYGY/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1214-1 vom 2025-04-14",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/E5GKFXZBQHJUTREIB4A5EOCW6NL3FDET/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20270 vom 2025-04-14",
"url": "https://linux.oracle.com/errata/ELSA-2025-20270.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1241-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020694.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1236-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020691.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1232-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020692.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1231-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020693.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1257-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020699.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1259-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020698.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1248-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020697.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1238-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020690.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1252-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020696.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1254-1 vom 2025-04-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020695.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1260-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5C772I5KLAAUMXFCSPXGHE5ETFPZGIIY/"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20271 vom 2025-04-14",
"url": "https://linux.oracle.com/errata/ELSA-2025-20271.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1276-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/HNHWRAKE373CKVYIQLYK32RFAKCWRO3X/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1275-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/RNXRVNMFX7NWUIAIFLJ6AM3Z2KVVN44B/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1278-1 vom 2025-04-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020701.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1262-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/YQ5OGGLUK4JYNQDMHQJCE7NAM5KWAUQ6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1263-1 vom 2025-04-15",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/Q4U3LRNKLFTX56NC6NKHFDU35E5WDD75/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1293-1 vom 2025-04-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020712.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice LSN-0111-1 vom 2025-04-16",
"url": "https://ubuntu.com/security/notices/LSN-0111-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-2826 vom 2025-04-16",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2826.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2025-1970 vom 2025-04-17",
"url": "https://alas.aws.amazon.com/ALAS-2025-1970.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7402-5 vom 2025-04-23",
"url": "https://ubuntu.com/security/notices/USN-7402-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7450-1 vom 2025-04-23",
"url": "https://ubuntu.com/security/notices/USN-7450-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7453-1 vom 2025-04-23",
"url": "https://ubuntu.com/security/notices/USN-7453-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7452-1 vom 2025-04-23",
"url": "https://ubuntu.com/security/notices/USN-7452-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7451-1 vom 2025-04-23",
"url": "https://ubuntu.com/security/notices/USN-7451-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7449-1 vom 2025-04-23",
"url": "https://ubuntu.com/security/notices/USN-7449-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7455-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7455-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7462-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7462-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7449-2 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7449-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7460-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7460-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7459-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7459-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7455-3 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7455-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7461-2 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7461-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7462-2 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7462-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7455-2 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7455-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7461-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7461-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7463-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7463-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7458-1 vom 2025-04-24",
"url": "https://ubuntu.com/security/notices/USN-7458-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7455-4 vom 2025-04-25",
"url": "https://ubuntu.com/security/notices/USN-7455-4"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7231915 vom 2025-04-26",
"url": "https://www.ibm.com/support/pages/node/7231915"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7468-1 vom 2025-04-28",
"url": "https://ubuntu.com/security/notices/USN-7468-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1392-1 vom 2025-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020747.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1385-1 vom 2025-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020749.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1387-1 vom 2025-04-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020748.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7455-5 vom 2025-04-29",
"url": "https://ubuntu.com/security/notices/USN-7455-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7459-2 vom 2025-04-28",
"url": "https://ubuntu.com/security/notices/USN-7459-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1402-1 vom 2025-04-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020751.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-228 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-228.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2025-090 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2025-090.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-226 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-226.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-227 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-227.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-070 vom 2025-04-29",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-070.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1408-1 vom 2025-04-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020752.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1403-1 vom 2025-04-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020753.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1416-1 vom 2025-04-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020756.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1423-1 vom 2025-05-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020762.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1425-1 vom 2025-05-01",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020761.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1418-1 vom 2025-04-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020757.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1422-1 vom 2025-04-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020760.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7461-3 vom 2025-05-02",
"url": "https://ubuntu.com/security/notices/USN-7461-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7475-1 vom 2025-05-02",
"url": "https://ubuntu.com/security/notices/USN-7475-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1444-1 vom 2025-05-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/VYATS2QSLTZMNBKYQXKCWJV5AF5Z5P22/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1445-1 vom 2025-05-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/GPMTFUDWFWZSMC6NLZLZHEWKB34AHTSR/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1444-1 vom 2025-05-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VYATS2QSLTZMNBKYQXKCWJV5AF5Z5P22/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1448-1 vom 2025-05-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/K6HQ3R43TDF2TCZD7MI4L7EGIC7Q62S4/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1449-1 vom 2025-05-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/7FXV2VJ2RQ3IILO3YRZFLSX7MF3HEXSP/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7492-2 vom 2025-05-06",
"url": "https://ubuntu.com/security/notices/USN-7492-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7492-1 vom 2025-05-06",
"url": "https://ubuntu.com/security/notices/USN-7492-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7496-1 vom 2025-05-07",
"url": "https://ubuntu.com/security/notices/USN-7496-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7498-1 vom 2025-05-07",
"url": "https://ubuntu.com/security/notices/USN-7498-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7496-2 vom 2025-05-07",
"url": "https://ubuntu.com/security/notices/USN-7496-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7500-1 vom 2025-05-07",
"url": "https://ubuntu.com/security/notices/USN-7500-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7500-2 vom 2025-05-07",
"url": "https://ubuntu.com/security/notices/USN-7500-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7496-3 vom 2025-05-07",
"url": "https://ubuntu.com/security/notices/USN-7496-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7496-5 vom 2025-05-07",
"url": "https://ubuntu.com/security/notices/USN-7496-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7496-4 vom 2025-05-07",
"url": "https://ubuntu.com/security/notices/USN-7496-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1467-1 vom 2025-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020788.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1468-1 vom 2025-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020787.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1463-1 vom 2025-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020789.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1454-1 vom 2025-05-07",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020790.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7506-1 vom 2025-05-12",
"url": "https://ubuntu.com/security/notices/USN-7506-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7506-3 vom 2025-05-12",
"url": "https://ubuntu.com/security/notices/USN-7506-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7506-2 vom 2025-05-12",
"url": "https://ubuntu.com/security/notices/USN-7506-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20320 vom 2025-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-20320.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7506-4 vom 2025-05-13",
"url": "https://ubuntu.com/security/notices/USN-7506-4"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:6966 vom 2025-05-13",
"url": "https://access.redhat.com/errata/RHSA-2025:6966"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2025-091 vom 2025-05-14",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2025-091.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7515-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7515-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7514-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7514-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-2 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7513-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:1574-1 vom 2025-05-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020835.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7516-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7510-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-2 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7510-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7513-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7512-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7512-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-2 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7511-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7511-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7511-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7517-1 vom 2025-05-16",
"url": "https://ubuntu.com/security/notices/USN-7517-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7518-1 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7518-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7523-1 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7523-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7511-3 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7511-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01600-1 vom 2025-05-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020854.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-3 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7516-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-3 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7513-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7522-1 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7522-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-3 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7510-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7515-2 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7515-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-5 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7510-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-4 vom 2025-05-20",
"url": "https://ubuntu.com/security/notices/USN-7510-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7517-2 vom 2025-05-21",
"url": "https://ubuntu.com/security/notices/USN-7517-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-4 vom 2025-05-21",
"url": "https://ubuntu.com/security/notices/USN-7516-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01633-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020864.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01614-1 vom 2025-05-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020870.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-5 vom 2025-05-23",
"url": "https://ubuntu.com/security/notices/USN-7516-5"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-5925 vom 2025-05-24",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00088.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01707-1 vom 2025-05-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020902.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7517-3 vom 2025-05-26",
"url": "https://ubuntu.com/security/notices/USN-7517-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7524-1 vom 2025-05-26",
"url": "https://ubuntu.com/security/notices/USN-7524-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-6 vom 2025-05-26",
"url": "https://ubuntu.com/security/notices/USN-7516-6"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4178 vom 2025-05-26",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-6 vom 2025-05-27",
"url": "https://ubuntu.com/security/notices/USN-7510-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7540-1 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7540-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-4 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7513-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-7 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7510-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7539-1 vom 2025-05-28",
"url": "https://ubuntu.com/security/notices/USN-7539-1"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-072 vom 2025-05-29",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-072.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4193 vom 2025-05-30",
"url": "https://lists.debian.org/debian-lts-announce/2025/05/msg00045.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20344-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020964.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20341-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020967.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20343-1 vom 2025-05-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020965.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7510-8 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7510-8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7513-5 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7513-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-7 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7516-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-8 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7516-8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7516-9 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/USN-7516-9"
},
{
"category": "external",
"summary": "Ubuntu Security Notice LSN-0112-1 vom 2025-05-29",
"url": "https://ubuntu.com/security/notices/LSN-0112-1"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-213 vom 2025-05-30",
"url": "https://www.dell.com/support/kbdoc/de-de/000326299/dsa-2025-213-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-multiple-third-party-vulnerabilities"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20354-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021016.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20369-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021005.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20355-1 vom 2025-06-02",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021015.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7550-3 vom 2025-06-03",
"url": "https://ubuntu.com/security/notices/USN-7550-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7550-1 vom 2025-06-03",
"url": "https://ubuntu.com/security/notices/USN-7550-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7550-2 vom 2025-06-03",
"url": "https://ubuntu.com/security/notices/USN-7550-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20285-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021041.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20284-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021042.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20314-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021026.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20315-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021025.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20270-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021056.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20249-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021072.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20248-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021074.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20260-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021058.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20191-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021151.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20215-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021115.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7554-1 vom 2025-06-04",
"url": "https://ubuntu.com/security/notices/USN-7554-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7550-4 vom 2025-06-04",
"url": "https://ubuntu.com/security/notices/USN-7550-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20192-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021150.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7554-3 vom 2025-06-04",
"url": "https://ubuntu.com/security/notices/USN-7554-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7553-1 vom 2025-06-04",
"url": "https://ubuntu.com/security/notices/USN-7553-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20212-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021119.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7554-2 vom 2025-06-04",
"url": "https://ubuntu.com/security/notices/USN-7554-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20211-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021121.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7553-2 vom 2025-06-04",
"url": "https://ubuntu.com/security/notices/USN-7553-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20213-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021118.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20214-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021116.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20165-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021174.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20166-1 vom 2025-06-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021176.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7592-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7592-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7593-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7593-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-3 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-2 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-1 vom 2025-06-24",
"url": "https://ubuntu.com/security/notices/USN-7591-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02069-1 vom 2025-06-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021622.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7550-5 vom 2025-06-05",
"url": "https://ubuntu.com/security/notices/USN-7550-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7553-3 vom 2025-06-06",
"url": "https://ubuntu.com/security/notices/USN-7553-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7553-5 vom 2025-06-09",
"url": "https://ubuntu.com/security/notices/USN-7553-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7550-6 vom 2025-06-09",
"url": "https://ubuntu.com/security/notices/USN-7550-6"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-073 vom 2025-06-10",
"url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-073.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7553-4 vom 2025-06-09",
"url": "https://ubuntu.com/security/notices/USN-7553-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7553-6 vom 2025-06-09",
"url": "https://ubuntu.com/security/notices/USN-7553-6"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01919-1 vom 2025-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021477.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01918-1 vom 2025-06-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021478.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7550-7 vom 2025-06-13",
"url": "https://ubuntu.com/security/notices/USN-7550-7"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01951-1 vom 2025-06-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021509.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01966-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021534.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01964-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021531.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01967-1 vom 2025-06-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021533.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01982-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021539.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01983-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021538.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:01972-1 vom 2025-06-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021537.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02108-1 vom 2025-06-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021649.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02111-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WTV4XGEFYU2GZJS4ZQIBBOKJWQIXDQJJ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02108-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XCVY72CXQLVJY2VD2EIDSTAZLUFI6CIO/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-3 vom 2025-06-25",
"url": "https://ubuntu.com/security/notices/USN-7585-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02110-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/XSASUFU5IZ24MONOJWS4YJZUGRBEES3R/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02101-1 vom 2025-06-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021646.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02110-1 vom 2025-06-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021648.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02107-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DMJTJUWG5IUM6EPLUAS2XU22IPHTBLMK/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-4 vom 2025-06-25",
"url": "https://ubuntu.com/security/notices/USN-7585-4"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:9584 vom 2025-06-25",
"url": "https://access.redhat.com/errata/RHSA-2025:9584"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02106-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZKDDBGC6VTCRFMP6WM6AA5JMRG6RDG4B/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02116-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/3AAQLUV5OW5RLJANJU3SMJEALS56RYAZ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02117-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KCGW37UJYNLW5YSZKM6WHKZJ32OWUQZE/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02112-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5C3JTUDN7WKVOE6UEUI2ASU6GVQEQIR6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02113-1 vom 2025-06-25",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OAB33RMXHG7GA2UKQ5SZBHUE3BNA54QZ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02125-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021662.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02127-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021660.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02142-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021685.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02139-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021687.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02126-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021661.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02145-1 vom 2025-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021689.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02124-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021663.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02138-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021669.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20438-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021671.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02132-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021657.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7602-1 vom 2025-06-26",
"url": "https://ubuntu.com/security/notices/USN-7602-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02144-1 vom 2025-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021690.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02136-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021682.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20436-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021673.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20437-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021672.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02145-1 vom 2025-06-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/44Y2SH5QFQ55KDYSCFH7PBEZTUZ6DGOC/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02134-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021684.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20434-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021675.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20431-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021676.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02144-1 vom 2025-06-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WVSWMKBSSS2LFR3HYHQ3ZFKEJE76ALSX/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02140-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021686.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02131-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021658.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02128-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021659.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20435-1 vom 2025-06-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021674.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02157-1 vom 2025-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021696.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02156-1 vom 2025-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021697.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02162-1 vom 2025-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021702.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02154-1 vom 2025-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021695.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02155-1 vom 2025-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021694.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02161-1 vom 2025-06-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021703.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7606-1 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7606-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02173-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021714.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7605-1 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7605-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20451-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021716.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20450-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021717.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02171-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021711.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20449-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021718.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20448-1 vom 2025-06-30",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021719.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-5 vom 2025-06-30",
"url": "https://ubuntu.com/security/notices/USN-7585-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7607-2 vom 2025-07-02",
"url": "https://ubuntu.com/security/notices/USN-7607-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7607-1 vom 2025-07-01",
"url": "https://ubuntu.com/security/notices/USN-7607-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-6 vom 2025-07-03",
"url": "https://ubuntu.com/security/notices/USN-7585-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7605-2 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7605-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-5 vom 2025-07-04",
"url": "https://ubuntu.com/security/notices/USN-7591-5"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10536 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10536"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10547 vom 2025-07-08",
"url": "https://access.redhat.com/errata/RHSA-2025:10547"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20406 vom 2025-07-08",
"url": "https://linux.oracle.com/errata/ELSA-2025-20406.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02249-1 vom 2025-07-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021766.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7628-1 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7628-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7627-2 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7627-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7627-1 vom 2025-07-08",
"url": "https://ubuntu.com/security/notices/USN-7627-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7607-3 vom 2025-07-09",
"url": "https://ubuntu.com/security/notices/USN-7607-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02254-1 vom 2025-07-08",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021770.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:10701 vom 2025-07-09",
"url": "https://access.redhat.com/errata/RHSA-2025:10701"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02262-1 vom 2025-07-10",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/B53IHD74IRNJDAOHBW4L7JGWNOM26XE7/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice LSN-0113-1 vom 2025-07-10",
"url": "https://ubuntu.com/security/notices/LSN-0113-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02264-1 vom 2025-07-10",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021785.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02307-1 vom 2025-07-14",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021804.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02321-1 vom 2025-07-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021811.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20470 vom 2025-07-16",
"url": "https://linux.oracle.com/errata/ELSA-2025-20470.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02335-1 vom 2025-07-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021828.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02333-1 vom 2025-07-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021830.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7585-7 vom 2025-07-16",
"url": "https://ubuntu.com/security/notices/USN-7585-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7640-1 vom 2025-07-16",
"url": "https://ubuntu.com/security/notices/USN-7640-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7591-6 vom 2025-07-17",
"url": "https://ubuntu.com/security/notices/USN-7591-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-1 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-3 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-2 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7654-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7655-1 vom 2025-07-18",
"url": "https://ubuntu.com/security/notices/USN-7655-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20480 vom 2025-07-18",
"url": "https://linux.oracle.com/errata/ELSA-2025-20480.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02388-1 vom 2025-07-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021860.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02387-1 vom 2025-07-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021861.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02389-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021882.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02400-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZFZK6V3WCARPDN2N3X7GFGJTK7UFSP6T/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02399-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/76DMKQMABVDV4KDJA6FQ7PDOF7RSG4ZQ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02412-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021866.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02411-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DEKG43SVEEUNQXJBCRXWGSWJ6NQ36NUC/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02401-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/C2CTS27REDRGOT26DT2AKNCWHEMLXFPV/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02396-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021876.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02391-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021880.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02390-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021881.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02403-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BXLF63OLKSA5LWF3BYMVRASA55GHVYJY/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02398-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OZIQSMDCERQHP4JSQ3YSIO5TMBD637EV/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02410-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/T7JYI4RKW2E7EB4ZJ6UB45TTF2H6PEYR/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02419-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021887.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02444-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KAPR5ITSSKHG4EAWNWSLSEMDSVTCH3CA/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02434-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HM6XIBRQQ4DT55UN4XNTKFRWGXRY73A5/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02449-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NOIECZ42HAJGKZ7TVGI4LLLNAG27ZF7L/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02440-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ON72ZMOEO6E3K3KZFRVFHX5LUYA6RAXJ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02455-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/H2GXZ2EL5OVKMNFWDPFV7NT367YYOFZO/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02445-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WYJ3O67PBJST6GKMJJXDEBLGGDV5KJKJ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02433-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021883.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02446-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GYAKCPI3CQKIWHWVXLDBJMK5CDOB5VRS/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20483-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021917.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02454-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7NNLH3GVII5RPJKDTSNRRAF2IHEZBWAO/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02451-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/22P3K2RHZ424E6JGDSKSXUABXRESY6GY/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20475-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021919.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02422-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021884.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02420-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021886.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02436-1 vom 2025-07-21",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JOC4XFCSYMATM6FYIQWRDFK5AQF4P2LT/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02428-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021889.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02418-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021888.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02416-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021890.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02415-1 vom 2025-07-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021891.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02459-1 vom 2025-07-22",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CNBGONL5CBCKJ2ZQN6XVJFDFNJMHMLDW/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-4 vom 2025-07-22",
"url": "https://ubuntu.com/security/notices/USN-7654-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02456-1 vom 2025-07-22",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MCEGUU6PQXBO5WEH74GQ5P4FSONEMFGS/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02467-1 vom 2025-07-22",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/UZCR5NTS22PVXMTMTOFQXV2RRHUGOQ4D/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02467-1 vom 2025-07-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021927.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02469-1 vom 2025-07-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021928.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02468-1 vom 2025-07-22",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/H7LXLV4ZFW2U2LQ7EL4MR5BCEPMCAILY/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02469-1 vom 2025-07-22",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DKYAAHCQKONWNPOMLWYIWZDCCWMTQKBP/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02470-1 vom 2025-07-23",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/Y3SXNMZSQJRSJC7GHMSO7X66MBDIIFEC/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02507-1 vom 2025-07-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021949.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20498-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021965.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7671-1 vom 2025-07-25",
"url": "https://ubuntu.com/security/notices/USN-7671-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20493-1 vom 2025-07-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021967.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02538-1 vom 2025-07-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021981.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7671-2 vom 2025-07-29",
"url": "https://ubuntu.com/security/notices/USN-7671-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7654-5 vom 2025-07-29",
"url": "https://ubuntu.com/security/notices/USN-7654-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7684-1 vom 2025-07-31",
"url": "https://ubuntu.com/security/notices/USN-7684-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7684-2 vom 2025-07-31",
"url": "https://ubuntu.com/security/notices/USN-7684-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7684-3 vom 2025-07-31",
"url": "https://ubuntu.com/security/notices/USN-7684-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02601-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022048.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02604-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022046.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02607-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MOXFW6IMLHSFMN655UONMR2V76DWL7LG/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02610-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/NRIUGMNHYH2DWCCLRZ5NFTLFBXQCRTE6/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02618-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022014.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20527-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022025.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20526-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022026.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20525-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022027.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20517-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022034.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20519-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022032.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20518-1 vom 2025-08-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022033.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02632-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/A6QW6TXS545RIQWDHD4QUITTGGA4K6MY/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7685-1 vom 2025-08-05",
"url": "https://ubuntu.com/security/notices/USN-7685-2"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02638-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GT3EVLQ3E46O7RVXSFVUBEM6JEJUWQI4/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02627-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4HNZG2UKJBSDT23RIH4WSPIP5XJJH7AQ/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7685-3 vom 2025-08-05",
"url": "https://ubuntu.com/security/notices/USN-7685-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02648-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IKXBRO2HUJQNRZTJLJHZC32ZUUQLD7RS/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02673-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/VPKQ4BU54XGSANMAROPDJAEFKO2OEKKP/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7671-3 vom 2025-08-04",
"url": "https://ubuntu.com/security/notices/USN-7671-3"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02636-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CZW4BWHO76REHV7LNO6WHLF4JRL7WMEJ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02652-1 vom 2025-08-04",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CPV72PULRBVAYNVLOGDPAXEYAOLJPHYQ/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7685-1 vom 2025-08-05",
"url": "https://ubuntu.com/security/notices/USN-7685-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7685-4 vom 2025-08-05",
"url": "https://ubuntu.com/security/notices/USN-7685-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02688-1 vom 2025-08-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/5NCR2KWOE2L5E5ZMBPLRQ3ZRAPKHOJX5/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02691-1 vom 2025-08-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HQYM2FGJQXM5CJJ3L6LDY723WGAYBFPL/"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7686-1 vom 2025-08-05",
"url": "https://ubuntu.com/security/notices/USN-7686-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20545-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022099.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20540-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022104.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20541-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022103.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20544-1 vom 2025-08-05",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022100.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02697-1 vom 2025-08-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4DC3XA5ITEIHVOJ5XXILV3NMSJPM3PS2/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02698-1 vom 2025-08-05",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/TM2FOPKL26WFLLS5YFPKON7STKP3HL4I/"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:13598 vom 2025-08-11",
"url": "https://access.redhat.com/errata/RHSA-2025:13598"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20521 vom 2025-08-11",
"url": "https://linux.oracle.com/errata/ELSA-2025-20521.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-13589 vom 2025-08-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-13589.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4271 vom 2025-08-13",
"url": "https://lists.debian.org/debian-lts-announce/2025/08/msg00010.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7685-5 vom 2025-08-13",
"url": "https://ubuntu.com/security/notices/USN-7685-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7930-1 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7930-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7937-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7937-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7930-2 vom 2025-12-15",
"url": "https://ubuntu.com/security/notices/USN-7930-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-13598 vom 2025-08-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-13598.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02853-1 vom 2025-08-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022200.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02923-1 vom 2025-08-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022237.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7711-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7711-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7712-1 vom 2025-08-22",
"url": "https://ubuntu.com/security/notices/USN-7712-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02969-1 vom 2025-08-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022259.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02996-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022291.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02997-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022283.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20576-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022305.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20577-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022304.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20568-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022313.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20578-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022303.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20586-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022295.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20584-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022297.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20575-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022306.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20579-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022302.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03011-1 vom 2025-08-28",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022327.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20610-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022360.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03023-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022329.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20611-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022359.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20602-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022362.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20625-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022347.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20620-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022352.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:20601-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022363.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7712-2 vom 2025-09-02",
"url": "https://ubuntu.com/security/notices/USN-7712-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15011 vom 2025-09-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-15011.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20553 vom 2025-09-10",
"url": "https://linux.oracle.com/errata/ELSA-2025-20553.html"
},
{
"category": "external",
"summary": "Dell Security Update vom 2025-10-02",
"url": "https://www.dell.com/support/kbdoc/000376224"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4327 vom 2025-10-13",
"url": "https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20663 vom 2025-10-13",
"url": "https://linux.oracle.com/errata/ELSA-2025-20663.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-17161 vom 2025-10-21",
"url": "https://linux.oracle.com/errata/ELSA-2025-17161.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7249042 vom 2025-10-23",
"url": "https://www.ibm.com/support/pages/node/7249042"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19106 vom 2025-10-28",
"url": "https://linux.oracle.com/errata/ELSA-2025-19106.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19447 vom 2025-11-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-19447.html"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-390 vom 2025-11-05",
"url": "https://www.dell.com/support/kbdoc/000385230"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:20095 vom 2025-11-11",
"url": "https://access.redhat.com/errata/RHSA-2025:20095"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:20518 vom 2025-11-11",
"url": "https://access.redhat.com/errata/RHSA-2025:20518"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:2264-1 vom 2025-11-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023257.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-19930 vom 2025-11-11",
"url": "https://linux.oracle.com/errata/ELSA-2025-19930.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:2173-1 vom 2025-11-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023256.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-25757 vom 2025-11-12",
"url": "https://linux.oracle.com/errata/ELSA-2025-25757.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21492 vom 2025-11-17",
"url": "https://access.redhat.com/errata/RHSA-2025:21492"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:21563 vom 2025-11-17",
"url": "https://access.redhat.com/errata/RHSA-2025:21563"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4123-1 vom 2025-11-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023296.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-2 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7874-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-1 vom 2025-11-19",
"url": "https://ubuntu.com/security/notices/USN-7874-1"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:20518 vom 2025-11-21",
"url": "https://errata.build.resf.org/RLSA-2025:20518"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:4189-1 vom 2025-11-24",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023334.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-20518 vom 2025-11-25",
"url": "https://linux.oracle.com/errata/ELSA-2025-20518-0.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:20095 vom 2025-11-27",
"url": "https://errata.build.resf.org/RLSA-2025:20095"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-2 vom 2025-12-03",
"url": "https://ubuntu.com/security/notices/USN-7907-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-1 vom 2025-12-03",
"url": "https://ubuntu.com/security/notices/USN-7907-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-3 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7907-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7911-1 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7911-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-4 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7907-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7874-3 vom 2025-12-04",
"url": "https://ubuntu.com/security/notices/USN-7874-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-1 vom 2025-12-10",
"url": "https://ubuntu.com/security/notices/USN-7922-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-3 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-2 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7922-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-1 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-2 vom 2025-12-11",
"url": "https://ubuntu.com/security/notices/USN-7928-2"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28049 vom 2025-12-15",
"url": "https://linux.oracle.com/errata/ELSA-2025-28049.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7907-5 vom 2025-12-12",
"url": "https://ubuntu.com/security/notices/USN-7907-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-1 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-21063 vom 2025-12-17",
"url": "https://linux.oracle.com/errata/ELSA-2025-21063.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7939-2 vom 2025-12-17",
"url": "https://ubuntu.com/security/notices/USN-7939-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7938-1 vom 2025-12-16",
"url": "https://ubuntu.com/security/notices/USN-7938-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-3 vom 2025-12-19",
"url": "https://ubuntu.com/security/notices/USN-7922-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-4 vom 2025-12-19",
"url": "https://ubuntu.com/security/notices/USN-7928-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-4 vom 2026-01-06",
"url": "https://ubuntu.com/security/notices/USN-7922-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7928-5 vom 2026-01-09",
"url": "https://ubuntu.com/security/notices/USN-7928-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7922-5 vom 2026-01-12",
"url": "https://ubuntu.com/security/notices/USN-7922-5"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0140-1 vom 2026-01-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023783.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0263-1 vom 2026-01-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023899.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-1 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7988-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0317-1 vom 2026-01-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023979.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-2 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7988-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7987-2 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7987-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7986-1 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7986-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7987-1 vom 2026-01-30",
"url": "https://ubuntu.com/security/notices/USN-7987-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-22910 vom 2026-01-29",
"url": "https://linux.oracle.com/errata/ELSA-2025-22910.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-23947 vom 2026-01-30",
"url": "https://linux.oracle.com/errata/ELSA-2025-23947.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0385-1 vom 2026-02-04",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024056.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-3 vom 2026-02-05",
"url": "https://ubuntu.com/security/notices/USN-7988-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-4 vom 2026-02-11",
"url": "https://ubuntu.com/security/notices/USN-7988-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0447-1 vom 2026-02-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024124.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-3 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-2 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8033-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-1 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-8034-1"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0473-1 vom 2026-02-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024136.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7988-5 vom 2026-02-12",
"url": "https://ubuntu.com/security/notices/USN-7988-5"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0472-1 vom 2026-02-12",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024141.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-4 vom 2026-02-13",
"url": "https://ubuntu.com/security/notices/USN-8033-4"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20329-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024166.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20324-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024171.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20325-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024170.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20305-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024186.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20327-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024168.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20309-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024184.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20330-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024165.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20294-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024193.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20292-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024194.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:20300-1 vom 2026-02-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024190.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-5 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-6 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8033-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8034-2 vom 2026-02-17",
"url": "https://ubuntu.com/security/notices/USN-8034-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-7 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8033-8 vom 2026-02-19",
"url": "https://ubuntu.com/security/notices/USN-8033-8"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2026:0587-1 vom 2026-02-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-February/024356.html"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8061-1 vom 2026-02-24",
"url": "https://ubuntu.com/security/notices/USN-8061-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8070-2 vom 2026-03-04",
"url": "https://ubuntu.com/security/notices/USN-8070-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8070-1 vom 2026-03-04",
"url": "https://ubuntu.com/security/notices/USN-8070-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8070-3 vom 2026-03-04",
"url": "https://ubuntu.com/security/notices/USN-8070-3"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4011 vom 2026-03-09",
"url": "https://access.redhat.com/errata/RHSA-2026:4011"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-1 vom 2026-03-16",
"url": "https://ubuntu.com/security/notices/USN-8098-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-2 vom 2026-03-17",
"url": "https://ubuntu.com/security/notices/USN-8098-2"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:4745 vom 2026-03-17",
"url": "https://access.redhat.com/errata/RHSA-2026:4745"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-3 vom 2026-03-18",
"url": "https://ubuntu.com/security/notices/USN-8098-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8107-1 vom 2026-03-18",
"url": "https://ubuntu.com/security/notices/USN-8107-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8112-1 vom 2026-03-20",
"url": "https://ubuntu.com/security/notices/USN-8112-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8112-2 vom 2026-03-20",
"url": "https://ubuntu.com/security/notices/USN-8112-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-4 vom 2026-03-24",
"url": "https://ubuntu.com/security/notices/USN-8098-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8112-3 vom 2026-03-24",
"url": "https://ubuntu.com/security/notices/USN-8112-3"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8112-4 vom 2026-03-24",
"url": "https://ubuntu.com/security/notices/USN-8112-4"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-6 vom 2026-03-24",
"url": "https://ubuntu.com/security/notices/USN-8098-6"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8112-5 vom 2026-03-24",
"url": "https://ubuntu.com/security/notices/USN-8112-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-5 vom 2026-03-24",
"url": "https://ubuntu.com/security/notices/USN-8098-5"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-8 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8098-8"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-7 vom 2026-03-25",
"url": "https://ubuntu.com/security/notices/USN-8098-7"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8098-9 vom 2026-03-27",
"url": "https://ubuntu.com/security/notices/USN-8098-9"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:6164 vom 2026-03-30",
"url": "https://access.redhat.com/errata/RHSA-2026:6164"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8141-1 vom 2026-04-01",
"url": "https://ubuntu.com/security/notices/USN-8141-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-1 vom 2026-04-10",
"url": "https://ubuntu.com/security/notices/USN-8163-1"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8163-2 vom 2026-04-14",
"url": "https://ubuntu.com/security/notices/USN-8163-2"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8224-1 vom 2026-04-29",
"url": "https://ubuntu.com/security/notices/USN-8224-1"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6243 vom 2026-05-04",
"url": "https://lists.debian.org/debian-security-announce/2026/msg00154.html"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4561 vom 2026-05-02",
"url": "https://lists.debian.org/debian-lts-announce/2026/05/msg00005.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:14339 vom 2026-05-06",
"url": "https://access.redhat.com/errata/RHSA-2026:14339"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-8243-1 vom 2026-05-07",
"url": "https://ubuntu.com/security/notices/USN-8243-1"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2026-50261 vom 2026-05-12",
"url": "https://linux.oracle.com/errata/ELSA-2026-50261.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:18134 vom 2026-05-19",
"url": "https://access.redhat.com/errata/RHSA-2026:18134"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2026:19569 vom 2026-05-20",
"url": "https://access.redhat.com/errata/RHSA-2026:19569"
}
],
"source_lang": "en-US",
"title": "Linux Kernel: Mehrere Schwachstellen erm\u00f6glichen Denial of Service",
"tracking": {
"current_release_date": "2026-05-20T22:00:00.000+00:00",
"generator": {
"date": "2026-05-21T07:56:24.234+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.6.0"
}
},
"id": "WID-SEC-W-2024-3762",
"initial_release_date": "2024-12-29T23:00:00.000+00:00",
"revision_history": [
{
"date": "2024-12-29T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-01-12T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-01-13T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-01-15T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-01-19T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-01-21T23:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-01-26T23:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von SUSE und Amazon aufgenommen"
},
{
"date": "2025-01-29T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-02-03T23:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-02-09T23:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-02-11T23:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-02-12T23:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-02-13T23:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-02-16T23:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-02-17T23:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-02-18T23:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-02-19T23:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-02-20T23:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-02-25T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-02-27T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-03-02T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-03-03T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-04T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-03-05T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-03-06T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Amazon und Ubuntu aufgenommen"
},
{
"date": "2025-03-09T23:00:00.000+00:00",
"number": "26",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2025-03-10T23:00:00.000+00:00",
"number": "27",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-03-11T23:00:00.000+00:00",
"number": "28",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-12T23:00:00.000+00:00",
"number": "29",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-13T23:00:00.000+00:00",
"number": "30",
"summary": "Neue Updates von SUSE und Amazon aufgenommen"
},
{
"date": "2025-03-16T23:00:00.000+00:00",
"number": "31",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-17T23:00:00.000+00:00",
"number": "32",
"summary": "Neue Updates von SUSE, Amazon und Red Hat aufgenommen"
},
{
"date": "2025-03-18T23:00:00.000+00:00",
"number": "33",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-19T23:00:00.000+00:00",
"number": "34",
"summary": "Neue Updates von Red Hat und SUSE aufgenommen"
},
{
"date": "2025-03-20T23:00:00.000+00:00",
"number": "35",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-03-23T23:00:00.000+00:00",
"number": "36",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-03-25T23:00:00.000+00:00",
"number": "37",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-03-26T23:00:00.000+00:00",
"number": "38",
"summary": "Neue Updates von Red Hat und Ubuntu aufgenommen"
},
{
"date": "2025-03-27T23:00:00.000+00:00",
"number": "39",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-03-30T22:00:00.000+00:00",
"number": "40",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-03-31T22:00:00.000+00:00",
"number": "41",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-04-01T22:00:00.000+00:00",
"number": "42",
"summary": "Neue Updates von Ubuntu und Amazon aufgenommen"
},
{
"date": "2025-04-02T22:00:00.000+00:00",
"number": "43",
"summary": "Neue Updates von Red Hat und Ubuntu aufgenommen"
},
{
"date": "2025-04-03T22:00:00.000+00:00",
"number": "44",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-06T22:00:00.000+00:00",
"number": "45",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-07T22:00:00.000+00:00",
"number": "46",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-08T22:00:00.000+00:00",
"number": "47",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-09T22:00:00.000+00:00",
"number": "48",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-04-10T22:00:00.000+00:00",
"number": "49",
"summary": "Neue Updates von SUSE und Red Hat aufgenommen"
},
{
"date": "2025-04-13T22:00:00.000+00:00",
"number": "50",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-14T22:00:00.000+00:00",
"number": "51",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-04-15T22:00:00.000+00:00",
"number": "52",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-04-16T22:00:00.000+00:00",
"number": "53",
"summary": "Neue Updates von Ubuntu und Amazon aufgenommen"
},
{
"date": "2025-04-21T22:00:00.000+00:00",
"number": "54",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-04-22T22:00:00.000+00:00",
"number": "55",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-23T22:00:00.000+00:00",
"number": "56",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-24T22:00:00.000+00:00",
"number": "57",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-04-27T22:00:00.000+00:00",
"number": "58",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-04-28T22:00:00.000+00:00",
"number": "59",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-04-29T22:00:00.000+00:00",
"number": "60",
"summary": "Neue Updates von SUSE und Amazon aufgenommen"
},
{
"date": "2025-05-01T22:00:00.000+00:00",
"number": "61",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-04T22:00:00.000+00:00",
"number": "62",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-06T22:00:00.000+00:00",
"number": "63",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-07T22:00:00.000+00:00",
"number": "64",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-05-12T22:00:00.000+00:00",
"number": "65",
"summary": "Neue Updates von Ubuntu und Oracle Linux aufgenommen"
},
{
"date": "2025-05-13T22:00:00.000+00:00",
"number": "66",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2025-05-18T22:00:00.000+00:00",
"number": "67",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-05-19T22:00:00.000+00:00",
"number": "68",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-20T22:00:00.000+00:00",
"number": "69",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-05-21T22:00:00.000+00:00",
"number": "70",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-05-22T22:00:00.000+00:00",
"number": "71",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-25T22:00:00.000+00:00",
"number": "72",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-05-26T22:00:00.000+00:00",
"number": "73",
"summary": "Neue Updates von SUSE, Ubuntu und Debian aufgenommen"
},
{
"date": "2025-05-27T22:00:00.000+00:00",
"number": "74",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-05-29T22:00:00.000+00:00",
"number": "75",
"summary": "Neue Updates von Amazon, Debian, SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-06-02T22:00:00.000+00:00",
"number": "76",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-03T22:00:00.000+00:00",
"number": "77",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-04T22:00:00.000+00:00",
"number": "78",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-05T22:00:00.000+00:00",
"number": "79",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-09T22:00:00.000+00:00",
"number": "80",
"summary": "Neue Updates von Ubuntu und Amazon aufgenommen"
},
{
"date": "2025-06-11T22:00:00.000+00:00",
"number": "81",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-12T22:00:00.000+00:00",
"number": "82",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-06-15T22:00:00.000+00:00",
"number": "83",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-16T22:00:00.000+00:00",
"number": "84",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-17T22:00:00.000+00:00",
"number": "85",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-19T22:00:00.000+00:00",
"number": "86",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-06-23T22:00:00.000+00:00",
"number": "87",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-06-24T22:00:00.000+00:00",
"number": "88",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-06-25T22:00:00.000+00:00",
"number": "89",
"summary": "Neue Updates von SUSE, Ubuntu und Red Hat aufgenommen"
},
{
"date": "2025-06-26T22:00:00.000+00:00",
"number": "90",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-06-29T22:00:00.000+00:00",
"number": "91",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-06-30T22:00:00.000+00:00",
"number": "92",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-07-01T22:00:00.000+00:00",
"number": "93",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-03T22:00:00.000+00:00",
"number": "94",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-06T22:00:00.000+00:00",
"number": "95",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-07T22:00:00.000+00:00",
"number": "96",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-08T22:00:00.000+00:00",
"number": "97",
"summary": "Neue Updates von Oracle Linux, SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-07-09T22:00:00.000+00:00",
"number": "98",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-07-10T22:00:00.000+00:00",
"number": "99",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-07-14T22:00:00.000+00:00",
"number": "100",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "101",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-16T22:00:00.000+00:00",
"number": "102",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-17T22:00:00.000+00:00",
"number": "103",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-20T22:00:00.000+00:00",
"number": "104",
"summary": "Neue Updates von Oracle Linux und SUSE aufgenommen"
},
{
"date": "2025-07-21T22:00:00.000+00:00",
"number": "105",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-22T22:00:00.000+00:00",
"number": "106",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-23T22:00:00.000+00:00",
"number": "107",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-27T22:00:00.000+00:00",
"number": "108",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-07-28T22:00:00.000+00:00",
"number": "109",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-29T22:00:00.000+00:00",
"number": "110",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-30T22:00:00.000+00:00",
"number": "111",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-07-31T22:00:00.000+00:00",
"number": "112",
"summary": "Referenz(en) aufgenommen:"
},
{
"date": "2025-08-03T22:00:00.000+00:00",
"number": "113",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-04T22:00:00.000+00:00",
"number": "114",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "115",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2025-08-10T22:00:00.000+00:00",
"number": "116",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-08-11T22:00:00.000+00:00",
"number": "117",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-12T22:00:00.000+00:00",
"number": "118",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-08-17T22:00:00.000+00:00",
"number": "119",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-08-18T22:00:00.000+00:00",
"number": "120",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-19T22:00:00.000+00:00",
"number": "121",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-24T22:00:00.000+00:00",
"number": "122",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-08-27T22:00:00.000+00:00",
"number": "123",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-28T22:00:00.000+00:00",
"number": "124",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-31T22:00:00.000+00:00",
"number": "125",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "126",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-09-03T22:00:00.000+00:00",
"number": "127",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-09-09T22:00:00.000+00:00",
"number": "128",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-01T22:00:00.000+00:00",
"number": "129",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-10-12T22:00:00.000+00:00",
"number": "130",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2025-10-13T22:00:00.000+00:00",
"number": "131",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-20T22:00:00.000+00:00",
"number": "132",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-10-23T22:00:00.000+00:00",
"number": "133",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-10-28T23:00:00.000+00:00",
"number": "134",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "135",
"summary": "Neue Updates von Oracle Linux und Dell aufgenommen"
},
{
"date": "2025-11-11T23:00:00.000+00:00",
"number": "136",
"summary": "Neue Updates von Red Hat, SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-11-16T23:00:00.000+00:00",
"number": "137",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-17T23:00:00.000+00:00",
"number": "138",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-11-19T23:00:00.000+00:00",
"number": "139",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-11-23T23:00:00.000+00:00",
"number": "140",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-11-24T23:00:00.000+00:00",
"number": "141",
"summary": "Neue Updates von SUSE und Oracle Linux aufgenommen"
},
{
"date": "2025-11-26T23:00:00.000+00:00",
"number": "142",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-12-03T23:00:00.000+00:00",
"number": "143",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "144",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-10T23:00:00.000+00:00",
"number": "145",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-11T23:00:00.000+00:00",
"number": "146",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-14T23:00:00.000+00:00",
"number": "147",
"summary": "Neue Updates von Oracle Linux und Ubuntu aufgenommen"
},
{
"date": "2025-12-15T23:00:00.000+00:00",
"number": "148",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2025-12-16T23:00:00.000+00:00",
"number": "149",
"summary": "Neue Updates von Ubuntu und Oracle Linux aufgenommen"
},
{
"date": "2025-12-21T23:00:00.000+00:00",
"number": "150",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-06T23:00:00.000+00:00",
"number": "151",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-11T23:00:00.000+00:00",
"number": "152",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-12T23:00:00.000+00:00",
"number": "153",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-01-18T23:00:00.000+00:00",
"number": "154",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-25T23:00:00.000+00:00",
"number": "155",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-01-29T23:00:00.000+00:00",
"number": "156",
"summary": "Neue Updates von Ubuntu, SUSE und Oracle Linux aufgenommen"
},
{
"date": "2026-02-01T23:00:00.000+00:00",
"number": "157",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "158",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-05T23:00:00.000+00:00",
"number": "159",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-11T23:00:00.000+00:00",
"number": "160",
"summary": "Neue Updates von Ubuntu und SUSE aufgenommen"
},
{
"date": "2026-02-12T23:00:00.000+00:00",
"number": "161",
"summary": "Neue Updates von SUSE und Ubuntu aufgenommen"
},
{
"date": "2026-02-15T23:00:00.000+00:00",
"number": "162",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-16T23:00:00.000+00:00",
"number": "163",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-17T23:00:00.000+00:00",
"number": "164",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-18T23:00:00.000+00:00",
"number": "165",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-19T23:00:00.000+00:00",
"number": "166",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-02-22T23:00:00.000+00:00",
"number": "167",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2026-02-24T23:00:00.000+00:00",
"number": "168",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-03T23:00:00.000+00:00",
"number": "169",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-04T23:00:00.000+00:00",
"number": "170",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-08T23:00:00.000+00:00",
"number": "171",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-16T23:00:00.000+00:00",
"number": "172",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-17T23:00:00.000+00:00",
"number": "173",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-03-18T23:00:00.000+00:00",
"number": "174",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-19T23:00:00.000+00:00",
"number": "175",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-23T23:00:00.000+00:00",
"number": "176",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-24T23:00:00.000+00:00",
"number": "177",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-25T23:00:00.000+00:00",
"number": "178",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-26T23:00:00.000+00:00",
"number": "179",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-03-30T22:00:00.000+00:00",
"number": "180",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-04-01T22:00:00.000+00:00",
"number": "181",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-09T22:00:00.000+00:00",
"number": "182",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-13T22:00:00.000+00:00",
"number": "183",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-04-29T22:00:00.000+00:00",
"number": "184",
"summary": "Neue Updates von Ubuntu aufgenommen"
},
{
"date": "2026-05-03T22:00:00.000+00:00",
"number": "185",
"summary": "Neue Updates von Debian aufgenommen"
},
{
"date": "2026-05-06T22:00:00.000+00:00",
"number": "186",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-12T22:00:00.000+00:00",
"number": "187",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2026-05-18T22:00:00.000+00:00",
"number": "188",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2026-05-20T22:00:00.000+00:00",
"number": "189",
"summary": "Neue Updates von Red Hat aufgenommen"
}
],
"status": "final",
"version": "189"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Dell Avamar",
"product": {
"name": "Dell Avamar",
"product_id": "T039664",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:-"
}
}
},
{
"category": "product_name",
"name": "Dell NetWorker",
"product": {
"name": "Dell NetWorker",
"product_id": "T034583",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c8.4.0.0",
"product": {
"name": "Dell PowerProtect Data Domain \u003c8.4.0.0",
"product_id": "T045879"
}
},
{
"category": "product_version",
"name": "8.4.0.0",
"product": {
"name": "Dell PowerProtect Data Domain 8.4.0.0",
"product_id": "T045879-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:8.4.0.0"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.10.1.70",
"product": {
"name": "Dell PowerProtect Data Domain \u003c7.10.1.70",
"product_id": "T045881"
}
},
{
"category": "product_version",
"name": "7.10.1.70",
"product": {
"name": "Dell PowerProtect Data Domain 7.10.1.70",
"product_id": "T045881-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:7.10.1.70"
}
}
},
{
"category": "product_version_range",
"name": "\u003c7.13.1.40",
"product": {
"name": "Dell PowerProtect Data Domain \u003c7.13.1.40",
"product_id": "T047343"
}
},
{
"category": "product_version",
"name": "7.13.1.40",
"product": {
"name": "Dell PowerProtect Data Domain 7.13.1.40",
"product_id": "T047343-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:7.13.1.40"
}
}
},
{
"category": "product_version_range",
"name": "\u003c8.3.1.10",
"product": {
"name": "Dell PowerProtect Data Domain \u003c8.3.1.10",
"product_id": "T047344"
}
},
{
"category": "product_version",
"name": "8.3.1.10",
"product": {
"name": "Dell PowerProtect Data Domain 8.3.1.10",
"product_id": "T047344-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:powerprotect_data_domain:8.3.1.10"
}
}
}
],
"category": "product_name",
"name": "PowerProtect Data Domain"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Appliance \u003c5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance \u003c5.32.00.18",
"product_id": "T048301"
}
},
{
"category": "product_version",
"name": "Appliance 5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance 5.32.00.18",
"product_id": "T048301-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:appliance__5.32.00.18"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c10.5.0.19",
"product": {
"name": "IBM DataPower Gateway \u003c10.5.0.19",
"product_id": "T047864"
}
},
{
"category": "product_version",
"name": "10.5.0.19",
"product": {
"name": "IBM DataPower Gateway 10.5.0.19",
"product_id": "T047864-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.5.0.19"
}
}
},
{
"category": "product_version_range",
"name": "\u003c10.6.0.7",
"product": {
"name": "IBM DataPower Gateway \u003c10.6.0.7",
"product_id": "T047866"
}
},
{
"category": "product_version",
"name": "10.6.0.7",
"product": {
"name": "IBM DataPower Gateway 10.6.0.7",
"product_id": "T047866-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:datapower_gateway:10.6.0.7"
}
}
}
],
"category": "product_name",
"name": "DataPower Gateway"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.5.0 UP11 IF04",
"product": {
"name": "IBM QRadar SIEM \u003c7.5.0 UP11 IF04",
"product_id": "T043169"
}
},
{
"category": "product_version",
"name": "7.5.0 UP11 IF04",
"product": {
"name": "IBM QRadar SIEM 7.5.0 UP11 IF04",
"product_id": "T043169-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up11_if04"
}
}
}
],
"category": "product_name",
"name": "QRadar SIEM"
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"category": "product_name",
"name": "Open Source Linux Kernel",
"product": {
"name": "Open Source Linux Kernel",
"product_id": "T046484",
"product_identification_helper": {
"cpe": "cpe:/o:linux:linux_kernel:-"
}
}
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
},
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T042774",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "product_name",
"name": "Linux"
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"branches": [
{
"category": "product_version_range",
"name": "Container Platform \u003c4.13.56",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.13.56",
"product_id": "T042009"
}
},
{
"category": "product_version",
"name": "Container Platform 4.13.56",
"product": {
"name": "Red Hat OpenShift Container Platform 4.13.56",
"product_id": "T042009-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.13.56"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.14.49",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.14.49",
"product_id": "T042010"
}
},
{
"category": "product_version",
"name": "Container Platform 4.14.49",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14.49",
"product_id": "T042010-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.14.49"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.16.38",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.16.38",
"product_id": "T042315"
}
},
{
"category": "product_version",
"name": "Container Platform 4.16.38",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16.38",
"product_id": "T042315-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.16.38"
}
}
},
{
"category": "product_version_range",
"name": "Container Platform \u003c4.12.75",
"product": {
"name": "Red Hat OpenShift Container Platform \u003c4.12.75",
"product_id": "T042745"
}
},
{
"category": "product_version",
"name": "Container Platform 4.12.75",
"product": {
"name": "Red Hat OpenShift Container Platform 4.12.75",
"product_id": "T042745-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:container_platform__4.12.75"
}
}
}
],
"category": "product_name",
"name": "OpenShift"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T042775",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "product_name",
"name": "Linux"
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-53172",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53172"
},
{
"cve": "CVE-2024-53176",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53176"
},
{
"cve": "CVE-2024-53178",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53178"
},
{
"cve": "CVE-2024-53179",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53179"
},
{
"cve": "CVE-2024-53180",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53180"
},
{
"cve": "CVE-2024-53181",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53181"
},
{
"cve": "CVE-2024-53182",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53182"
},
{
"cve": "CVE-2024-53183",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53183"
},
{
"cve": "CVE-2024-53184",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53184"
},
{
"cve": "CVE-2024-53185",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53185"
},
{
"cve": "CVE-2024-53186",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53186"
},
{
"cve": "CVE-2024-53187",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53187"
},
{
"cve": "CVE-2024-53188",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53188"
},
{
"cve": "CVE-2024-53189",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53189"
},
{
"cve": "CVE-2024-53191",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53191"
},
{
"cve": "CVE-2024-53194",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53194"
},
{
"cve": "CVE-2024-53195",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53195"
},
{
"cve": "CVE-2024-53196",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53196"
},
{
"cve": "CVE-2024-53197",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53197"
},
{
"cve": "CVE-2024-53198",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53198"
},
{
"cve": "CVE-2024-53199",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53199"
},
{
"cve": "CVE-2024-53200",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53200"
},
{
"cve": "CVE-2024-53201",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53201"
},
{
"cve": "CVE-2024-53202",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53202"
},
{
"cve": "CVE-2024-53203",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53203"
},
{
"cve": "CVE-2024-53204",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53204"
},
{
"cve": "CVE-2024-53205",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53205"
},
{
"cve": "CVE-2024-53206",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53206"
},
{
"cve": "CVE-2024-53207",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53207"
},
{
"cve": "CVE-2024-53208",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53208"
},
{
"cve": "CVE-2024-53209",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53209"
},
{
"cve": "CVE-2024-53210",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53210"
},
{
"cve": "CVE-2024-53211",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53211"
},
{
"cve": "CVE-2024-53212",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53212"
},
{
"cve": "CVE-2024-53213",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53213"
},
{
"cve": "CVE-2024-53214",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53214"
},
{
"cve": "CVE-2024-53215",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53215"
},
{
"cve": "CVE-2024-53216",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53216"
},
{
"cve": "CVE-2024-53217",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53217"
},
{
"cve": "CVE-2024-53218",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53218"
},
{
"cve": "CVE-2024-53219",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53219"
},
{
"cve": "CVE-2024-53220",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53220"
},
{
"cve": "CVE-2024-53221",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53221"
},
{
"cve": "CVE-2024-53222",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53222"
},
{
"cve": "CVE-2024-53223",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53223"
},
{
"cve": "CVE-2024-53224",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53224"
},
{
"cve": "CVE-2024-53225",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53225"
},
{
"cve": "CVE-2024-53226",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53226"
},
{
"cve": "CVE-2024-53227",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53227"
},
{
"cve": "CVE-2024-53228",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53228"
},
{
"cve": "CVE-2024-53229",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53229"
},
{
"cve": "CVE-2024-53230",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53230"
},
{
"cve": "CVE-2024-53231",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53231"
},
{
"cve": "CVE-2024-53232",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53232"
},
{
"cve": "CVE-2024-53233",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53233"
},
{
"cve": "CVE-2024-53234",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53234"
},
{
"cve": "CVE-2024-53235",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53235"
},
{
"cve": "CVE-2024-53236",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53236"
},
{
"cve": "CVE-2024-53237",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53237"
},
{
"cve": "CVE-2024-53238",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53238"
},
{
"cve": "CVE-2024-53239",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-53239"
},
{
"cve": "CVE-2024-56531",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56531"
},
{
"cve": "CVE-2024-56532",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56532"
},
{
"cve": "CVE-2024-56533",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56533"
},
{
"cve": "CVE-2024-56534",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56534"
},
{
"cve": "CVE-2024-56535",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56535"
},
{
"cve": "CVE-2024-56536",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56536"
},
{
"cve": "CVE-2024-56537",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56537"
},
{
"cve": "CVE-2024-56538",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56538"
},
{
"cve": "CVE-2024-56539",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56539"
},
{
"cve": "CVE-2024-56540",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56540"
},
{
"cve": "CVE-2024-56541",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56541"
},
{
"cve": "CVE-2024-56542",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56542"
},
{
"cve": "CVE-2024-56543",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56543"
},
{
"cve": "CVE-2024-56544",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56544"
},
{
"cve": "CVE-2024-56545",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56545"
},
{
"cve": "CVE-2024-56546",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56546"
},
{
"cve": "CVE-2024-56547",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56547"
},
{
"cve": "CVE-2024-56548",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56548"
},
{
"cve": "CVE-2024-56549",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56549"
},
{
"cve": "CVE-2024-56550",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56550"
},
{
"cve": "CVE-2024-56551",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56551"
},
{
"cve": "CVE-2024-56552",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56552"
},
{
"cve": "CVE-2024-56553",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56553"
},
{
"cve": "CVE-2024-56554",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56554"
},
{
"cve": "CVE-2024-56555",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56555"
},
{
"cve": "CVE-2024-56556",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56556"
},
{
"cve": "CVE-2024-56557",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56557"
},
{
"cve": "CVE-2024-56558",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56558"
},
{
"cve": "CVE-2024-56559",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56559"
},
{
"cve": "CVE-2024-56560",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56560"
},
{
"cve": "CVE-2024-56561",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56561"
},
{
"cve": "CVE-2024-56562",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56562"
},
{
"cve": "CVE-2024-56563",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56563"
},
{
"cve": "CVE-2024-56564",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56564"
},
{
"cve": "CVE-2024-56565",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56565"
},
{
"cve": "CVE-2024-56566",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56566"
},
{
"cve": "CVE-2024-56567",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56567"
},
{
"cve": "CVE-2024-56568",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56568"
},
{
"cve": "CVE-2024-56569",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56569"
},
{
"cve": "CVE-2024-56570",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56570"
},
{
"cve": "CVE-2024-56571",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56571"
},
{
"cve": "CVE-2024-56572",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56572"
},
{
"cve": "CVE-2024-56573",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56573"
},
{
"cve": "CVE-2024-56574",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56574"
},
{
"cve": "CVE-2024-56575",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56575"
},
{
"cve": "CVE-2024-56576",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56576"
},
{
"cve": "CVE-2024-56577",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56577"
},
{
"cve": "CVE-2024-56578",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56578"
},
{
"cve": "CVE-2024-56579",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56579"
},
{
"cve": "CVE-2024-56580",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56580"
},
{
"cve": "CVE-2024-56581",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56581"
},
{
"cve": "CVE-2024-56582",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56582"
},
{
"cve": "CVE-2024-56583",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56583"
},
{
"cve": "CVE-2024-56584",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56584"
},
{
"cve": "CVE-2024-56585",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56585"
},
{
"cve": "CVE-2024-56586",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56586"
},
{
"cve": "CVE-2024-56587",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56587"
},
{
"cve": "CVE-2024-56588",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56588"
},
{
"cve": "CVE-2024-56589",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56589"
},
{
"cve": "CVE-2024-56590",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56590"
},
{
"cve": "CVE-2024-56591",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56591"
},
{
"cve": "CVE-2024-56592",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56592"
},
{
"cve": "CVE-2024-56593",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56593"
},
{
"cve": "CVE-2024-56594",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56594"
},
{
"cve": "CVE-2024-56595",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56595"
},
{
"cve": "CVE-2024-56596",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56596"
},
{
"cve": "CVE-2024-56597",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56597"
},
{
"cve": "CVE-2024-56598",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56598"
},
{
"cve": "CVE-2024-56599",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56599"
},
{
"cve": "CVE-2024-56600",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56600"
},
{
"cve": "CVE-2024-56601",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56601"
},
{
"cve": "CVE-2024-56602",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56602"
},
{
"cve": "CVE-2024-56603",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56603"
},
{
"cve": "CVE-2024-56604",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56604"
},
{
"cve": "CVE-2024-56605",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56605"
},
{
"cve": "CVE-2024-56606",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56606"
},
{
"cve": "CVE-2024-56607",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56607"
},
{
"cve": "CVE-2024-56608",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56608"
},
{
"cve": "CVE-2024-56609",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56609"
},
{
"cve": "CVE-2024-56610",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56610"
},
{
"cve": "CVE-2024-56611",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56611"
},
{
"cve": "CVE-2024-56612",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56612"
},
{
"cve": "CVE-2024-56613",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56613"
},
{
"cve": "CVE-2024-56614",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56614"
},
{
"cve": "CVE-2024-56615",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56615"
},
{
"cve": "CVE-2024-56616",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56616"
},
{
"cve": "CVE-2024-56617",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56617"
},
{
"cve": "CVE-2024-56618",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56618"
},
{
"cve": "CVE-2024-56619",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56619"
},
{
"cve": "CVE-2024-56620",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56620"
},
{
"cve": "CVE-2024-56621",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56621"
},
{
"cve": "CVE-2024-56622",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56622"
},
{
"cve": "CVE-2024-56623",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56623"
},
{
"cve": "CVE-2024-56624",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56624"
},
{
"cve": "CVE-2024-56625",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56625"
},
{
"cve": "CVE-2024-56626",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56626"
},
{
"cve": "CVE-2024-56627",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56627"
},
{
"cve": "CVE-2024-56628",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56628"
},
{
"cve": "CVE-2024-56629",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56629"
},
{
"cve": "CVE-2024-56630",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56630"
},
{
"cve": "CVE-2024-56631",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56631"
},
{
"cve": "CVE-2024-56632",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56632"
},
{
"cve": "CVE-2024-56633",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56633"
},
{
"cve": "CVE-2024-56634",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56634"
},
{
"cve": "CVE-2024-56635",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56635"
},
{
"cve": "CVE-2024-56636",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56636"
},
{
"cve": "CVE-2024-56637",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56637"
},
{
"cve": "CVE-2024-56638",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56638"
},
{
"cve": "CVE-2024-56639",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56639"
},
{
"cve": "CVE-2024-56640",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56640"
},
{
"cve": "CVE-2024-56641",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56641"
},
{
"cve": "CVE-2024-56642",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56642"
},
{
"cve": "CVE-2024-56643",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56643"
},
{
"cve": "CVE-2024-56644",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56644"
},
{
"cve": "CVE-2024-56645",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56645"
},
{
"cve": "CVE-2024-56646",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56646"
},
{
"cve": "CVE-2024-56647",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56647"
},
{
"cve": "CVE-2024-56648",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56648"
},
{
"cve": "CVE-2024-56649",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56649"
},
{
"cve": "CVE-2024-56650",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56650"
},
{
"cve": "CVE-2024-56651",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56651"
},
{
"cve": "CVE-2024-56652",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56652"
},
{
"cve": "CVE-2024-56653",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56653"
},
{
"cve": "CVE-2024-56654",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56654"
},
{
"cve": "CVE-2024-56655",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56655"
},
{
"cve": "CVE-2024-56656",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56656"
},
{
"cve": "CVE-2024-56657",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56657"
},
{
"cve": "CVE-2024-56658",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56658"
},
{
"cve": "CVE-2024-56659",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56659"
},
{
"cve": "CVE-2024-56660",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56660"
},
{
"cve": "CVE-2024-56661",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56661"
},
{
"cve": "CVE-2024-56662",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56662"
},
{
"cve": "CVE-2024-56663",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56663"
},
{
"cve": "CVE-2024-56664",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56664"
},
{
"cve": "CVE-2024-56665",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56665"
},
{
"cve": "CVE-2024-56666",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56666"
},
{
"cve": "CVE-2024-56667",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56667"
},
{
"cve": "CVE-2024-56668",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56668"
},
{
"cve": "CVE-2024-56669",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56669"
},
{
"cve": "CVE-2024-56670",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56670"
},
{
"cve": "CVE-2024-56671",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56671"
},
{
"cve": "CVE-2024-56672",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56672"
},
{
"cve": "CVE-2024-56673",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56673"
},
{
"cve": "CVE-2024-56674",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56674"
},
{
"cve": "CVE-2024-56675",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56675"
},
{
"cve": "CVE-2024-56676",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56676"
},
{
"cve": "CVE-2024-56677",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56677"
},
{
"cve": "CVE-2024-56678",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56678"
},
{
"cve": "CVE-2024-56679",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56679"
},
{
"cve": "CVE-2024-56680",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56680"
},
{
"cve": "CVE-2024-56681",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56681"
},
{
"cve": "CVE-2024-56682",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56682"
},
{
"cve": "CVE-2024-56683",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56683"
},
{
"cve": "CVE-2024-56684",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56684"
},
{
"cve": "CVE-2024-56685",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56685"
},
{
"cve": "CVE-2024-56686",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56686"
},
{
"cve": "CVE-2024-56687",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56687"
},
{
"cve": "CVE-2024-56688",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56688"
},
{
"cve": "CVE-2024-56689",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56689"
},
{
"cve": "CVE-2024-56690",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56690"
},
{
"cve": "CVE-2024-56691",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56691"
},
{
"cve": "CVE-2024-56692",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56692"
},
{
"cve": "CVE-2024-56693",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56693"
},
{
"cve": "CVE-2024-56694",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56694"
},
{
"cve": "CVE-2024-56695",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56695"
},
{
"cve": "CVE-2024-56696",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56696"
},
{
"cve": "CVE-2024-56697",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56697"
},
{
"cve": "CVE-2024-56698",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56698"
},
{
"cve": "CVE-2024-56699",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56699"
},
{
"cve": "CVE-2024-56700",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56700"
},
{
"cve": "CVE-2024-56701",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56701"
},
{
"cve": "CVE-2024-56702",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56702"
},
{
"cve": "CVE-2024-56703",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56703"
},
{
"cve": "CVE-2024-56704",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56704"
},
{
"cve": "CVE-2024-56705",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56705"
},
{
"cve": "CVE-2024-56706",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56706"
},
{
"cve": "CVE-2024-56707",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56707"
},
{
"cve": "CVE-2024-56708",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56708"
},
{
"cve": "CVE-2024-56709",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56709"
},
{
"cve": "CVE-2024-56710",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56710"
},
{
"cve": "CVE-2024-56711",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56711"
},
{
"cve": "CVE-2024-56712",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56712"
},
{
"cve": "CVE-2024-56713",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56713"
},
{
"cve": "CVE-2024-56714",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56714"
},
{
"cve": "CVE-2024-56715",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56715"
},
{
"cve": "CVE-2024-56716",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56716"
},
{
"cve": "CVE-2024-56717",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56717"
},
{
"cve": "CVE-2024-56718",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56718"
},
{
"cve": "CVE-2024-56719",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56719"
},
{
"cve": "CVE-2024-56720",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56720"
},
{
"cve": "CVE-2024-56721",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56721"
},
{
"cve": "CVE-2024-56722",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56722"
},
{
"cve": "CVE-2024-56723",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56723"
},
{
"cve": "CVE-2024-56724",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56724"
},
{
"cve": "CVE-2024-56725",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56725"
},
{
"cve": "CVE-2024-56726",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56726"
},
{
"cve": "CVE-2024-56727",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56727"
},
{
"cve": "CVE-2024-56728",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56728"
},
{
"cve": "CVE-2024-56729",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56729"
},
{
"cve": "CVE-2024-56730",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56730"
},
{
"cve": "CVE-2024-56739",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56739"
},
{
"cve": "CVE-2024-56740",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56740"
},
{
"cve": "CVE-2024-56741",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56741"
},
{
"cve": "CVE-2024-56742",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56742"
},
{
"cve": "CVE-2024-56743",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56743"
},
{
"cve": "CVE-2024-56744",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56744"
},
{
"cve": "CVE-2024-56745",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56745"
},
{
"cve": "CVE-2024-56746",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56746"
},
{
"cve": "CVE-2024-56747",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56747"
},
{
"cve": "CVE-2024-56748",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56748"
},
{
"cve": "CVE-2024-56749",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56749"
},
{
"cve": "CVE-2024-56750",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56750"
},
{
"cve": "CVE-2024-56751",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56751"
},
{
"cve": "CVE-2024-56752",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56752"
},
{
"cve": "CVE-2024-56753",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56753"
},
{
"cve": "CVE-2024-56754",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56754"
},
{
"cve": "CVE-2024-56755",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56755"
},
{
"cve": "CVE-2024-56756",
"product_status": {
"known_affected": [
"67646",
"T034583",
"T004914",
"T032255",
"T039664",
"T043169",
"T042774",
"T042775",
"T047866",
"2951",
"T002207",
"T045879",
"T042315",
"T000126",
"T042745",
"T042009",
"T046484",
"T047343",
"398363",
"T042010",
"T045881",
"T047864",
"T047344",
"T048301"
]
},
"release_date": "2024-12-29T23:00:00.000+00:00",
"title": "CVE-2024-56756"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.