* Re: [PATCH] usbip: vhc_hcd: prevent module being removed while device are attached
[not found] <20180402205232.21659-1-shuahkh@osg.samsung.com>
@ 2018-04-05 16:42 ` Sasha Levin
2018-04-05 16:54 ` Shuah Khan
2018-04-05 19:11 ` Greg KH
0 siblings, 2 replies; 5+ messages in thread
From: Sasha Levin @ 2018-04-05 16:42 UTC (permalink / raw)
To: Sasha Levin, Shuah Khan, valentina.manea.m@gmail.com,
shuah@kernel.org
Cc: Shuah Khan, linux-usb@vger.kernel.org, stable@vger.kernel.org
Hi.
[This is an automated email]
This commit has been processed by the -stable helper bot and determined
to be a high probability candidate for -stable trees. (score: 13.1846)
The bot has tested the following trees: v4.15.15, v4.14.32, v4.9.92, v4.4.126,
v4.15.15: Build OK!
v4.14.32: Build OK!
v4.9.92: Failed to apply! Possible dependencies:
3920ad4951e2 ("usbip: vhc_hcd: prevent module being removed while device are attached")
a38711a88b7e ("usbip: auto retry for concurrent attach")
v4.4.126: Failed to apply! Possible dependencies:
0775a9cbc694 ("usbip: vhci extension: modifications to vhci driver")
3920ad4951e2 ("usbip: vhc_hcd: prevent module being removed while device are attached")
a38711a88b7e ("usbip: auto retry for concurrent attach")
Please let us know if you'd like to have this patch included in a stable tree.
--
Thanks.
Sasha
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] usbip: vhc_hcd: prevent module being removed while device are attached
2018-04-05 16:42 ` [PATCH] usbip: vhc_hcd: prevent module being removed while device are attached Sasha Levin
@ 2018-04-05 16:54 ` Shuah Khan
2018-04-05 17:09 ` Sasha Levin
2018-04-05 19:11 ` Greg KH
1 sibling, 1 reply; 5+ messages in thread
From: Shuah Khan @ 2018-04-05 16:54 UTC (permalink / raw)
To: Sasha Levin, valentina.manea.m@gmail.com, shuah@kernel.org
Cc: linux-usb@vger.kernel.org, stable@vger.kernel.org, Shuah Khan,
Greg Kroah-Hartman
On 04/05/2018 10:42 AM, Sasha Levin wrote:
> Hi.
>
> [This is an automated email]
>
> This commit has been processed by the -stable helper bot and determined
> to be a high probability candidate for -stable trees. (score: 13.1846)
>
> The bot has tested the following trees: v4.15.15, v4.14.32, v4.9.92, v4.4.126,
>
> v4.15.15: Build OK!
> v4.14.32: Build OK!
> v4.9.92: Failed to apply! Possible dependencies:
> 3920ad4951e2 ("usbip: vhc_hcd: prevent module being removed while device are attached">
> v4.4.126: Failed to apply! Possible dependencies:
> 0775a9cbc694 ("usbip: vhci extension: modifications to vhci driver")
> 3920ad4951e2 ("usbip: vhc_hcd: prevent module being removed while device are attached")
This patch will not go into Linus's tree. Please don't pull it into stables.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] usbip: vhc_hcd: prevent module being removed while device are attached
2018-04-05 16:54 ` Shuah Khan
@ 2018-04-05 17:09 ` Sasha Levin
0 siblings, 0 replies; 5+ messages in thread
From: Sasha Levin @ 2018-04-05 17:09 UTC (permalink / raw)
To: Shuah Khan
Cc: valentina.manea.m@gmail.com, shuah@kernel.org,
linux-usb@vger.kernel.org, stable@vger.kernel.org,
Greg Kroah-Hartman
On Thu, Apr 05, 2018 at 10:54:59AM -0600, Shuah Khan wrote:
>On 04/05/2018 10:42 AM, Sasha Levin wrote:
>> Hi.
>>
>> [This is an automated email]
>>
>> This commit has been processed by the -stable helper bot and determined
>> to be a high probability candidate for -stable trees. (score: 13.1846)
>>
>> The bot has tested the following trees: v4.15.15, v4.14.32, v4.9.92, v4.4.126,
>>
>> v4.15.15: Build OK!
>> v4.14.32: Build OK!
>> v4.9.92: Failed to apply! Possible dependencies:
>> 3920ad4951e2 ("usbip: vhc_hcd: prevent module being removed while device are attached">
>> v4.4.126: Failed to apply! Possible dependencies:
>> 0775a9cbc694 ("usbip: vhci extension: modifications to vhci driver")
>> 3920ad4951e2 ("usbip: vhc_hcd: prevent module being removed while device are attached")
>
>This patch will not go into Linus's tree. Please don't pull it into stables.
Commits indeed won't be picked up unless they make it to Linus' tree
(per the -stable rules). I'll clarify that in future mails, thank you!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] usbip: vhc_hcd: prevent module being removed while device are attached
2018-04-05 16:42 ` [PATCH] usbip: vhc_hcd: prevent module being removed while device are attached Sasha Levin
2018-04-05 16:54 ` Shuah Khan
@ 2018-04-05 19:11 ` Greg KH
2018-04-18 16:43 ` Sasha Levin
1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2018-04-05 19:11 UTC (permalink / raw)
To: Sasha Levin
Cc: Shuah Khan, valentina.manea.m@gmail.com, shuah@kernel.org,
linux-usb@vger.kernel.org, stable@vger.kernel.org
On Thu, Apr 05, 2018 at 04:42:46PM +0000, Sasha Levin wrote:
> Hi.
>
> [This is an automated email]
Why are you running this against patches that are not yet in Linus's
tree? That feels odd. Only about 1/3 of the patches posted end up
being merged (at best), so don't do extra work by running this on
patches that might not even be merged at all.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] usbip: vhc_hcd: prevent module being removed while device are attached
2018-04-05 19:11 ` Greg KH
@ 2018-04-18 16:43 ` Sasha Levin
0 siblings, 0 replies; 5+ messages in thread
From: Sasha Levin @ 2018-04-18 16:43 UTC (permalink / raw)
To: Greg KH
Cc: Shuah Khan, valentina.manea.m@gmail.com, shuah@kernel.org,
linux-usb@vger.kernel.org, stable@vger.kernel.org
On Thu, Apr 05, 2018 at 09:11:02PM +0200, Greg KH wrote:
>On Thu, Apr 05, 2018 at 04:42:46PM +0000, Sasha Levin wrote:
>> Hi.
>>
>> [This is an automated email]
>
>Why are you running this against patches that are not yet in Linus's
>tree? That feels odd. Only about 1/3 of the patches posted end up
>being merged (at best), so don't do extra work by running this on
>patches that might not even be merged at all.
Sorry for late response, this got flagged as spam :/
I was testing out a different approach, that attempts to address the
following issues:
- When we send a review request for a patch, it usually happens weeks
after the patch went upstream. At that point developers have moved
on, and we're less likely to get a helpful response.
- Some patches are tagged for particular stable trees, but don't end up
applying/failing build on them. Usually when you send your rejection
mails for these patches, we see no response. This might mean that
kernels that need a particular bugfix get missed because of things
like trivial dependencies.
- I was planning to integrate a larger set of testing to be done for
these patches both on mainline, and on stable kernels. Like the XFS
example, we could run xfstests for any given patch both on mainline
and on any older stable trees this patch applied to, This would both
help mainline development, and would encourage devs to address any
issues it causes on stable kernels as well.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-04-18 16:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20180402205232.21659-1-shuahkh@osg.samsung.com>
2018-04-05 16:42 ` [PATCH] usbip: vhc_hcd: prevent module being removed while device are attached Sasha Levin
2018-04-05 16:54 ` Shuah Khan
2018-04-05 17:09 ` Sasha Levin
2018-04-05 19:11 ` Greg KH
2018-04-18 16:43 ` Sasha Levin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox