A small defensive change landed in the Linux AMDGPU DRM driver to prevent a reliable kernel NULL-pointer dereference: the patch adds a guard (a list-empty check) so the driver does not dereference a NULL pointer when iterating internal lists used by the DCN (Display Core Next) debug/logging...