On Wed, Jan 27, 2016 at 02:14:54PM -0500, Alan Stern wrote:
> On Mon, 25 Jan 2016 gre...@linuxfoundation.org wrote:
> 
> > The patch below does not apply to the 3.10-stable tree.
> > If someone wants it applied there, or to any other stable or longterm
> > tree, then please email the backport, including the original git commit
> > id to <sta...@vger.kernel.org>.
> > 
> > thanks,
> > 
> > greg k-h
> > 
> > ------------------ original commit in Linus's tree ------------------
> > 
> > From e50293ef9775c5f1cf3fcc093037dd6a8c5684ea Mon Sep 17 00:00:00 2001
> > From: Alan Stern <st...@rowland.harvard.edu>
> > Date: Wed, 16 Dec 2015 13:32:38 -0500
> > Subject: [PATCH] USB: fix invalid memory access in hub_activate()
> 
> Here is the back-ported patch.  This may be needed for other longterm 
> trees as well.

It breaks the build on 3.10 and 3.14 :(

drivers/usb/core/hub.c: In function ‘hub_activate’:
drivers/usb/core/hub.c:1033:25: error: ‘hub_release’ undeclared (first use in 
this function)
    kref_put(&hub->kref, hub_release);
                             ^

So I can't apply it...

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to