From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752807AbdFQKjO (ORCPT ); Sat, 17 Jun 2017 06:39:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:44092 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752699AbdFQKjM (ORCPT ); Sat, 17 Jun 2017 06:39:12 -0400 Date: Sat, 17 Jun 2017 12:39:07 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 4.12-rc6 Message-ID: <20170617103907.GA26320@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452: Linux 4.12-rc5 (2017-06-11 16:48:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.12-rc6 for you to fetch changes up to f16443a034c7aa359ddf6f0f9bc40d01ca31faea: USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks (2017-06-15 22:02:56 +0200) ---------------------------------------------------------------- USB fixes for 4.12-rc6 Here are some small gadget and xhci USB fixes for 4.12-rc6. Nothing major, but one of the gadget patches does fix a reported oops, and the xhci ones resolve reported problems. All have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alan Stern (2): USB: gadget: fix GPF in gadgetfs USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacks Corentin Labbe (1): usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk Felipe Balbi (1): usb: gadget: composite: make sure to reactivate function on unbind Greg Kroah-Hartman (1): Merge tag 'fixes-for-v4.12-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus YD Tseng (1): usb: xhci: Fix USB 3.1 supported protocol parsing drivers/usb/gadget/composite.c | 11 +++++------ drivers/usb/gadget/legacy/inode.c | 9 ++++++--- drivers/usb/gadget/udc/dummy_hcd.c | 13 ++++--------- drivers/usb/gadget/udc/net2280.c | 9 +-------- drivers/usb/host/xhci-mem.c | 7 +++++-- drivers/usb/host/xhci-pci.c | 3 +++ 6 files changed, 24 insertions(+), 28 deletions(-)