lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 26 Aug 2022 20:29:35 +0200
From:   Helge Deller <deller@....de>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-fbdev@...r.kernel.org,
        dri-devel@...ts.freedesktop.org
Subject: [GIT PULL] fbdev updates & fixes for v6.0-rc3

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ