The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9:
Linux 4.14-rc5 (2017-10-15 21:01:12 -0400) 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-rc6 for you to fetch changes up to ae65c8510f3319dfb2114cc48d476b81232e27b3: android: binder: Fix null ptr dereference in debug msg (2017-10-21 10:14:20 +0200) ---------------------------------------------------------------- Char/Misc driver fixes for 4.14-rc6 Here are 4 small fixes for 4.14-rc6. 3 of them are binder driver fixes for reported issues, and the last one is a hyperv driver bugfix. Nothing major, but good fixes to get into 4.14-final. All of these have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <[email protected]> ---------------------------------------------------------------- Dexuan Cui (1): vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister() Martijn Coenen (1): binder: call poll_wait() unconditionally. Sherry Yang (2): android: binder: Don't get mm from task android: binder: Fix null ptr dereference in debug msg drivers/android/binder.c | 11 +---------- drivers/android/binder_alloc.c | 24 ++++++++++-------------- drivers/android/binder_alloc.h | 1 - drivers/hv/channel_mgmt.c | 5 ++++- 4 files changed, 15 insertions(+), 26 deletions(-)

