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 updates & fixes for v6.0-rc3
Date: Fri, 26 Aug 2022 20:29:35 +0200 [thread overview]
Message-ID: <YwkRD5hWd4F02dxc@ls3530> (raw)
Hi Linus,
please pull the second round of fbdev fixes & updates for v6.0-rc3.
Mostly just small patches, with the exception of the bigger indenting
cleanups in the sisfb and radeonfb drivers.
Two patches should be mentioned though:
A fix-up for fbdev if the screen resize fails (by Shigeru Yoshida), and
a potential divide by zero fix in fb_pm2fb (by Letu Ren).
More detailled info is in the tag description. All patches have been in
for-next for a few days.
Thanks!
Helge
-------
The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:
Linux 6.0-rc2 (2022-08-21 17:32:54 -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.0-rc3
for you to fetch changes up to a5a923038d70d2d4a86cb4e3f32625a5ee6e7e24:
fbdev: fbcon: Properly revert changes when vc_resize() failed (2022-08-26 19:56:18 +0200)
----------------------------------------------------------------
fbdev fixes and updates for kernel 6.0-rc3
Major fixes:
- Revert the changes for fbcon console when vc_resize() fails [Shigeru Yoshida]
- Avoid a potential divide by zero error in fb_pm2fb [Letu Ren]
Minor fixes:
- Add missing pci_disable_device() in chipsfb_pci_init() [Yang Yingliang]
- Fix tests for platform_get_irq() failure in omapfb [Yu Zhe]
- Destroy mutex on freeing struct fb_info in fbsysfs [Shigeru Yoshida]
Cleanups:
- Move fbdev drivers from strlcpy to strscpy [Wolfram Sang]
- Indenting fixes, comment fixes, ... [Jiapeng Chong & Jilin Yuan]
----------------------------------------------------------------
Jiapeng Chong (3):
fbdev: sisfb: Clean up some inconsistent indenting
fbdev: radeon: Clean up some inconsistent indenting
fbdev: omap: Remove unnecessary print function dev_err()
Jilin Yuan (1):
fbdev: ssd1307fb: Fix repeated words in comments
Letu Ren (1):
fbdev: fb_pm2fb: Avoid potential divide by zero error
Shigeru Yoshida (2):
fbdev: fbcon: Destroy mutex on freeing struct fb_info
fbdev: fbcon: Properly revert changes when vc_resize() failed
Wolfram Sang (1):
fbdev: Move fbdev drivers from strlcpy to strscpy
Yang Yingliang (1):
fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()
Yu Zhe (1):
fbdev: omapfb: Fix tests for platform_get_irq() failure
drivers/video/console/sticore.c | 2 +-
drivers/video/fbdev/aty/atyfb_base.c | 2 +-
drivers/video/fbdev/aty/radeon_base.c | 48 ++---
drivers/video/fbdev/bw2.c | 2 +-
drivers/video/fbdev/chipsfb.c | 1 +
drivers/video/fbdev/cirrusfb.c | 2 +-
drivers/video/fbdev/clps711x-fb.c | 2 +-
drivers/video/fbdev/core/fbcon.c | 29 ++-
drivers/video/fbdev/core/fbsysfs.c | 4 +
drivers/video/fbdev/cyber2000fb.c | 8 +-
drivers/video/fbdev/ffb.c | 2 +-
drivers/video/fbdev/geode/gx1fb_core.c | 6 +-
drivers/video/fbdev/gxt4500.c | 2 +-
drivers/video/fbdev/i740fb.c | 2 +-
drivers/video/fbdev/imxfb.c | 2 +-
drivers/video/fbdev/matrox/matroxfb_base.c | 6 +-
drivers/video/fbdev/omap/omapfb_main.c | 6 +-
drivers/video/fbdev/omap2/omapfb/omapfb-main.c | 2 +-
drivers/video/fbdev/pm2fb.c | 5 +
drivers/video/fbdev/pxa168fb.c | 2 +-
drivers/video/fbdev/pxafb.c | 2 +-
drivers/video/fbdev/s3fb.c | 2 +-
drivers/video/fbdev/simplefb.c | 2 +-
drivers/video/fbdev/sis/sis_main.c | 278 +++++++++++++------------
drivers/video/fbdev/sm501fb.c | 2 +-
drivers/video/fbdev/ssd1307fb.c | 2 +-
drivers/video/fbdev/sstfb.c | 2 +-
drivers/video/fbdev/sunxvr1000.c | 2 +-
drivers/video/fbdev/sunxvr2500.c | 2 +-
drivers/video/fbdev/sunxvr500.c | 2 +-
drivers/video/fbdev/tcx.c | 2 +-
drivers/video/fbdev/tdfxfb.c | 4 +-
drivers/video/fbdev/tgafb.c | 2 +-
drivers/video/fbdev/tridentfb.c | 2 +-
34 files changed, 240 insertions(+), 201 deletions(-)
next reply other threads:[~2022-08-26 18:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-26 18:29 Helge Deller [this message]
2022-08-27 17:03 ` [GIT PULL] fbdev updates & fixes for v6.0-rc3 pr-tracker-bot
2022-08-27 17:03 ` 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=YwkRD5hWd4F02dxc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.