linux-fbdev.vger.kernel.org archive mirror
 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.5-rc1
Date: Tue, 27 Jun 2023 08:17:50 +0200	[thread overview]
Message-ID: <ZJp/DpaLeYq6s3hB@ls3530> (raw)

Hi Linus,

please pull some fbdev fixes & cleanups for kernel 6.5-rc1.
Includes is a fix for a potential out-of-bound memory access in
fast_imageblit() and the switch of the VIA fbdev driver to use GPIO
descriptors.

Thanks!
Helge

--------------

The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:

  Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.5-rc1

for you to fetch changes up to c2d22806aecb24e2de55c30a06e5d6eb297d161d:

  fbdev: fix potential OOB read in fast_imageblit() (2023-06-24 21:55:11 +0200)

----------------------------------------------------------------
fbdev fixes for 6.5-rc1:

- fix potential OOB read in fast_imageblit()
- fbdev/media: Use GPIO descriptors for VIA GPIO
- broadsheetfb & metronomefb: Add MODULE_FIRMWARE macro
- omapfb: error handling fix in mipid_spi_probe()
- sh_mobile_lcdcfb, sh7760fb: Typo and warning fixes
- hitfb: code cleanups

----------------------------------------------------------------
Christophe JAILLET (2):
      fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe()
      video/hdmi: Reorder fields in 'struct hdmi_avi_infoframe'

Geert Uytterhoeven (1):
      fbdev: sh_mobile_lcdcfb: Fix ARGB32 overlay format typo

Gustavo A. R. Silva (1):
      fbdev: sh7760fb: Fix -Wimplicit-fallthrough warnings

Juerg Haefliger (2):
      fbdev: metronomefb: Add MODULE_FIRMWARE macro
      fbdev: broadsheetfb: Add MODULE_FIRMWARE macro

Linus Walleij (1):
      fbdev/media: Use GPIO descriptors for VIA GPIO

Lukas Bulwahn (1):
      MAINTAINERS: adjust entry in VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER

Thomas Zimmermann (3):
      fbdev: hitfb: Declare hitfb_blank() as static
      fbdev: hitfb: Fix integer-to-pointer cast
      fbdev: hitfb: Use NULL for pointers

Zhang Shurong (1):
      fbdev: fix potential OOB read in fast_imageblit()

 MAINTAINERS                                        |  1 -
 drivers/media/platform/via/via-camera.c            | 51 +++++++++-------------
 drivers/video/fbdev/broadsheetfb.c                 |  2 +
 drivers/video/fbdev/core/sysimgblt.c               |  2 +-
 drivers/video/fbdev/hitfb.c                        |  8 ++--
 drivers/video/fbdev/metronomefb.c                  |  2 +
 drivers/video/fbdev/omap/lcd_mipid.c               |  6 ++-
 drivers/video/fbdev/sh7760fb.c                     |  2 +
 drivers/video/fbdev/sh_mobile_lcdcfb.c             |  2 +-
 drivers/video/fbdev/via/via-core.c                 |  2 +-
 drivers/video/fbdev/via/via-gpio.c                 | 28 ++++++------
 .../linux => drivers/video/fbdev/via}/via-gpio.h   |  1 -
 include/linux/hdmi.h                               |  4 +-
 13 files changed, 54 insertions(+), 57 deletions(-)
 rename {include/linux => drivers/video/fbdev/via}/via-gpio.h (84%)

             reply	other threads:[~2023-06-27  6:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-27  6:17 Helge Deller [this message]
2023-06-29 17:34 ` [GIT PULL] fbdev fixes for v6.5-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=ZJp/DpaLeYq6s3hB@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;
as well as URLs for NNTP newsgroup(s).