CVE-2025-68333
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
22/12/2025
Última modificación:
23/12/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
sched_ext: Fix possible deadlock in the deferred_irq_workfn()<br />
<br />
For PREEMPT_RT=y kernels, the deferred_irq_workfn() is executed in<br />
the per-cpu irq_work/* task context and not disable-irq, if the rq<br />
returned by container_of() is current CPU&#39;s rq, the following scenarios<br />
may occur:<br />
<br />
lock(&rq->__lock);<br />
<br />
lock(&rq->__lock);<br />
<br />
This commit use IRQ_WORK_INIT_HARD() to replace init_irq_work() to<br />
initialize rq->scx.deferred_irq_work, make the deferred_irq_workfn()<br />
is always invoked in hard-irq context.



