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, 17 Jun 2022 10:15:11 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev
Subject: [GIT PULL] Staging driver fixes for 5.19-rc3

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.19-rc3

for you to fetch changes up to cd756dafd86ee3a4969906086f3c2537e0c6d9d0:

  staging: Also remove the Unisys visorbus.h (2022-06-10 15:36:49 +0200)

----------------------------------------------------------------
Staging driver fixes for 5.19-rc3

Here are some small staging driver fixes for 5.19-rc3 that resolve
reported issues:
	- remove visorbus.h which was forgotten in the -rc1 merge where
	  the code that used it was removed
	- olpc_dcon: mark as broken to allow the DRM developers to
	  evolve the fbdev api properly without having to deal with this
	  obsolete driver.  It will be removed soon if no one steps up
	  to adopt it and fix the issues with it.
	- rtl8723bs driver fix
	- r8188eu driver fix to resolve many reports of the driver being
	  broken with -rc1.

All of these have been in linux-next for a while with no reported
issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Javier Martinez Canillas (1):
      staging: olpc_dcon: mark driver as broken

Kees Cook (1):
      staging: rtl8723bs: Allocate full pwep structure

Larry Finger (1):
      staging: r8188eu: Fix warning of array overflow in ioctl_linux.c

Peter Robinson (1):
      staging: Also remove the Unisys visorbus.h

Phillip Potter (1):
      staging: r8188eu: fix rtw_alloc_hwxmits error detection for now

 drivers/staging/olpc_dcon/Kconfig              |   2 +-
 drivers/staging/r8188eu/core/rtw_xmit.c        |  20 +-
 drivers/staging/r8188eu/os_dep/ioctl_linux.c   |   2 +-
 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c |   6 +-
 include/linux/visorbus.h                       | 344 -------------------------
 5 files changed, 11 insertions(+), 363 deletions(-)
 delete mode 100644 include/linux/visorbus.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ