Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-05 Thread Sarah Sharp
On Thu, Sep 05, 2013 at 11:15:14AM +0300, Mathias Nyman wrote: > On 09/04/2013 11:21 PM, Giovanni wrote: > >> How can I close the bug on bugzilla? > >> > >>Thank you > >>Giovanni > > > >Hi Mathias, > > > >I tried your patch with kernel 3.11 and works well also with this version. > > > >Thank you >

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-05 Thread Greg KH
On Thu, Sep 05, 2013 at 10:52:10AM -0700, Sarah Sharp wrote: > On Thu, Sep 05, 2013 at 11:15:14AM +0300, Mathias Nyman wrote: > > On 09/04/2013 11:21 PM, Giovanni wrote: > > >> How can I close the bug on bugzilla? > > >> > > >>Thank you > > >>Giovanni > > > > > >Hi Mathias, > > > > > >I tried your

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-05 Thread Mathias Nyman
On 09/04/2013 11:21 PM, Giovanni wrote: > Full Headers Printable View > > This was very helpful. > > Looks like when an address command times out, the xHCI > > command ring is first aborted and then stopped. An event with stop bit set > > on a empty > > command ring w

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-04 Thread Giovanni
> > Full Headers Printable View > > > This was very helpful. > > > Looks like when an address command times out, the > xHCI > > > command ring is > > > first aborted and then stopped. An event with stop > bit set > > > on a empty > > > command ring will point to the next "future" > command

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-04 Thread Giovanni
> Full Headers Printable View > > > Hi Mathias, > > > > > > this is the log https://bugzilla.kernel.org/attachment.cgi?id=107415 > > with your patch. > > > > > > Thank you > > > Giovanni > > > > > > > Hi Giovanni > > > > This was very helpful. > > Looks like when an address command times out, the x

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-04 Thread Giovanni
> > Hi Mathias, > > > > this is the log https://bugzilla.kernel.org/attachment.cgi?id=107415 > with your patch. > > > > Thank you > > Giovanni > > > > Hi Giovanni > > This was very helpful. > Looks like when an address command times out, the xHCI > command ring is > first aborted and then stoppe

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-04 Thread Giovanni
> On 08/29/2013 07:46 AM, Giovanni wrote: > > https://bugzilla.kernel.org/show_bug.cgi?id=60810 > > > > Bug ID: 60810 > > Summary: Kernel oops with controller XHCI while wait usb packet > > > > Hi > > I'm looking into the NULL pointer issue after timed out address devic

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-04 Thread Mathias Nyman
On 09/04/2013 05:13 PM, Giovanni wrote: On 08/29/2013 07:46 AM, Giovanni wrote: https://bugzilla.kernel.org/show_bug.cgi?id=60810 Bug ID: 60810 Summary: Kernel oops with controller XHCI while wait usb packet Hi I'm looking into the NULL pointer issue after timed

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-04 Thread Giovanni
> > New log with both patches applied and USB_DEBUG > enabled > > https://bugzilla.kernel.org/attachment.cgi?id=107400 > > > > log size is limited I tried also with dmesg -s 4194304 > but with low success. > > I hope there is enough informations. > > > > Hi Giovanni, > > Sorry, I am b

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-04 Thread Huang Rui
On Wed, Sep 04, 2013 at 12:22:06AM +0800, Giovanni wrote: > > > On Tue, Sep 03, 2013 at 02:14:14AM +0800, Giovanni > > wrote: > > > > > On Sat, Aug 31, 2013 at 12:11:49AM > > > > > +0800, Giovanni wrote: > > > > > > > > > > > > > > > > I drafted a patch, please have a test and > > enable > > > >

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-04 Thread Huang Rui
On Wed, Sep 04, 2013 at 01:22:28AM +0800, Sarah Sharp wrote: > On Tue, Sep 03, 2013 at 10:34:56AM +0800, Huang Rui wrote: > > Please apply this patch based my last patch, and have a test again. > > > > 8<-- cut here > > > > diff --git a/drivers

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-03 Thread Sarah Sharp
On Tue, Sep 03, 2013 at 10:34:56AM +0800, Huang Rui wrote: > Please apply this patch based my last patch, and have a test again. > > 8<-- cut here > > diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c > index f2e57a1..61a95

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-03 Thread Giovanni
> > On Tue, Sep 03, 2013 at 02:14:14AM +0800, Giovanni > wrote: > > > > On Sat, Aug 31, 2013 at 12:11:49AM > > > > +0800, Giovanni wrote: > > > > > > > > > > > > > I drafted a patch, please have a test and > enable > > > > CONFIG_XHCI_HCD_DEBUGGING in kernel > configuration at same > > > > time.

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-03 Thread Mathias Nyman
On 08/29/2013 07:46 AM, Giovanni wrote: https://bugzilla.kernel.org/show_bug.cgi?id=60810 Bug ID: 60810 Summary: Kernel oops with controller XHCI while wait usb packet Hi I'm looking into the NULL pointer issue after timed out address device commands as well, but

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-02 Thread Huang Rui
On Tue, Sep 03, 2013 at 09:52:52AM +0800, Huang Rui wrote: > On Tue, Sep 03, 2013 at 02:14:14AM +0800, Giovanni wrote: > > > On Sat, Aug 31, 2013 at 12:11:49AM > > > +0800, Giovanni wrote: > > > > > > > > > > I drafted a patch, please have a test and enable > > > CONFIG_XHCI_HCD_DEBUGGING in kern

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-02 Thread Huang Rui
On Tue, Sep 03, 2013 at 02:14:14AM +0800, Giovanni wrote: > > On Sat, Aug 31, 2013 at 12:11:49AM > > +0800, Giovanni wrote: > > > > > > > I drafted a patch, please have a test and enable > > CONFIG_XHCI_HCD_DEBUGGING in kernel configuration at same > > time. > > > > 8<-- cut

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-02 Thread Giovanni
> On Sat, Aug 31, 2013 at 12:11:49AM > +0800, Giovanni wrote: > > Hi Rui, > > > > >Hi, > > > > > >Can you give us a detail kernel top commit and > config which you built, > > >in order to locate the break line (address offset) > accurately like below: > > > > > >I built on top v3.10, but it lo

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-02 Thread Giovanni
> On Sat, Aug 31, 2013 at 12:11:49AM > +0800, Giovanni wrote: > > Hi Rui, > > > > >Hi, > > > > > >Can you give us a detail kernel top commit and > config which you built, > > >in order to locate the break line (address offset) > accurately like below: > > > > > >I built on top v3.10, but it lo

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-09-02 Thread Huang Rui
On Sat, Aug 31, 2013 at 12:11:49AM +0800, Giovanni wrote: > Hi Rui, > > >Hi, > > > >Can you give us a detail kernel top commit and config which you built, > >in order to locate the break line (address offset) accurately like below: > > > >I built on top v3.10, but it looks like line 1399 isn't

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-08-30 Thread Giovanni
Hi Rui, >Hi, > >Can you give us a detail kernel top commit and config which you built, >in order to locate the break line (address offset) accurately like below: > >I built on top v3.10, but it looks like line 1399 isn't the breakpoit. > >Thanks, >Rui Sorry I missed your message, and sorry fo

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-08-29 Thread Giovanni
oops with controller XHCI while wait usb packet To: "Giovanni" Cc: linux-usb@vger.kernel.org, "Mathias Nyman" Date: Thursday, August 29, 2013, 8:30 PM Hi Giovanni, Mathias mentioned that this patch might fix your issue: http://marc.info/?l=linux-usb&m=1362698032074

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-08-29 Thread Sarah Sharp
Hi Giovanni, Mathias mentioned that this patch might fix your issue: http://marc.info/?l=linux-usb&m=136269803207465&w=2 Can you please compile a custom 3.10 stable kernel with that patch applied and see if it fixes your issue? Sarah Sharp On Wed, Aug 28, 2013 at 09:46:42PM -0700, Giovanni wro

Re: Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-08-29 Thread Huang Rui
Hi, On Wed, Aug 28, 2013 at 09:46:42PM -0700, Giovanni wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=60810 > > Bug ID: 60810 > Summary: Kernel oops with controller XHCI while wait usb packet > Can you give us a detail kernel top commit and config which you built

Bug 60810 - Kernel oops with controller XHCI while wait usb packet

2013-08-28 Thread Giovanni
https://bugzilla.kernel.org/show_bug.cgi?id=60810 Bug ID: 60810 Summary: Kernel oops with controller XHCI while wait usb packet Regards Giovanni -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org