CVE-2025-71296
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
08/05/2026
Última modificación:
08/05/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/tests: shmem: Hold reservation lock around purge<br />
<br />
Acquire and release the GEM object&#39;s reservation lock around calls<br />
to the object&#39;s purge operation. The tests use<br />
drm_gem_shmem_purge_locked(), which led to errors such as show below.<br />
<br />
[ 58.709128] WARNING: CPU: 1 PID: 1354 at drivers/gpu/drm/drm_gem_shmem_helper.c:515 drm_gem_shmem_purge_locked+0x51c/0x740<br />
<br />
Only export the new helper drm_gem_shmem_purge() for Kunit tests.<br />
This is not an interface for regular drivers.



