CVE-2025-38011 Information
Description
In the Linux kernel the following vulnerability has been resolved:
drm/amdgpu: csa unmap use uninterruptible lock
After process exit to unmap csa and free GPU vm if signal is accepted and then waiting to take vm lock is interrupted and return it causes memory leaking and below warning backtrace.
Change to use uninterruptible wait lock fix the issue.
WARNING: CPU: 69 PID: 167800 at amd/amdgpu/amdgpu_kms.c:1525
amdgpu_driver_postclose_kms+0x294/0x2a0 [amdgpu]
Call Trace:
(cherry picked from commit 7dbbfb3c171a6f63b01165958629c9c26abf38ab)
Reference
https://git.kernel.org/stable/c/8d71c3231b33e24a911b8f2d8c3a17ee40aa32d5 https://git.kernel.org/stable/c/a0fa7873f2f869087b1e7793f7fac3713a1e3afe https://git.kernel.org/stable/c/a1adc8d9a0d219d4e88672c30dbc9ea960d73136
Related CNNVD
CNNVD-202506-2148 (Published: 2025-06-18)
Share on: