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

From: Greg KH
Date: Sun Oct 15 2017 - 07:16:15 EST


The following changes since commit d81fa669e3de7eb8a631d7d95dac5fbcb2bf9d4e:

Merge branch 'for-4.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq (2017-10-03 10:44:03 -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-rc5

for you to fetch changes up to 512cf465ee01eb23936a9e6ed0b6414eccb00853:

binder: fix use-after-free in binder_transaction() (2017-10-04 11:25:10 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 4.14-rc5

Here are 4 patches to resolve some char/misc driver issues found these
past weeks.

One of them is a mei bugfix and another is a new mei device id. There
is also a hyper-v fix for a reported issue, and a binder issue fix for a
problem reported by a few people.

All of these have been in my tree for a while, I don't know if
linux-next is really testing much this month. But 0-day is happy with
them :)

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

----------------------------------------------------------------
Alexander Usyskin (1):
mei: always use domain runtime pm callbacks.

K. Y. Srinivasan (1):
Drivers: hv: vmbus: Fix bugs in rescind handling

Todd Kjos (1):
binder: fix use-after-free in binder_transaction()

Tomas Winkler (1):
mei: me: add gemini lake devices id

drivers/android/binder.c | 93 ++++++++++++++++++++++++++++++-------------
drivers/hv/channel.c | 6 +--
drivers/hv/channel_mgmt.c | 37 +++++++++--------
drivers/hv/vmbus_drv.c | 3 +-
drivers/misc/mei/hw-me-regs.h | 2 +
drivers/misc/mei/pci-me.c | 23 ++++++-----
drivers/misc/mei/pci-txe.c | 30 +++++---------
include/linux/hyperv.h | 2 +-
8 files changed, 115 insertions(+), 81 deletions(-)