linux-fbdev.vger.kernel.org archive mirror
 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 updates for v6.16-rc1
Date: Sat, 31 May 2025 19:13:31 +0200	[thread overview]
Message-ID: <aDs4uwcxU_M4mpVE@carbonx1> (raw)

Hi Linus,

please pull the fbdev fixes and updates for 6.16-rc1:

Many small but important fixes for special cases in the fbdev, fbcon and vgacon
code, some smaller code cleanups in the nvidiafb, arkfb, atyfb and viafb drivers
and two spelling fixes.

Thanks!
Helge

PS: All patches have been sitting in for-next for at least two days (the
majority of patches since weeks). I did a rebase because fast-forward merging
with head didn't work.

----------------------------------------------------------------
The following changes since commit 0f70f5b08a47a3bc1a252e5f451a137cde7c98ce:

  Merge tag 'pull-automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2025-05-30 15:38:29 -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.16-rc1

for you to fetch changes up to 05f6e183879d9785a3cdf2f08a498bc31b7a20aa:

  fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var (2025-05-31 10:24:02 +0200)

----------------------------------------------------------------
fbdev fixes and updates for 6.16-rc1:

Various bug fixes for corner cases which were found with Syzkaller,
Svace and other tools by various people and teams (e.g. Linux Verification Center):
    fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_to_var [Murad Masimov]
    fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var [Murad Masimov]
    fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() [Sergey Shtylyov]
    fbcon: Make sure modelist not set on unregistered console [Kees Cook]
    vgacon: Add check for vc_origin address range in vgacon_scroll() [GONG Ruiqi]

Minor coding fixes in:
    nvidiafb, arkfb, atyfb, viafb.

Spelling fixes in:
    sstfb.rst and carminefb.

----------------------------------------------------------------
Andy Shevchenko (1):
      fbdev: atyfb: Remove unused PCI vendor ID

Bartosz Golaszewski (1):
      fbdev: via: use new GPIO line value setter callbacks

Colin Ian King (1):
      fbdev: carminefb: Fix spelling mistake of CARMINE_TOTAL_DIPLAY_MEM

GONG Ruiqi (1):
      vgacon: Add check for vc_origin address range in vgacon_scroll()

Kees Cook (2):
      fbdev: arkfb: Cast ics5342_init() allocation type
      fbcon: Make sure modelist not set on unregistered console

Murad Masimov (2):
      fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_to_var
      fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var

Rujra Bhatt (1):
      fbdev: sstfb.rst: Fix spelling mistake

Sergey Shtylyov (1):
      fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()

Zijun Hu (1):
      fbdev: nvidiafb: Correct const string length in nvidiafb_setup()

 Documentation/fb/sstfb.rst          |  2 +-
 drivers/video/console/vgacon.c      |  2 +-
 drivers/video/fbdev/arkfb.c         |  5 +++--
 drivers/video/fbdev/carminefb.c     |  8 ++++----
 drivers/video/fbdev/carminefb.h     |  2 +-
 drivers/video/fbdev/core/fbcon.c    |  7 ++++++-
 drivers/video/fbdev/core/fbcvt.c    |  2 +-
 drivers/video/fbdev/core/fbmem.c    | 22 ++++++++++++++--------
 drivers/video/fbdev/nvidia/nvidia.c |  2 +-
 drivers/video/fbdev/via/via-gpio.c  | 10 +++++-----
 include/video/mach64.h              |  3 ---
 11 files changed, 37 insertions(+), 28 deletions(-)

             reply	other threads:[~2025-05-31 17:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-31 17:13 Helge Deller [this message]
2025-06-01  2:46 ` [GIT PULL] fbdev updates for v6.16-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=aDs4uwcxU_M4mpVE@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;
as well as URLs for NNTP newsgroup(s).