[GIT PULL] fbdev fix for v6.8-rc2
Helge Deller
deller at kernel.org
Wed Jan 24 16:11:35 UTC 2024
Hi Linus,
please pull a small patch set with 3 fixes and 2 small cleanups for
fbdev for kernel 6.8-rc2:
A crash fix in stifb which was missed to be included in the drm-misc tree, two
checks to prevent wrong userspace input in sisfb and savagefb and two trivial
printk cleanups.
Thanks!
Helge
----------------------------------------------------------------
The following changes since commit 7a396820222d6d4c02057f41658b162bdcdadd0e:
Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6 (2024-01-20 16:48:07 -0800)
are available in the Git repository at:
http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.8-rc2
for you to fetch changes up to 4b088005c897a62fe98f70ab69687706cb2fad3b:
fbdev: stifb: Fix crash in stifb_blank() (2024-01-23 09:13:24 +0100)
----------------------------------------------------------------
fbdev fixes and cleanups for 6.8-rc2:
- stifb: Fix crash in stifb_blank()
- savage/sis: Error out if pixclock equals zero
- minor trivial cleanups
----------------------------------------------------------------
Fullway Wang (2):
fbdev: savage: Error out if pixclock equals zero
fbdev: sis: Error out if pixclock equals zero
Geert Uytterhoeven (1):
fbcon: Fix incorrect printed function name in fbcon_prepare_logo()
Helge Deller (1):
fbdev: stifb: Fix crash in stifb_blank()
Jiapeng Chong (1):
fbdev: vt8500lcdfb: Remove unnecessary print function dev_err()
drivers/video/fbdev/core/fbcon.c | 3 +--
drivers/video/fbdev/savage/savagefb_driver.c | 3 +++
drivers/video/fbdev/sis/sis_main.c | 2 ++
drivers/video/fbdev/stifb.c | 2 +-
drivers/video/fbdev/vt8500lcdfb.c | 1 -
5 files changed, 7 insertions(+), 4 deletions(-)
More information about the dri-devel
mailing list