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 fix for v6.8-rc2
Date: Wed, 24 Jan 2024 17:11:35 +0100	[thread overview]
Message-ID: <ZbE2t9LoFlro7J-H@carbonx1> (raw)

Hi Linus,

please pull a small patch set with 3 fixes and 2 small cleanups for
fbdev for kernel 6.8-rc2:

A crash fix in stifb which was missed to be included in the drm-misc tree, two
checks to prevent wrong userspace input in sisfb and savagefb and two trivial
printk cleanups.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 7a396820222d6d4c02057f41658b162bdcdadd0e:

  Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6 (2024-01-20 16:48:07 -0800)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.8-rc2

for you to fetch changes up to 4b088005c897a62fe98f70ab69687706cb2fad3b:

  fbdev: stifb: Fix crash in stifb_blank() (2024-01-23 09:13:24 +0100)

----------------------------------------------------------------
fbdev fixes and cleanups for 6.8-rc2:

- stifb: Fix crash in stifb_blank()
- savage/sis: Error out if pixclock equals zero
- minor trivial cleanups

----------------------------------------------------------------
Fullway Wang (2):
      fbdev: savage: Error out if pixclock equals zero
      fbdev: sis: Error out if pixclock equals zero

Geert Uytterhoeven (1):
      fbcon: Fix incorrect printed function name in fbcon_prepare_logo()

Helge Deller (1):
      fbdev: stifb: Fix crash in stifb_blank()

Jiapeng Chong (1):
      fbdev: vt8500lcdfb: Remove unnecessary print function dev_err()

 drivers/video/fbdev/core/fbcon.c             | 3 +--
 drivers/video/fbdev/savage/savagefb_driver.c | 3 +++
 drivers/video/fbdev/sis/sis_main.c           | 2 ++
 drivers/video/fbdev/stifb.c                  | 2 +-
 drivers/video/fbdev/vt8500lcdfb.c            | 1 -
 5 files changed, 7 insertions(+), 4 deletions(-)

             reply	other threads:[~2024-01-24 16:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-24 16:11 Helge Deller [this message]
2024-01-24 19:49 ` [GIT PULL] fbdev fix for v6.8-rc2 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=ZbE2t9LoFlro7J-H@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).