[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200221113952.GA114312@kroah.com>
Date: Fri, 21 Feb 2020 12:39:52 +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: devel@...uxdriverproject.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Staging driver fixes for 5.6-rc3
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@...uxfoundation.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
Powered by blists - more mailing lists