From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752919AbdLEPq1 (ORCPT ); Tue, 5 Dec 2017 10:46:27 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:33692 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752648AbdLEPqU (ORCPT ); Tue, 5 Dec 2017 10:46:20 -0500 Date: Tue, 5 Dec 2017 16:46:27 +0100 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.15-rc3 Message-ID: <20171205154627.GA4784@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 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 ---------------------------------------------------------------- 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(-)