All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.14-rc6
Date: Mon, 23 Oct 2017 09:23:46 +0200	[thread overview]
Message-ID: <20171023072346.GA28848@kroah.com> (raw)

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 <gregkh@linuxfoundation.org>

----------------------------------------------------------------
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(-)

                 reply	other threads:[~2017-10-23  7:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171023072346.GA28848@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.