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 and cleanups for v6.12-rc1
Date: Tue, 17 Sep 2024 17:45:40 +0200	[thread overview]
Message-ID: <ZumkJA3zfB8AhDsF@carbonx1> (raw)

Hi Linus,

please pull some updates and cleanups for the fbdev drivers for kernel 6.12-rc1.
This patchset includes a crashfix for xen and a possible use-after-free fix in pxafb.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -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.12-rc1

for you to fetch changes up to de5e89b6654ea0b021a5737e0f55fc6bed625550:

  fbdev: omapfb: Fix typo in comment (2024-09-11 20:53:04 +0200)

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

- video: Reduce code when CONFIG_HAS_IOPORT=n
- xenfb: Fix crash by assigning fb_info->device
- pxafb: Fix possible use after free in pxafb_task()
- efifb: Introduce and use new devm_register_framebuffer() function
- mmpfb: Utilize devm_clk_get_enabled() helpers
- various typo fixes and code cleanups

----------------------------------------------------------------
Andrew Kreimer (1):
      fbdev: omapfb: Fix typo in comment

Chen Ni (3):
      fbdev: pxa3xx-gcu: Convert comma to semicolon
      fbdev: imsttfb: convert comma to semicolon
      fbdev: hyperv_fb: Convert comma to semicolon

Christophe JAILLET (3):
      fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()
      fbdev: omapfb: panel-sony-acx565akm: Simplify show_cabc_available_modes()
      fbdev: omapfb: Use sysfs_emit_at() to simplify code

Jason Andryuk (1):
      fbdev: xen-fbfront: Assign fb_info->device

Kaixin Wang (1):
      fbdev: pxafb: Fix possible use after free in pxafb_task()

Niklas Schnelle (1):
      video: Handle HAS_IOPORT dependencies

Thomas Weißschuh (4):
      fbdev: Introduce devm_register_framebuffer()
      fbdev: efifb: Register sysfs groups through driver core
      fbdev: efifb: Use devm_register_framebuffer()
      fbdev: efifb: Use driver-private screen_info for sysfs

ying zuxin (1):
      fbdev: mmp: Use devm_clk_get_enabled() helpers

 drivers/video/fbdev/core/fbmem.c                   | 30 +++++++++++
 drivers/video/fbdev/efifb.c                        | 27 +++-------
 drivers/video/fbdev/hpfb.c                         |  1 +
 drivers/video/fbdev/hyperv_fb.c                    |  2 +-
 drivers/video/fbdev/imsttfb.c                      |  4 +-
 drivers/video/fbdev/mmp/hw/mmp_ctrl.c              |  6 +--
 drivers/video/fbdev/omap/omapfb_main.c             | 36 ++++++--------
 .../omap2/omapfb/displays/panel-sony-acx565akm.c   | 15 +++---
 drivers/video/fbdev/omap2/omapfb/dss/hdmi.h        |  2 +-
 drivers/video/fbdev/pxa3xx-gcu.c                   |  4 +-
 drivers/video/fbdev/pxafb.c                        |  1 +
 drivers/video/fbdev/xen-fbfront.c                  |  1 +
 include/linux/fb.h                                 |  1 +
 include/video/vga.h                                | 58 ++++++++++++++++------
 14 files changed, 111 insertions(+), 77 deletions(-)

             reply	other threads:[~2024-09-17 15:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-17 15:45 Helge Deller [this message]
2024-09-18 11:10 ` [GIT PULL] fbdev fixes and cleanups for v6.12-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=ZumkJA3zfB8AhDsF@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