From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751271AbdJWHXk (ORCPT ); Mon, 23 Oct 2017 03:23:40 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57608 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751094AbdJWHXj (ORCPT ); Mon, 23 Oct 2017 03:23:39 -0400 Date: Mon, 23 Oct 2017 09:23:46 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton , Arnd Bergmann Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Char/Misc driver fixes for 4.14-rc6 Message-ID: <20171023072346.GA28848@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)