* Please apply commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend") to v4.4.y and v4.14.y
@ 2019-12-19 8:20 Lee, Chiasheng
2019-12-19 8:29 ` Greg Kroah-Hartman
0 siblings, 1 reply; 4+ messages in thread
From: Lee, Chiasheng @ 2019-12-19 8:20 UTC (permalink / raw)
To: stable@vger.kernel.org, Greg Kroah-Hartman
Cc: Mathias Nyman, Guenter Roeck, Lee, Hou-hsun, Pan, Harry
Hi,
Commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend")
fixes race conditions when we're dealing with a USB3 modem using v4.4 and USB3 hubs using 4.14.
Kindly apply the patch to v4.4.y and v4.14.y.
Thanks,
Chiasheng
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Please apply commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend") to v4.4.y and v4.14.y
2019-12-19 8:20 Please apply commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend") to v4.4.y and v4.14.y Lee, Chiasheng
@ 2019-12-19 8:29 ` Greg Kroah-Hartman
2019-12-19 9:10 ` Mathias Nyman
2019-12-19 9:12 ` Lee, Chiasheng
0 siblings, 2 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2019-12-19 8:29 UTC (permalink / raw)
To: Lee, Chiasheng
Cc: stable@vger.kernel.org, Mathias Nyman, Guenter Roeck,
Lee, Hou-hsun, Pan, Harry
On Thu, Dec 19, 2019 at 08:20:12AM +0000, Lee, Chiasheng wrote:
> Hi,
>
> Commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend")
> fixes race conditions when we're dealing with a USB3 modem using v4.4 and USB3 hubs using 4.14.
> Kindly apply the patch to v4.4.y and v4.14.y.
Why not 4.9.y and 4.19.y? You can not just skip stable kernel trees,
otherwise people upgrading will have a regression.
Anyway, the reason I did not backport the patch to older kernels is that
it does not apply at all. If you have already done the backport (and I
am guessing you have as otherwise how would you have tested this),
please provide it to us so that we can apply it to all trees.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Please apply commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend") to v4.4.y and v4.14.y
2019-12-19 8:29 ` Greg Kroah-Hartman
@ 2019-12-19 9:10 ` Mathias Nyman
2019-12-19 9:12 ` Lee, Chiasheng
1 sibling, 0 replies; 4+ messages in thread
From: Mathias Nyman @ 2019-12-19 9:10 UTC (permalink / raw)
To: Greg Kroah-Hartman, Lee, Chiasheng
Cc: stable@vger.kernel.org, Guenter Roeck, Lee, Hou-hsun, Pan, Harry
On 19.12.2019 10.29, Greg Kroah-Hartman wrote:
> On Thu, Dec 19, 2019 at 08:20:12AM +0000, Lee, Chiasheng wrote:
>> Hi,
>>
>> Commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend")
>> fixes race conditions when we're dealing with a USB3 modem using v4.4 and USB3 hubs using 4.14.
>> Kindly apply the patch to v4.4.y and v4.14.y.
>
> Why not 4.9.y and 4.19.y? You can not just skip stable kernel trees,
> otherwise people upgrading will have a regression.
>
> Anyway, the reason I did not backport the patch to older kernels is that
> it does not apply at all. If you have already done the backport (and I
> am guessing you have as otherwise how would you have tested this),
> please provide it to us so that we can apply it to all trees.
>
Let me fix up and submit the backport, give me a few minutes.
I'll check it applies to the other stable trees as well.
-Mathias
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: Please apply commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend") to v4.4.y and v4.14.y
2019-12-19 8:29 ` Greg Kroah-Hartman
2019-12-19 9:10 ` Mathias Nyman
@ 2019-12-19 9:12 ` Lee, Chiasheng
1 sibling, 0 replies; 4+ messages in thread
From: Lee, Chiasheng @ 2019-12-19 9:12 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: stable@vger.kernel.org, Mathias Nyman, Guenter Roeck,
Lee, Hou-hsun, Pan, Harry
Dear Greg,
Thanks for the promptly reply.
> -----Original Message-----
> From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Sent: Thursday, December 19, 2019 4:29 PM
> To: Lee, Chiasheng <chiasheng.lee@intel.com>
> Cc: stable@vger.kernel.org; Mathias Nyman <mathias.nyman@linux.intel.com>;
> Guenter Roeck <groeck@chromium.org>; Lee, Hou-hsun <hou-
> hsun.lee@intel.com>; Pan, Harry <harry.pan@intel.com>
> Subject: Re: Please apply commit 057d476fff778f1 ("xhci: fix USB3 device
> initiated resume race with roothub autosuspend") to v4.4.y and v4.14.y
>
> On Thu, Dec 19, 2019 at 08:20:12AM +0000, Lee, Chiasheng wrote:
> > Hi,
> >
> > Commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race
> > with roothub autosuspend") fixes race conditions when we're dealing with a
> USB3 modem using v4.4 and USB3 hubs using 4.14.
> > Kindly apply the patch to v4.4.y and v4.14.y.
>
> Why not 4.9.y and 4.19.y? You can not just skip stable kernel trees, otherwise
> people upgrading will have a regression.
I (mistakenly?) thought it would be merged automagically to all the stable branches since stable@vger.kernel.org is in the CC list.
And we encountered, root-caused, and fixed/verified the issue only with v4.4 and v4.14 Chromium OS kernel.
>
> Anyway, the reason I did not backport the patch to older kernels is that it does
> not apply at all. If you have already done the backport (and I am guessing you
> have as otherwise how would you have tested this), please provide it to us so
> that we can apply it to all trees.
We did the backport to Chromium OS kernel v4.4 and v4.14 for test indeed. Will check with our colleagues and get back to you soon.
>
> thanks,
>
> greg k-h
Thanks,
Chiasheng
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-12-19 9:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-19 8:20 Please apply commit 057d476fff778f1 ("xhci: fix USB3 device initiated resume race with roothub autosuspend") to v4.4.y and v4.14.y Lee, Chiasheng
2019-12-19 8:29 ` Greg Kroah-Hartman
2019-12-19 9:10 ` Mathias Nyman
2019-12-19 9:12 ` Lee, Chiasheng
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.