]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'fbdev-for-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Aug 2026 14:47:52 +0000 (07:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Aug 2026 14:47:52 +0000 (07:47 -0700)
commita7c7074b58d28c4206d666a12aa2e33447b3c581
tree62be57db1047a07858ac3dc52cacbd91f7f58d7b
parent361efac9e90e03d97e46743c49558466dd5b4bb6
parente033cbf3975a8465f879ebd5989dc35b04423a4d
Merge tag 'fbdev-for-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev

Pull fbdev fixes from Helge Deller:
 "A few patches for the core fbdev layer which stabilize or fix
  potential issues with text font rendering after screen rotation or
  after user initiated font changes and locking fixes for sysfb during
  modifications of the graphics mode database"

* tag 'fbdev-for-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev:
  fbdev: bitblit: bound-check glyph index in bit_cursor()
  fbdev: Fix out-of-bounds access when rotating console after font resize
  fbdev: core: Fix pointer desynchronization in fb_io_read()
  fbdev: serialize mode sysfs access with lock_fb_info()
  fbdev: clear fb_info->mode before deleting a videomode
  fbdev: bound mode sysfs output to the sysfs buffer