CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the DRM subsystem, specifically related to the Panthor graphics driver, where a reference leak can occur if a group is evicted before handling an out-of-memory (OOM) condition. This could lead to resource exhaustion or potential denial of service, impacting systems relying on the affected graphics functionalities. Linux administrators and developers working with graphics drivers should prioritize addressing this issue to maintain system stability and performance.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix a leak when a group is evicted before the tiler OOM is serviced A group ref is tied to the pending tiler_oom_work, so we need to release it if the cancel was effective.