linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Staging driver fixes for 5.16-rc3
@ 2021-11-26 15:15 Greg KH
  2021-11-26 18:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2021-11-26 15:15 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell
  Cc: linux-kernel, linux-staging

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@linuxfoundation.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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Staging driver fixes for 5.16-rc3
  2021-11-26 15:15 [GIT PULL] Staging driver fixes for 5.16-rc3 Greg KH
@ 2021-11-26 18:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-11-26 18:35 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell, linux-kernel,
	linux-staging

The pull request you sent on Fri, 26 Nov 2021 16:15:25 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/703374418e93006a4b42a9b607e8e438bdf6b087

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-26 19:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 15:15 [GIT PULL] Staging driver fixes for 5.16-rc3 Greg KH
2021-11-26 18:35 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).