2025-02-26 02:23:50
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix shrinker list corruption by madvise IOCTL Calling madvise IOCTL twice on BO causes memory shrinker list corruption and crashes kernel because BO is already on the list and its added to the list again, while BO should be removed from the list before its re-added. Fix it.