Re: [Patch V3 8/8] arm64: defconfig: Enable tegra XUDC driver

2019-05-24 Thread Nagarjuna Kristam
On 23-05-2019 16:00, Thierry Reding wrote: > On Thu, May 16, 2019 at 12:09:32PM +0530, Nagarjuna Kristam wrote: >> Enable support for Nvidia XUSB device mode controller driver. >> >> Signed-off-by: Nagarjuna Kristam >> --- >> arch/arm64/configs/defconfig | 1 + >> 1 file changed, 1 insertion(+

[PATCH 1/2] USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2

2019-05-24 Thread Greg Kroah-Hartman
Thomas rightly points out that I got the BSD clause count wrong for this driver, it should be 2, not 3 based on the text in the license here, so fix that up. He also raises the question that the license text points to a v2 only license, yet the text in the header says "or later". Given that the t

[PATCH 2/2] USB: atm: ueagle-atm.c: remove redundant license text

2019-05-24 Thread Greg Kroah-Hartman
Now that we have the correct SPDX tag for the ueagle-atm.c file, the wall of "boiler-plate" text is not needed. This is done on a quest to remove the 700+ different ways that files in the kernel describe the GPL license text. And there's unneeded stuff like the address (sometimes incorrect) for t

AW: Crash/hung task in usb-storage thread

2019-05-24 Thread Schmid, Carsten
> On Thu, 23 May 2019, Schmid, Carsten wrote: > > > Hi USB maintainers, > > > > we recently have seen a problem with usb-storage when trying to read > from a device. > > This happened on a 4.14.86 kernel. > > > > The kernel's dmesg shows: (log has been submitted via DLT) > > 1200.862250 kernel: us

Re: Crash/hung task in usb-storage thread

2019-05-24 Thread Greg KH
On Fri, May 24, 2019 at 01:33:14PM +, Schmid, Carsten wrote: > > On Thu, 23 May 2019, Schmid, Carsten wrote: > > > > > Hi USB maintainers, > > > > > > we recently have seen a problem with usb-storage when trying to read > > from a device. > > > This happened on a 4.14.86 kernel. > > > > > > Th

Re: AW: Crash/hung task in usb-storage thread

2019-05-24 Thread Alan Stern
On Fri, 24 May 2019, Schmid, Carsten wrote: > > On Thu, 23 May 2019, Schmid, Carsten wrote: > > > > > Hi USB maintainers, > > > > > > we recently have seen a problem with usb-storage when trying to read > > from a device. > > > This happened on a 4.14.86 kernel. > > > > > > The kernel's dmesg sho

AW: AW: Crash/hung task in usb-storage thread

2019-05-24 Thread Schmid, Carsten
> A more detailed look through the email archives and git log finds the > following two commits, either of which might be relevant: > > 511833acfc06 ("SCSI: fix regression in scsi_send_eh_cmnd()") > f45681f9beca ("USB: Add quirk to support DJI CineSSD") > > For the second commit, it m