[GIT PULL] Char/Misc driver fixes for 4.14-rc4

From: Greg KH
Date: Tue Oct 03 2017 - 08:19:55 EST


The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.14-rc4

for you to fetch changes up to 549e658a0919e355a2b2144dc380b3729bef7f3e:

Drivers: hv: fcopy: restore correct transfer length (2017-09-22 10:29:54 +0200)

----------------------------------------------------------------
Char/Misc fixes for 4.14-rc4

Here are a handful of char/misc driver fixes for 4.14-rc4.

Nothing major, some binder fixups, hyperv fixes, and other tiny things.

All of these have been sitting in my tree for way too long, sorry for
the delay in getting them to you. All have been in linux-next for a few
weeks, and despite some people's feeling about if linux-next actually
tests things, I think it's a good "soak test" for patches.

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

----------------------------------------------------------------
Alexander Shishkin (3):
stm class: Fix a use-after-free
intel_th: pci: Add Cedar Fork PCH support
intel_th: pci: Add Lewisburg PCH support

Arnd Bergmann (1):
android: binder: fix type mismatch warning

Dexuan Cui (1):
vmbus: don't acquire the mutex in vmbus_hvsock_device_unregister()

Guy Shapiro (1):
nvmem: core: return EFBIG on out-of-range write

Masahiro Yamada (1):
nvmem: add missing of_node_put() in of_nvmem_cell_get()

Olaf Hering (1):
Drivers: hv: fcopy: restore correct transfer length

Willy Tarreau (1):
auxdisplay: charlcd: properly restore atomic counter on error path

Xu YiPing (2):
binder: fix an ret value override
binder: fix memory corruption in binder_transaction binder

drivers/android/binder.c | 8 ++++----
drivers/auxdisplay/charlcd.c | 11 +++++++++--
drivers/auxdisplay/panel.c | 11 +++++++++--
drivers/hv/channel_mgmt.c | 4 ----
drivers/hv/hv_fcopy.c | 4 ++++
drivers/hwtracing/intel_th/pci.c | 10 ++++++++++
drivers/hwtracing/stm/core.c | 2 +-
drivers/nvmem/core.c | 3 ++-
8 files changed, 39 insertions(+), 14 deletions(-)