From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753236AbbIZQvE (ORCPT ); Sat, 26 Sep 2015 12:51:04 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47558 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752718AbbIZQvC (ORCPT ); Sat, 26 Sep 2015 12:51:02 -0400 Date: Sat, 26 Sep 2015 09:51:00 -0700 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.3-rc3 Message-ID: <20150926165100.GA25092@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde: Linux 4.3-rc2 (2015-09-20 14:32:34 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-4.3-rc3 for you to fetch changes up to 50314035d6b1e9e07753162dd3be8df81b998086: Merge tag 'extcon-fixes-for-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-linus (2015-09-22 08:56:13 -0700) ---------------------------------------------------------------- Char/Misc driver fixes for 4.3-rc3 Here's some tiny char and misc driver fixes that resolve some reported errors for 4.3-rc3. All of these have been in linux-next with no problems for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Dexuan Cui (1): Drivers: hv: vmbus: fix init_vp_index() for reloading hv_netvsc Greg Kroah-Hartman (1): Merge tag 'extcon-fixes-for-4.3-rc3' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus Hans de Goede (1): extcon: Fix attached value returned by is_extcon_changed Knuth Posern (1): thunderbolt: Allow loading of module on recent Apple MacBooks with thunderbolt 2 controller Tomas Winkler (1): mei: fix debugfs files leak on error path drivers/extcon/extcon.c | 2 +- drivers/hv/channel_mgmt.c | 17 +++++++++++++++++ drivers/misc/mei/debugfs.c | 3 ++- drivers/thunderbolt/nhi.c | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-)