Linux Framebuffer Layer development
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
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.1-rc3
Date: Sun, 30 Oct 2022 18:08:30 +0100	[thread overview]
Message-ID: <Y16vjgbo+tx6lArZ@ls3530> (raw)

Hi Linus,

please pull some fbdev fixes for kernel 6.1-rc3.

A use-after-free bugfix in the smscufx driver.
The other patches are minor.

Thanks,
Helge

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1-rc3

for you to fetch changes up to 3c6bf6bddc84888c0ce163b09dee0ddd23b5172a:

  fbdev: cyber2000fb: fix missing pci_disable_device() (2022-10-27 20:29:59 +0200)

----------------------------------------------------------------
fbdev fixes for kernel 6.1-rc3:

A use-after-free bugfix in the smscufx driver and various minor
error path fixes, smaller build fixes, sysfs fixes and
typos in comments in the stifb, sisfb, da8xxfb, xilinxfb, sm501fb,
gbefb and cyber2000fb drivers.

----------------------------------------------------------------
Helge Deller (1):
      fbdev: stifb: Fall back to cfb_fillrect() on 32-bit HCRX cards

Hyunwoo Kim (1):
      fbdev: smscufx: Fix several use-after-free bugs

Jason A. Donenfeld (1):
      fbdev: sisfb: use explicitly signed char

Jilin Yuan (1):
      fbdev: sisfb: fix repeated word in comment

Kees Cook (1):
      fbdev: MIPS supports iomem addresses

Uwe Kleine-König (2):
      fbdev: da8xx-fb: Fix error handling in .remove()
      fbdev: xilinxfb: Make xilinxfb_release() return void

Xuezhi Zhang (2):
      fbdev: sm501fb: Convert sysfs snprintf to sysfs_emit
      fbdev: gbefb: Convert sysfs snprintf to sysfs_emit

Yang Yingliang (1):
      fbdev: cyber2000fb: fix missing pci_disable_device()

 drivers/usb/misc/sisusbvga/sisusb_struct.h |  2 +-
 drivers/video/fbdev/cyber2000fb.c          |  2 ++
 drivers/video/fbdev/da8xx-fb.c             |  3 +-
 drivers/video/fbdev/gbefb.c                |  4 +--
 drivers/video/fbdev/sis/sis_accel.c        |  2 +-
 drivers/video/fbdev/sis/vstruct.h          |  2 +-
 drivers/video/fbdev/sm501fb.c              |  2 +-
 drivers/video/fbdev/smscufx.c              | 55 ++++++++++++++++--------------
 drivers/video/fbdev/stifb.c                |  3 +-
 drivers/video/fbdev/xilinxfb.c             |  8 ++---
 include/linux/fb.h                         |  2 +-
 11 files changed, 47 insertions(+), 38 deletions(-)

             reply	other threads:[~2022-10-30 17:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-30 17:08 Helge Deller [this message]
2022-10-30 18:34 ` [GIT PULL] fbdev fixes for v6.1-rc3 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=Y16vjgbo+tx6lArZ@ls3530 \
    --to=deller@gmx.de \
    --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