public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [REVERT][v3.16-rc7][STABLE] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb
@ 2014-07-30 19:30 Joseph Salisbury
  2014-07-30 22:42 ` Julius Werner
  0 siblings, 1 reply; 5+ messages in thread
From: Joseph Salisbury @ 2014-07-30 19:30 UTC (permalink / raw)
  To: LKML, stable@vger.kernel.org
  Cc: jwerner, mathias.nyman, Greg KH, Dustin Kirkland

Hello,

A bug report was opened against Ubuntu[0].  After a kernel bisect, it
was found that reverting the following commit resolved this bug:

commit 1f81b6d22a5980955b01e08cf27fb745dc9b686f
Author: Julius Werner <jwerner@chromium.org>
Date:   Fri Apr 25 19:20:13 2014 +0300

    usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb

Please consider reverting commit SHA1 in the next mainline release as
well as the affected stable releases.  It was included upstream as of
v3.15-rc3. 

An upstream bug report can be found at:
https://bugzilla.kernel.org/show_bug.cgi?id=75521


Julius, I was hoping to get your feedback, since you are the patch
author.  Do you think gathering any additional data will help diagnose
this issue, or would it be best to continue with this revert request?

Sincerely,

Joseph Salisbury


[0] http://pad.lv/1350480

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [REVERT][v3.16-rc7][STABLE] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb
  2014-07-30 19:30 [REVERT][v3.16-rc7][STABLE] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb Joseph Salisbury
@ 2014-07-30 22:42 ` Julius Werner
  2014-07-31  1:40   ` Joseph Salisbury
  2014-07-31  3:22   ` Joseph Salisbury
  0 siblings, 2 replies; 5+ messages in thread
From: Julius Werner @ 2014-07-30 22:42 UTC (permalink / raw)
  To: Joseph Salisbury
  Cc: LKML, stable@vger.kernel.org, Julius Werner,
	mathias.nyman@linux.intel.com, Greg KH, Dustin Kirkland

Hi Joseph,

> Julius, I was hoping to get your feedback, since you are the patch
> author.  Do you think gathering any additional data will help diagnose
> this issue, or would it be best to continue with this revert request?

As I understand it, this crash will disappear with Mathias' new rework
for finding the cycle state bit in
http://www.spinics.net/lists/linux-usb/msg111259.html , so a revert
should not be necessary.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [REVERT][v3.16-rc7][STABLE] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb
  2014-07-30 22:42 ` Julius Werner
@ 2014-07-31  1:40   ` Joseph Salisbury
  2014-07-31  3:22   ` Joseph Salisbury
  1 sibling, 0 replies; 5+ messages in thread
From: Joseph Salisbury @ 2014-07-31  1:40 UTC (permalink / raw)
  To: Julius Werner
  Cc: LKML, stable@vger.kernel.org, mathias.nyman@linux.intel.com,
	Greg KH, Dustin Kirkland

On 07/30/2014 06:42 PM, Julius Werner wrote:
> Hi Joseph,
>
>> Julius, I was hoping to get your feedback, since you are the patch
>> author.  Do you think gathering any additional data will help diagnose
>> this issue, or would it be best to continue with this revert request?
> As I understand it, this crash will disappear with Mathias' new rework
> for finding the cycle state bit in
> http://www.spinics.net/lists/linux-usb/msg111259.html , so a revert
> should not be necessary.
Thanks, Julius.  We will test that patch and report back.

Thanks,

Joe

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [REVERT][v3.16-rc7][STABLE] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb
  2014-07-30 22:42 ` Julius Werner
  2014-07-31  1:40   ` Joseph Salisbury
@ 2014-07-31  3:22   ` Joseph Salisbury
  2014-08-13 19:11     ` Joseph Salisbury
  1 sibling, 1 reply; 5+ messages in thread
From: Joseph Salisbury @ 2014-07-31  3:22 UTC (permalink / raw)
  To: Julius Werner
  Cc: LKML, stable@vger.kernel.org, mathias.nyman@linux.intel.com,
	Greg KH, Dustin Kirkland

On 07/30/2014 06:42 PM, Julius Werner wrote:
> Hi Joseph,
>
>> Julius, I was hoping to get your feedback, since you are the patch
>> author.  Do you think gathering any additional data will help diagnose
>> this issue, or would it be best to continue with this revert request?
> As I understand it, this crash will disappear with Mathias' new rework
> for finding the cycle state bit in
> http://www.spinics.net/lists/linux-usb/msg111259.html , so a revert
> should not be necessary.
Hi Julius / Mathias,

I was able to built a test kernel with the patch against 3.16-rc7. 
However, the patch would not compile against the 3.13.y stable tree(I'll
debug why further).  Is there plans for a version of the patch that will
work with stable kernels?

Thanks,

Joe




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [REVERT][v3.16-rc7][STABLE] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb
  2014-07-31  3:22   ` Joseph Salisbury
@ 2014-08-13 19:11     ` Joseph Salisbury
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Salisbury @ 2014-08-13 19:11 UTC (permalink / raw)
  To: Julius Werner
  Cc: LKML, stable@vger.kernel.org, mathias.nyman@linux.intel.com,
	Greg KH, Dustin Kirkland

On 07/30/2014 11:22 PM, Joseph Salisbury wrote:
> On 07/30/2014 06:42 PM, Julius Werner wrote:
>> Hi Joseph,
>>
>>> Julius, I was hoping to get your feedback, since you are the patch
>>> author.  Do you think gathering any additional data will help diagnose
>>> this issue, or would it be best to continue with this revert request?
>> As I understand it, this crash will disappear with Mathias' new rework
>> for finding the cycle state bit in
>> http://www.spinics.net/lists/linux-usb/msg111259.html , so a revert
>> should not be necessary.
> Hi Julius / Mathias,
>
> I was able to built a test kernel with the patch against 3.16-rc7. 
> However, the patch would not compile against the 3.13.y stable tree(I'll
> debug why further).  Is there plans for a version of the patch that will
> work with stable kernels?
>
> Thanks,
>
> Joe
>
>
>
Just curious if there is an update on a version of the patch that will
build against the stable kernels?  If not, I can dig deeper to find the
build failure.

Thanks,

Joe

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-08-13 19:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 19:30 [REVERT][v3.16-rc7][STABLE] usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb Joseph Salisbury
2014-07-30 22:42 ` Julius Werner
2014-07-31  1:40   ` Joseph Salisbury
2014-07-31  3:22   ` Joseph Salisbury
2014-08-13 19:11     ` Joseph Salisbury

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox