From: Helge Deller <deller@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org,
dri-devel@lists.freedesktop.org
Subject: [GIT PULL] fbdev updates for v6.18-rc1
Date: Fri, 10 Oct 2025 15:31:26 +0200 [thread overview]
Message-ID: <aOkKroU5EAorYET0@carbonx1> (raw)
Hi Linus,
please pull the fbdev updates for 6.18-rc1.
Beside the usual bunch of smaller bug fixes, the majority of changes
were by Zsolt Kajtar to improve the s3fb driver.
All patches have been a few days in for-next.
Last minute I decided to drop one patch yesterday, which is why it seems the
newest patch isn't that long in for-next yet....
Thanks,
Helge
----------------------------------------------------------------
The following changes since commit e5f0a698b34ed76002dc5cff3804a61c80233a7a:
Linux 6.17 (2025-09-28 14:39:22 -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.18-rc1
for you to fetch changes up to 15df28699b28d6b49dc305040c4e26a9553df07a:
fbdev: Fix logic error in "offb" name match (2025-10-10 00:31:13 +0200)
----------------------------------------------------------------
fbdev fixes & enhancements for 6.18-rc1:
Bug fixes:
- Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds (Albin Babu Varghese)
- Fix logic error in "offb" name match (Finn Thain)
- simplefb: Fix use after free in simplefb_detach_genpds() (Janne Grunau)
- s3fb: Various fixes and powersave improvements (Zsolt Kajtar)
Enhancements & code cleanups:
- Various fixes in the documentation (Bagas Sanjaya)
- Use string choices helpers (Chelsy Ratnawat)
- xenfb: Use vmalloc_array to simplify code (Qianfeng Rong)
- mb862xxfb: Use int type to store negative error codes (Qianfeng Rong)
- Make drivers depend on LCD_CLASS_DEVICE (Thomas Zimmermann)
- radeonfb: Remove stale product link in Kconfig (Sukrut Heroorkar)
----------------------------------------------------------------
Albin Babu Varghese (1):
fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds
Bagas Sanjaya (3):
Documentation: fb: Split toctree
Documentation: fb: ep93xx: Demote section headings
Documentation: fb: Retitle driver docs
Chelsy Ratnawat (1):
fbdev: Use string choices helpers
Finn Thain (1):
fbdev: Fix logic error in "offb" name match
Janne Grunau (1):
fbdev: simplefb: Fix use after free in simplefb_detach_genpds()
Qianfeng Rong (2):
fbdev: xenfb: Use vmalloc_array to simplify code
fbdev: mb862xxfb: Use int type to store negative error codes
Sukrut Heroorkar (1):
fbdev: radeonfb: Remove stale product link in Kconfig
Thomas Zimmermann (1):
fbdev: Make drivers depend on LCD_CLASS_DEVICE
Zsolt Kajtar (4):
fbdev: s3fb: Implement powersave for S3 FB
fbdev: s3fb: Implement 1 and 2 BPP modes, improve 4 BPP
fbdev: core: Fix ubsan warning in pixel_to_pat
fbdev: s3fb: Revert mclk stop in suspend
Documentation/fb/aty128fb.rst | 8 +-
Documentation/fb/efifb.rst | 6 +-
Documentation/fb/ep93xx-fb.rst | 4 -
Documentation/fb/gxfb.rst | 8 +-
Documentation/fb/index.rst | 80 +++++++------
Documentation/fb/lxfb.rst | 9 +-
Documentation/fb/matroxfb.rst | 9 +-
Documentation/fb/pvr2fb.rst | 6 +-
Documentation/fb/sa1100fb.rst | 9 +-
Documentation/fb/sisfb.rst | 6 +-
Documentation/fb/sm712fb.rst | 6 +-
Documentation/fb/tgafb.rst | 6 +-
Documentation/fb/udlfb.rst | 6 +-
Documentation/fb/vesafb.rst | 6 +-
drivers/video/fbdev/Kconfig | 8 +-
drivers/video/fbdev/core/bitblit.c | 17 +++
drivers/video/fbdev/core/fb_cmdline.c | 2 +-
drivers/video/fbdev/core/fb_fillrect.h | 3 +-
drivers/video/fbdev/core/fbmon.c | 7 +-
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | 2 +-
drivers/video/fbdev/nvidia/nvidia.c | 3 +-
drivers/video/fbdev/pxafb.c | 3 +-
drivers/video/fbdev/s3fb.c | 177 ++++++++++++++++++++---------
drivers/video/fbdev/simplefb.c | 31 +++--
drivers/video/fbdev/xen-fbfront.c | 2 +-
25 files changed, 259 insertions(+), 165 deletions(-)
next reply other threads:[~2025-10-10 13:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-10 13:31 Helge Deller [this message]
2025-10-10 18:25 ` [GIT PULL] fbdev updates for v6.18-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aOkKroU5EAorYET0@carbonx1 \
--to=deller@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox