public inbox for linux-kernel@vger.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.15-rc3
Date: Tue, 5 Dec 2017 16:46:27 +0100	[thread overview]
Message-ID: <20171205154627.GA4784@kroah.com> (raw)

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.15-rc3

for you to fetch changes up to 66bc5df31110652a31c91f14b4e23f7c51e5328e:

  MAINTAINERS: update Android driver maintainers. (2017-12-05 15:35:08 +0100)

----------------------------------------------------------------
Char/Misc fixes for 4.15-rc3

Here are some small misc driver fixes for 4.15-rc3 to resolve reported
issues.  Specifically these are:
	- binder fix for a memory leak
	- vpd driver fixes for a number of reported problems
	- hyperv driver fix for memory accesses where it shouldn't be.

All of these have been in linux-next for a while.  There's also one more
MAINTAINERS file update that came in today to get the Android
developer's emails correct, which is also in this pull request, that was
not in linux-next, but should not be an issue.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Guenter Roeck (3):
      firmware: vpd: Destroy vpd sections in remove function
      firmware: vpd: Tie firmware kobject to device lifetime
      firmware: vpd: Fix platform driver and device registration/unregistration

K. Y. Srinivasan (1):
      Drivers: hv: vmbus: Fix a rescind issue

Martijn Coenen (2):
      ANDROID: binder: fix transaction leak.
      MAINTAINERS: update Android driver maintainers.

Paul Meyer (1):
      hv: kvp: Avoid reading past allocated blocks from KVP file

 MAINTAINERS                   |  3 +-
 drivers/android/binder.c      | 40 +++++++++++++++++++------
 drivers/firmware/google/vpd.c | 48 +++++++++++++++++++++--------
 drivers/hv/channel.c          | 10 +++++--
 drivers/hv/channel_mgmt.c     |  7 +++--
 include/linux/hyperv.h        |  1 +
 tools/hv/hv_kvp_daemon.c      | 70 +++++++++----------------------------------
 7 files changed, 95 insertions(+), 84 deletions(-)

                 reply	other threads:[~2017-12-05 15:46 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=20171205154627.GA4784@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox