Hi Linus,

please pull four small patches for fbdev, of which two are important:
One fixes the bitmap font generation and the other prevents a possible
use-after-free in udlfb.

Thanks!
Helge

----------------------------------------------------------------

The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

  Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8de779dc40d35d39fa07387b6f921eb11df0f511:

  fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free 
(2026-05-04 10:35:55 +0200)

----------------------------------------------------------------
fbdev fixes & cleanups for 7.1-rc3:

- Fix rotating fonts by 180 degrees [Thomas Zimmermann]
- Drop duplicate include of linux/module.h in fb_defio [Chen Ni]
- Add vm_ops in udlfb to prevent use-after-free [Rajat Gupta]
- ipu-v3: clean up kernel-doc warnings [Randy Dunlap]

----------------------------------------------------------------
Chen Ni (1):
      fbdev: defio: Remove duplicate include of linux/module.h

Rajat Gupta (1):
      fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent use-after-free

Randy Dunlap (1):
      fbdev: ipu-v3: clean up kernel-doc warnings

Thomas Zimmermann (1):
      lib/fonts: Fix bit position when rotating by 180 degrees

 drivers/video/fbdev/core/fb_defio.c   |  1 -
 drivers/video/fbdev/udlfb.c           | 31 ++++++++++++++++++++++++++++++-
 include/video/imx-ipu-image-convert.h | 16 +++++++++++-----
 include/video/udlfb.h                 |  1 +
 lib/fonts/font_rotate.c               |  2 +-
 5 files changed, 43 insertions(+), 8 deletions(-)

Reply via email to