Hi Linus, please pull two more fbdev fixes for 6.17-rc1:
One patch reverts a previous stable tree patch which broke the VGA console, the other fixes an out-of-bounds access bug which may happen during console resizing when a console is mapped to a frame buffer. Both patches are tagged for stable series. Thanks, Helge ---------------------------------------------------------------- The following changes since commit 038d61fd642278bab63ee8ef722c50d10ab01e8f: Linux 6.16 (2025-07-27 14:26:38 -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-2 for you to fetch changes up to e4fc307d8e24f122402907ebf585248cad52841d: Revert "vgacon: Add check for vc_origin address range in vgacon_scroll()" (2025-08-02 21:47:33 +0200) ---------------------------------------------------------------- fbdev fixes for 6.17-rc1: - Revert a patch which broke VGA console. - Fix an out-of-bounds access bug which may happen during console resizing when a console is mapped to a frame buffer. ---------------------------------------------------------------- Helge Deller (1): Revert "vgacon: Add check for vc_origin address range in vgacon_scroll()" Sravan Kumar Gundu (1): fbdev: Fix vmalloc out-of-bounds write in fast_imageblit drivers/video/console/vgacon.c | 2 +- drivers/video/fbdev/core/fbcon.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-)