In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: Fix potential null pointer derefernce
The amdgpurasget_context may return NULL if device not support ras feature, so add check before using.