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
Cc: Hsin-Yi Wang <hsinyi@chromium.org>, Guiling Deng <greens9@163.com>
Subject: [GIT PULL] fbdev updates & fixes for v5.19-rc6
Date: Fri, 8 Jul 2022 09:38:00 +0200	[thread overview]
Message-ID: <Ysfe2JUDCg/S1ArT@ls3530> (raw)

The following changes since commit 88084a3df1672e131ddc1b4e39eeacfd39864acf:

  Linux 5.19-rc5 (2022-07-03 15:39:28 -0700)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/for-5.19/fbdev-3

for you to fetch changes up to 53a6e66b1b4fea4b52f8bc62e5f9530af9061027:

  fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible() (2022-07-07 10:52:35 +0200)

----------------------------------------------------------------
fbdev fixes and updates for kernel v5.19-rc6:

fbcon now prevents switching to screen resolutions which are smaller
than the font size, and prevents enabling a font which is bigger than
the current screen resolution. This fixes vmalloc-out-of-bounds accesses
found by KASAN.

Guiling Deng fixed a bug where the centered fbdev logo wasn't displayed
correctly if the screen size matched the logo size.

Hsin-Yi Wang provided a patch to include errno.h to fix build when
CONFIG_OF isn't enabled.

----------------------------------------------------------------
Guiling Deng (1):
      fbdev: fbmem: Fix logo center image dx issue

Helge Deller (4):
      fbcon: Disallow setting font bigger than screen size
      fbcon: Prevent that screen size is smaller than font size
      fbmem: Check virtual screen sizes in fb_set_var()
      fbcon: Use fbcon_info_from_console() in fbcon_modechange_possible()

Hsin-Yi Wang (1):
      video: of_display_timing.h: include errno.h

 drivers/video/fbdev/core/fbcon.c  | 33 +++++++++++++++++++++++++++++++++
 drivers/video/fbdev/core/fbmem.c  | 16 ++++++++++++++--
 include/linux/fbcon.h             |  4 ++++
 include/video/of_display_timing.h |  2 ++
 4 files changed, 53 insertions(+), 2 deletions(-)

             reply	other threads:[~2022-07-08  7:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-08  7:38 Helge Deller [this message]
2022-07-08 18:35 ` [GIT PULL] fbdev updates & fixes for v5.19-rc6 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=Ysfe2JUDCg/S1ArT@ls3530 \
    --to=deller@gmx.de \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=greens9@163.com \
    --cc=hsinyi@chromium.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).