Linux Framebuffer Layer development
 help / color / mirror / Atom feed
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 fixes for v6.18-rc4
Date: Thu, 30 Oct 2025 17:14:07 +0100	[thread overview]
Message-ID: <aQOOz7Q27BbUo-_4@carbonx1> (raw)

Hi Linus,

please pull a few important bugfixes for various fbdev drivers for 6.18-rc4.

All patches are tagged for stable series.
Includes a trivial typo fix for the fb.h header as well.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit dcb6fa37fd7bc9c3d2b066329b0d27dedf8becaa:

  Linux 6.18-rc3 (2025-10-26 15:59:49 -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-rc4

for you to fetch changes up to 7073c7fc8d8ba47194e5fc58fcafc0efe7586e9b:

  fbdev: atyfb: Check if pll_ops->init_pll failed (2025-10-28 22:59:19 +0100)

----------------------------------------------------------------
fbdev fixes for 6.18-rc4:

- atyfb: Avoid hard lock up when PLL not initialized (Daniel Palmer)
- pvr2fb: Fix build error when CONFIG_PVR2_DMA enabled (Florian Fuchs)
- bitblit: Fix out-of-bounds read in bit_putcs* (Junjie Cao)
- valkyriefb: Fix reference count leak (Miaoqian Lin)
- fbcon: Fix slab-use-after-free in fb_mode_is_equal (Quanmin Yan)
- fb.h: Fix typo in "vertical" (Piyush Choudhary)

----------------------------------------------------------------
Daniel Palmer (1):
      fbdev: atyfb: Check if pll_ops->init_pll failed

Florian Fuchs (1):
      fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS

Junjie Cao (1):
      fbdev: bitblit: bound-check glyph index in bit_putcs*

Miaoqian Lin (1):
      fbdev: valkyriefb: Fix reference count leak in valkyriefb_init

PIYUSH CHOUDHARY (1):
      video: fb: Fix typo in comment in fb.h

Quanmin Yan (1):
      fbcon: Set fb_display[i]->mode to NULL when the mode is released

 drivers/video/fbdev/aty/atyfb_base.c |  8 ++++++--
 drivers/video/fbdev/core/bitblit.c   | 16 ++++++++++++----
 drivers/video/fbdev/core/fbcon.c     | 19 +++++++++++++++++++
 drivers/video/fbdev/core/fbmem.c     |  1 +
 drivers/video/fbdev/pvr2fb.c         |  2 +-
 drivers/video/fbdev/valkyriefb.c     |  2 ++
 include/linux/fbcon.h                |  2 ++
 include/uapi/linux/fb.h              |  2 +-
 8 files changed, 44 insertions(+), 8 deletions(-)

             reply	other threads:[~2025-10-30 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-30 16:14 Helge Deller [this message]
2025-10-31  2:51 ` [GIT PULL] fbdev fixes for v6.18-rc4 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=aQOOz7Q27BbUo-_4@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