LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] Staging driver fixes for 5.6-rc3
@ 2020-02-21 11:39 Greg KH
  2020-02-21 21:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2020-02-21 11:39 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Stephen Rothwell; +Cc: devel, linux-kernel

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 9a4556bd8f23209c29f152e6a930b6a893b0fc81:

  staging: rtl8723bs: Remove unneeded goto statements (2020-02-10 10:32:38 -0800)

----------------------------------------------------------------
Staging driver fixes for 5.6-rc3

Here are some small staging driver fixes for 5.6-rc3, along with the
removal of an unused/unneeded driver as well.

The android vsoc driver is not needed anymore by anyone, so it was
removed.

The other driver fixes are:
	- ashmem bugfixes
	- greybus audio driver bugfix
	- wireless driver bugfixes and tiny cleanups to error paths

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

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

----------------------------------------------------------------
Alistair Delva (1):
      staging: android: Delete the 'vsoc' driver

Colin Ian King (1):
      staging: rtl8723bs: fix copy of overlapping memory

Dan Carpenter (1):
      staging: greybus: use after free in gb_audio_manager_remove_all()

Larry Finger (6):
      staging: rtl8188eu: Fix potential security hole
      staging: rtl8723bs: Fix potential security hole
      staging: rtl8188eu: Fix potential overuse of kernel memory
      staging: rtl8723bs: Fix potential overuse of kernel memory
      staging: rtl8188eu: Remove some unneeded goto statements
      staging: rtl8723bs: Remove unneeded goto statements

Malcolm Priestley (1):
      staging: vt6656: fix sign of rx_dbm to bb_pre_ed_rssi.

Suren Baghdasaryan (1):
      staging: android: ashmem: Disallow ashmem memory from being remapped

 drivers/staging/android/Kconfig                |    8 -
 drivers/staging/android/Makefile               |    1 -
 drivers/staging/android/TODO                   |    9 -
 drivers/staging/android/ashmem.c               |   28 +
 drivers/staging/android/uapi/vsoc_shm.h        |  295 ------
 drivers/staging/android/vsoc.c                 | 1149 ------------------------
 drivers/staging/greybus/audio_manager.c        |    2 +-
 drivers/staging/rtl8188eu/os_dep/ioctl_linux.c |   40 +-
 drivers/staging/rtl8723bs/hal/rtl8723bs_xmit.c |    5 +-
 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c |   47 +-
 drivers/staging/vt6656/dpc.c                   |    2 +-
 11 files changed, 56 insertions(+), 1530 deletions(-)
 delete mode 100644 drivers/staging/android/uapi/vsoc_shm.h
 delete mode 100644 drivers/staging/android/vsoc.c

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

* Re: [GIT PULL] Staging driver fixes for 5.6-rc3
  2020-02-21 11:39 [GIT PULL] Staging driver fixes for 5.6-rc3 Greg KH
@ 2020-02-21 21:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-02-21 21:10 UTC (permalink / raw)
  To: Greg KH
  Cc: Linus Torvalds, Andrew Morton, Stephen Rothwell, devel, linux-kernel

The pull request you sent on Fri, 21 Feb 2020 12:39:52 +0100:

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

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

Thank you!

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

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

end of thread, other threads:[~2020-02-21 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 11:39 [GIT PULL] Staging driver fixes for 5.6-rc3 Greg KH
2020-02-21 21:10 ` 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).