* [GIT PULL] fbdev fixes and updates for v6.17-rc1
@ 2025-08-02 11:04 Helge Deller
2025-08-02 17:02 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Helge Deller @ 2025-08-02 11:04 UTC (permalink / raw)
To: Linus Torvalds, linux-kernel, linux-fbdev, dri-devel
Hi Linus,
please pull the fbdev fixes and updates for 6.17-rc1:
One potential buffer overflow fix in the framebuffer registration function,
some fixes for the imxfb, nvidiafb and simplefb drivers, and a bunch of
cleanups for fbcon, kyrofb and svgalib.
Thanks,
Helge
----------------------------------------------------------------
The following changes since commit 89be9a83ccf1f88522317ce02f854f30d6115c41:
Linux 6.16-rc7 (2025-07-20 15:18:33 -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.17-rc1
for you to fetch changes up to 81b96e4aef9592493873507eec52eca68f0721ac:
fbcon: Use 'bool' where appopriate (2025-07-27 19:56:52 +0200)
----------------------------------------------------------------
fbdev fixes and cleanups for 6.17-rc1:
Framework fixes:
- fix potential buffer overflow in do_register_framebuffer() [Yongzhen Zhang]
Driver fixes:
- imxfb: prevent null-ptr-deref [Chenyuan Yang]
- nvidiafb: fix build on 32-bit ARCH=um [Johannes Berg]
- nvidiafb: add depends on HAS_IOPORT [Randy Dunlap]
- simplefb: Use of_reserved_mem_region_to_resource() for "memory-region" [Rob Herring]
Cleanups:
- fbcon: various code cleanups wrt blinking [Ville Syrjälä]
- kyrofb: Convert to devm_*() functions [Giovanni Di Santi]
- svgalib: Coding style cleanups [Darshan R.]
- Fix typo in Kconfig text for FB_DEVICE [Daniel Palmer]
----------------------------------------------------------------
Chenyuan Yang (1):
fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref
Daniel Palmer (1):
fbdev: Fix typo in Kconfig text for FB_DEVICE
Darshan R. (1):
fbdev: svgalib: Clean up coding style
Giovanni Di Santi (3):
fbdev: kyro: Add missing PCI memory region request
fbdev: kyro: Use devm_ioremap() for mmio registers
fbdev: kyro: Use devm_ioremap_wc() for screen mem
Johannes Berg (1):
fbdev: nvidiafb: fix build on 32-bit ARCH=um
Randy Dunlap (1):
fbdev: nvidiafb: add depends on HAS_IOPORT
Rob Herring (Arm) (1):
fbdev: simplefb: Use of_reserved_mem_region_to_resource() for "memory-region"
Ville Syrjälä (4):
fbcon: fbcon_cursor_noblink -> fbcon_cursor_blink
fbcon: fbcon_is_inactive() -> fbcon_is_active()
fbcon: Introduce get_{fg,bg}_color()
fbcon: Use 'bool' where appopriate
Yongzhen Zhang (1):
fbdev: fix potential buffer overflow in do_register_framebuffer()
drivers/video/fbdev/Kconfig | 2 +-
drivers/video/fbdev/core/Kconfig | 2 +-
drivers/video/fbdev/core/fbcon.c | 77 ++++++++++++++++------------
drivers/video/fbdev/core/fbmem.c | 3 ++
drivers/video/fbdev/core/svgalib.c | 95 ++++++++++++++++-------------------
drivers/video/fbdev/imxfb.c | 9 +++-
drivers/video/fbdev/kyro/fbdev.c | 24 ++++-----
drivers/video/fbdev/nvidia/nv_local.h | 2 +-
drivers/video/fbdev/simplefb.c | 17 ++-----
9 files changed, 116 insertions(+), 115 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] fbdev fixes and updates for v6.17-rc1
2025-08-02 11:04 [GIT PULL] fbdev fixes and updates for v6.17-rc1 Helge Deller
@ 2025-08-02 17:02 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-08-02 17:02 UTC (permalink / raw)
To: Helge Deller; +Cc: Linus Torvalds, linux-kernel, linux-fbdev, dri-devel
The pull request you sent on Sat, 2 Aug 2025 13:04:24 +0200:
> http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.17-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/eacf91b0c78a7113844830ed65ebf543eb9052c5
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-02 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-02 11:04 [GIT PULL] fbdev fixes and updates for v6.17-rc1 Helge Deller
2025-08-02 17:02 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).