Hi Linus, please pull some fbdev fixes for kernel 6.1-rc3. A use-after-free bugfix in the smscufx driver. The other patches are minor. Thanks, Helge The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.1-rc3 for you to fetch changes up to 3c6bf6bddc84888c0ce163b09dee0ddd23b5172a: fbdev: cyber2000fb: fix missing pci_disable_device() (2022-10-27 20:29:59 +0200) ---------------------------------------------------------------- fbdev fixes for kernel 6.1-rc3: A use-after-free bugfix in the smscufx driver and various minor error path fixes, smaller build fixes, sysfs fixes and typos in comments in the stifb, sisfb, da8xxfb, xilinxfb, sm501fb, gbefb and cyber2000fb drivers. ---------------------------------------------------------------- Helge Deller (1): fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards Hyunwoo Kim (1): fbdev: smscufx: Fix several use-after-free bugs Jason A. Donenfeld (1): fbdev: sisfb: use explicitly signed char Jilin Yuan (1): fbdev: sisfb: fix repeated word in comment Kees Cook (1): fbdev: MIPS supports iomem addresses Uwe Kleine-König (2): fbdev: da8xx-fb: Fix error handling in .remove() fbdev: xilinxfb: Make xilinxfb_release() return void Xuezhi Zhang (2): fbdev: sm501fb: Convert sysfs snprintf to sysfs_emit fbdev: gbefb: Convert sysfs snprintf to sysfs_emit Yang Yingliang (1): fbdev: cyber2000fb: fix missing pci_disable_device() drivers/usb/misc/sisusbvga/sisusb_struct.h | 2 +- drivers/video/fbdev/cyber2000fb.c | 2 ++ drivers/video/fbdev/da8xx-fb.c | 3 +- drivers/video/fbdev/gbefb.c | 4 +-- drivers/video/fbdev/sis/sis_accel.c | 2 +- drivers/video/fbdev/sis/vstruct.h | 2 +- drivers/video/fbdev/sm501fb.c | 2 +- drivers/video/fbdev/smscufx.c | 55 ++++++++++++++++-------------- drivers/video/fbdev/stifb.c | 3 +- drivers/video/fbdev/xilinxfb.c | 8 ++--- include/linux/fb.h | 2 +- 11 files changed, 47 insertions(+), 38 deletions(-)