On 9/10/24 04:09, Jason Andryuk wrote:
From: Jason Andryuk <jason.andr...@amd.com>

Probing xen-fbfront faults in video_is_primary_device().  The passed-in
struct device is NULL since xen-fbfront doesn't assign it and the
memory is kzalloc()-ed.  Assign fb_info->device to avoid this.

This was exposed by the conversion of fb_is_primary_device() to
video_is_primary_device() which dropped a NULL check for struct device.

Fixes: f178e96de7f0 ("arch: Remove struct fb_info from video helpers")
Reported-by: Arthur Borsboom <arthurborsb...@gmail.com>
Closes: 
https://lore.kernel.org/xen-devel/CALUcmUncX=lkxweisitksdy-coe8qkswhfvccneokfrkd0z...@mail.gmail.com/
Tested-by: Arthur Borsboom <arthurborsb...@gmail.com>
CC: sta...@vger.kernel.org
Signed-off-by: Jason Andryuk <jason.andr...@amd.com>

applied to fbdev git tree.

Thanks!
Helge


Reply via email to