CyberRota Analysis
AI-GeneratedA vulnerability in the Linux kernel affects the AMD GPU driver, where the use of BUG_ON() could lead to unnecessary kernel crashes in certain error conditions. Instead, the implementation has been updated to use WARN_ON(), which allows the system to continue operating without a crash. Linux system administrators and developers utilizing affected AMD GPU hardware should prioritize applying this fix to enhance system stability.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON() There's no need to crash the kernel for these cases. (cherry picked from commit 5676593d08998d7a6d9e2d51d6b54b3820e3755c)