RE: [PATCH 4.19.y 0/3] usb: dwc3: Prevent requests from being queued twice

2019-07-30 Thread Gopal, Saranya
> On Mon, Jul 29, 2019 at 07:13:36PM +0530, Saranya Gopal wrote: > > With recent changes in AOSP, adb is now using asynchronous I/O. > > While adb works good for the most part, there have been issues with > > adb root/unroot commands which cause adb hang. The issue is caused > > by a request being

Re: [PATCH 4.19.y 0/3] usb: dwc3: Prevent requests from being queued twice

2019-07-29 Thread Greg KH
On Mon, Jul 29, 2019 at 07:13:36PM +0530, Saranya Gopal wrote: > With recent changes in AOSP, adb is now using asynchronous I/O. > While adb works good for the most part, there have been issues with > adb root/unroot commands which cause adb hang. The issue is caused > by a request being queued twi

[PATCH 4.19.y 0/3] usb: dwc3: Prevent requests from being queued twice

2019-07-29 Thread Saranya Gopal
With recent changes in AOSP, adb is now using asynchronous I/O. While adb works good for the most part, there have been issues with adb root/unroot commands which cause adb hang. The issue is caused by a request being queued twice. A series of 3 patches from Felipe Balbi in upstream tree fixes this