All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Nicolai Stange <nicstange@gmail.com>,
	Peter Chen <peter.chen@freescale.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Alan Stern <stern@rowland.harvard.edu>,
	Rob Herring <robh@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	USB list <linux-usb@vger.kernel.org>
Subject: Re: [GIT PULL] USB driver patches for 4.6-rc1
Date: Fri, 18 Mar 2016 16:17:03 -0700	[thread overview]
Message-ID: <20160318231703.GA6909@kroah.com> (raw)
In-Reply-To: <CA+55aFxe+bffZDJKoM1WqmApFDvrfhVfLq=eEaOiDJrhYjeArA@mail.gmail.com>

On Fri, Mar 18, 2016 at 04:09:50PM -0700, Linus Torvalds wrote:
> On Fri, Mar 18, 2016 at 3:58 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > Yes, people did report issues with that yesterday, and I queued up a
> > patch for it, it's attached below, but I didn't think it would cause any
> > issues with non-OF systems either.  I wanted to give it a few days
> > testing in linux-next before sending it to you, but can do so now if you
> > want.
> 
> Ok, that fixes it for me. Yeah, I'll need this in order to continue
> merging, I don't merge more stuff on top of known-bad kernels.
> 
> I can apply the patch directly (I did it on that machine for testing),
> or take a pull request. Just let me know.

Here's the pull request, it also includes some security fixes that have
been reported publicly, and a crash for the UAS driver that some people
have hit already.

------------


The following changes since commit 48d10bda1f2c69980601a61194015bb0790fb7ab:

  Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb (2016-03-17 14:24:26 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.6-rc1

for you to fetch changes up to 55ff8cfbc4e12a7d2187df523938cc671fbebdd1:

  USB: uas: Reduce can_queue to MAX_CMNDS (2016-03-18 09:19:02 -0700)

----------------------------------------------------------------
USB fixes for 4.6-rc1

Here is a USB fix for the reported issue with 69bec7259853 "USB: core:
let USB device know device node" as well as some other issues that have
been reported so far with this merge.

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

----------------------------------------------------------------
Hans de Goede (1):
      USB: uas: Reduce can_queue to MAX_CMNDS

Josh Boyer (1):
      USB: iowarrior: fix oops with malicious USB descriptors

Nicolai Stange (1):
      usb/core: usb_alloc_dev(): fix setting of ->portnum

Oliver Neukum (2):
      USB: usb_driver_claim_interface: add sanity checking
      USB: cdc-acm: more sanity checking

 drivers/usb/class/cdc-acm.c  | 3 +++
 drivers/usb/core/driver.c    | 6 +++++-
 drivers/usb/core/usb.c       | 5 +++--
 drivers/usb/misc/iowarrior.c | 6 ++++++
 drivers/usb/storage/uas.c    | 2 +-
 5 files changed, 18 insertions(+), 4 deletions(-)

  reply	other threads:[~2016-03-18 23:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-17  0:09 [GIT PULL] USB driver patches for 4.6-rc1 Greg KH
2016-03-18 21:43 ` Linus Torvalds
2016-03-18 21:58   ` Linus Torvalds
2016-03-18 22:12     ` Greg KH
2016-03-18 22:23       ` Greg KH
2016-03-18 22:51     ` Linus Torvalds
2016-03-18 22:58       ` Greg KH
2016-03-18 23:09         ` Linus Torvalds
2016-03-18 23:17           ` Greg KH [this message]
2016-03-18 23:01       ` Linus Torvalds
2016-03-20 11:31         ` Peter Chen

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=20160318231703.GA6909@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=nicstange@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=peter.chen@freescale.com \
    --cc=robh@kernel.org \
    --cc=stern@rowland.harvard.edu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.