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:   Sun, 21 May 2023 12:08:18 +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 fixes for v6.4-rc3

Hi Linus,

please pull a few small unspectacular fbdev fixes.

Thanks!
Helge

--------------
The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:

  Linux 6.4-rc2 (2023-05-14 12:51:40 -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.4-rc3

for you to fetch changes up to d9a45969abeb641c5fb8cf3591f63f827f9932b5:

  fbdev: stifb: Whitespace cleanups (2023-05-20 22:48:46 +0200)

----------------------------------------------------------------
fbdev fixes for kernel 6.4-rc3:

- Fix for USB endpoint check in udlfb (found by syzbot fuzzer)
- Small fix in error code path in omapfb
- compiler warning fixes in fbmem & i810
- code removal and whitespace cleanups in stifb and atyfb

----------------------------------------------------------------
Alan Stern (1):
      fbdev: udlfb: Fix endpoint check

Arnd Bergmann (2):
      fbdev: fbmem: mark get_fb_unmapped_area() static
      fbdev: i810: include i810_main.h in i810_dvt.c

Dan Carpenter (1):
      fbdev: omapfb: panel-tpo-td043mtea1: fix error code in probe()

Helge Deller (2):
      fbdev: udlfb: Use usb_control_msg_send()
      fbdev: stifb: Whitespace cleanups

Niklas Schnelle (1):
      fbdev: atyfb: Remove unused clock determination

 drivers/video/fbdev/Kconfig                        |  2 +-
 drivers/video/fbdev/aty/atyfb_base.c               |  5 ----
 drivers/video/fbdev/core/fbmem.c                   |  2 +-
 drivers/video/fbdev/i810/i810_dvt.c                |  3 ++-
 .../omap2/omapfb/displays/panel-tpo-td043mtea1.c   |  3 ++-
 drivers/video/fbdev/stifb.c                        |  6 ++---
 drivers/video/fbdev/udlfb.c                        | 27 +++++++++-------------
 7 files changed, 20 insertions(+), 28 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ