diff options
author | Jason Andryuk <jason.andryuk@amd.com> | 2024-09-09 22:09:16 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-09-11 07:58:18 +0200 |
commit | c2af2a45560bd4046c2e109152acde029ed0acc2 (patch) | |
tree | a4683e883bc8e79c4f8789c938ff7a42fdcf825e /fs/init.c | |
parent | 27f22f897095b09df32bf689b63624d23b0c8ebc (diff) |
fbdev: xen-fbfront: Assign fb_info->device
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 <arthurborsboom@gmail.com>
Closes: https://lore.kernel.org/xen-devel/CALUcmUncX=LkXWeiSiTKsDY-cOe8QksWhFvcCneOKfrKd0ZajA@mail.gmail.com/
Tested-by: Arthur Borsboom <arthurborsboom@gmail.com>
CC: stable@vger.kernel.org
Signed-off-by: Jason Andryuk <jason.andryuk@amd.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'fs/init.c')
0 files changed, 0 insertions, 0 deletions