mbox series

[GIT,PULL] fbdev fixes for v6.1-rc3

Message ID Y16vjgbo+tx6lArZ@ls3530 (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] fbdev fixes for v6.1-rc3 | expand

Pull-request

http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.1-rc3

Message

Helge Deller Oct. 30, 2022, 5:08 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 30, 2022, 6:34 p.m. UTC | #1
The pull request you sent on Sun, 30 Oct 2022 18:08:30 +0100:

> http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.1-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/b72018ab8236c3ae427068adeb94bdd3f20454ec

Thank you!