Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-68383

Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
10/08/2026
Última modificación:
17/08/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/xe/guc: Keep scheduler timeline name alive<br /> <br /> The scheduler keeps a pointer to the timeline name, but q-&gt;name<br /> is freed with the exec queue while scheduler fences can still<br /> reference it.<br /> <br /> Store the name in struct xe_guc_exec_queue so it shares<br /> the scheduler&amp;#39;s RCU-deferred lifetime.<br /> <br /> (cherry picked from commit 41075f0eb5dcbd3b065d15f15ef7bbe9315188e8)