[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20171205154627.GA4784@kroah.com>
Date: Tue, 5 Dec 2017 16:46:27 +0100
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Arnd Bergmann <arnd@...db.de>
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 4.15-rc3
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@...uxfoundation.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(-)
Powered by blists - more mailing lists