In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]drm/sysfb: Do not dereference NULL pointer in plane reset[EOL][EOL]The plane state in __drm_gem_reset_shadow_plane() can be NULL. Do not[EOL]deref that pointer, but forward NULL to the other plane-reset helpers.[EOL]Clears plane->state to NULL.[EOL][EOL]v2:[EOL]- fix typo in commit description (Javier)