[GIT PULL] Char/Misc driver fixes for 4.20-rc5

From: Greg KH
Date: Fri Nov 30 2018 - 11:06:28 EST


The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-4.20-rc5

for you to fetch changes up to 6484a677294aa5d08c0210f2f387ebb9be646115:

misc: mic/scif: fix copy-paste error in scif_create_remote_lookup (2018-11-27 09:00:38 +0100)

----------------------------------------------------------------
Char/Misc fixes for 4.20-rc5

Here are a few small char/misc driver fixes for 4.20-rc5 that resolve a
number of reported issues.

The "largest" here is the thunderbolt patch, which resolves an issue
with NVM upgrade, the smallest being some fsi driver fixes. There's
also a hyperv bugfix, and the usual binder bugfixes.

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

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Arnd Bergmann (1):
fsi: master-ast-cf: select GENERIC_ALLOCATOR

Brajeswar Ghosh (1):
fsi: fsi-scom.c: Remove duplicate header

Dexuan Cui (1):
Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()

Greg Kroah-Hartman (1):
Merge tag 'fsi-updates-2018-11-26' of git://git.kernel.org/.../benh/linux-fsi char-misc-linus

Mika Westerberg (1):
thunderbolt: Prevent root port runtime suspend during NVM upgrade

Todd Kjos (1):
binder: fix race that allows malicious free of live buffer

YueHaibing (1):
misc: mic/scif: fix copy-paste error in scif_create_remote_lookup

drivers/android/binder.c | 21 ++++++++++++---------
drivers/android/binder_alloc.c | 16 ++++++----------
drivers/android/binder_alloc.h | 3 +--
drivers/fsi/Kconfig | 1 +
drivers/fsi/fsi-scom.c | 1 -
drivers/hv/channel.c | 8 ++++++++
drivers/misc/mic/scif/scif_rma.c | 2 +-
drivers/thunderbolt/switch.c | 40 ++++++++++++++++++++++++++++++++++++++--
8 files changed, 67 insertions(+), 25 deletions(-)