Re: USB oops regression caused by -stable patch

2016-02-22 Thread Tony Battersby
Thanks, that fixes it. Tested on 4.5.0-rc5 and 3.18.27. Just to be clear, I tested it *without* reverting d8f00cd685f5. So this patch is in addition to d8f00cd685f5 instead of replacing it. Tested-by: Tony Battersby On 02/21/2016 09:27 PM, Du, Changbin wrote: > Thanks

RE: USB oops regression caused by -stable patch

2016-02-21 Thread Du, Changbin
Thanks for reporting, Tony. It was remiss of me. There is another BOS free operation in label re_enumerate. This cause a double-free of BOS. USB2 doesn't have BOS desc, so you cannot reproduce it. I am on a travel. It is appreciated if you can help try below fix. Hi, Greg, I will commit a final

Re: USB oops regression caused by -stable patch

2016-02-20 Thread Greg Kroah-Hartman
On Fri, Feb 19, 2016 at 09:39:57AM -0500, Tony Battersby wrote: > This upstream commit is causing an oops: > d8f00cd685f5 ("usb: hub: do not clear BOS field during reset device") > > This patch has already been included in several -stable kernels. Here > are the affected kernels: > 4.5.0-rc4

USB oops regression caused by -stable patch

2016-02-19 Thread Tony Battersby
This upstream commit is causing an oops: d8f00cd685f5 ("usb: hub: do not clear BOS field during reset device") This patch has already been included in several -stable kernels. Here are the affected kernels: 4.5.0-rc4 (current git) 4.4.2 4.3.6 (currently in review) 4.1.18 3.18.27 3.14.61 How to