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 Nov 2021 16:15:25 +0100
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.16-rc3

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b535917c51acc97fb0761b1edec85f1f3d02bda4:

  staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect() (2021-11-17 14:08:57 +0100)

----------------------------------------------------------------
Staging fixes for 5.16-rc3

Here are some small staging driver fixes and one driver removal for
5.16-rc3.

The fixes resolve a number of small issues found in 5.16-rc1, nothing
huge at all.  The driver removal was due to a platform being removed in
5.16-rc1, but this driver was forgotten about.  It wasn't being built
anymore so it's safe to delete.

All have been in linux-next for a while with no reported problems.

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

----------------------------------------------------------------
Dan Carpenter (2):
      staging: r8188eu: fix a memory leak in rtw_wx_read32()
      staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()

Fabio M. De Francesco (1):
      staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context

Larry Finger (1):
      staging: r8188eu: Fix breakage introduced when 5G code was removed

Michael Straube (1):
      staging: r8188eu: use GFP_ATOMIC under spinlock

Noralf Trønnes (1):
      staging/fbtft: Fix backlight

Rob Herring (1):
      staging: Remove Netlogic XLP network driver

Takashi Iwai (1):
      staging: greybus: Add missing rwsem around snd_ctl_remove() calls

 drivers/staging/Kconfig                      |    2 -
 drivers/staging/Makefile                     |    1 -
 drivers/staging/fbtft/fb_ssd1351.c           |    4 -
 drivers/staging/fbtft/fbtft-core.c           |    9 +-
 drivers/staging/greybus/audio_helper.c       |    8 +-
 drivers/staging/netlogic/Kconfig             |    9 -
 drivers/staging/netlogic/Makefile            |    2 -
 drivers/staging/netlogic/TODO                |   11 -
 drivers/staging/netlogic/platform_net.c      |  219 ------
 drivers/staging/netlogic/platform_net.h      |   21 -
 drivers/staging/netlogic/xlr_net.c           | 1080 --------------------------
 drivers/staging/netlogic/xlr_net.h           | 1079 -------------------------
 drivers/staging/r8188eu/core/rtw_mlme_ext.c  |    6 +-
 drivers/staging/r8188eu/os_dep/ioctl_linux.c |    8 +-
 drivers/staging/r8188eu/os_dep/mlme_linux.c  |    2 +-
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c |    3 +-
 16 files changed, 21 insertions(+), 2443 deletions(-)
 delete mode 100644 drivers/staging/netlogic/Kconfig
 delete mode 100644 drivers/staging/netlogic/Makefile
 delete mode 100644 drivers/staging/netlogic/TODO
 delete mode 100644 drivers/staging/netlogic/platform_net.c
 delete mode 100644 drivers/staging/netlogic/platform_net.h
 delete mode 100644 drivers/staging/netlogic/xlr_net.c
 delete mode 100644 drivers/staging/netlogic/xlr_net.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ