In the Linux kernel, the following vulnerability has been resolved: drm/amd/ras: Fix NULL deref in rascorerasinterruptdetected() Fixes a NULL pointer dereference when rascore is NULL and rascore->dev is accessed in the error path. Reported by: Dan Carpenter dan.carpenter@linaro.org