* New USB ID 2001:3c25
@ 2015-06-03 2:01 Larry Finger
2015-06-03 17:50 ` Scott Branden
2015-06-04 10:38 ` Luis Henriques
0 siblings, 2 replies; 7+ messages in thread
From: Larry Finger @ 2015-06-03 2:01 UTC (permalink / raw)
To: Scott Branden; +Cc: linux-wireless, Stable, Andrew Kurn
Scott,
I see that you added the USB ID in the subject for the DWA-130 device in commit
ea345c145ff23197eab34d0c4d0c8a93d7bea8c6.
Is there any reason that the new ID should not have been sent to Stable as well,
or was that an oversight?
Thanks,
Larry
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: New USB ID 2001:3c25
2015-06-03 2:01 New USB ID 2001:3c25 Larry Finger
@ 2015-06-03 17:50 ` Scott Branden
2015-06-03 17:54 ` Willy Tarreau
2015-06-03 17:58 ` Larry Finger
2015-06-04 10:38 ` Luis Henriques
1 sibling, 2 replies; 7+ messages in thread
From: Scott Branden @ 2015-06-03 17:50 UTC (permalink / raw)
To: Larry Finger; +Cc: linux-wireless, Stable, Andrew Kurn
Hi Larry,
There is no problem applying this patch to the stable tree.
I didn't know it was my responsibility to inform the stable mailing list every time a patch is accepted
in the latest kernel that could be applied to the stable tree?
Regards,
Scott
-----Original Message-----
From: Larry Finger [mailto:larry.finger@gmail.com] On Behalf Of Larry Finger
Sent: Tuesday, June 02, 2015 7:02 PM
To: Scott Branden
Cc: linux-wireless; Stable; Andrew Kurn
Subject: New USB ID 2001:3c25
Scott,
I see that you added the USB ID in the subject for the DWA-130 device in commit ea345c145ff23197eab34d0c4d0c8a93d7bea8c6.
Is there any reason that the new ID should not have been sent to Stable as well, or was that an oversight?
Thanks,
Larry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New USB ID 2001:3c25
2015-06-03 17:50 ` Scott Branden
@ 2015-06-03 17:54 ` Willy Tarreau
2015-06-03 19:01 ` Bjørn Mork
2015-06-03 17:58 ` Larry Finger
1 sibling, 1 reply; 7+ messages in thread
From: Willy Tarreau @ 2015-06-03 17:54 UTC (permalink / raw)
To: Scott Branden; +Cc: Larry Finger, linux-wireless, Stable, Andrew Kurn
On Wed, Jun 03, 2015 at 05:50:49PM +0000, Scott Branden wrote:
> Hi Larry,
>
> There is no problem applying this patch to the stable tree.
> I didn't know it was my responsibility to inform the stable mailing list every time a patch is accepted
> in the latest kernel that could be applied to the stable tree?
Just adding a Cc: stable@... in the commit message is enough to get it
automatically queued once applied. Please check SubmittingPatches and
stable_kernel_rules.txt for more information.
Regards
Willy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New USB ID 2001:3c25
2015-06-03 17:54 ` Willy Tarreau
@ 2015-06-03 19:01 ` Bjørn Mork
2015-06-03 21:52 ` Willy Tarreau
0 siblings, 1 reply; 7+ messages in thread
From: Bjørn Mork @ 2015-06-03 19:01 UTC (permalink / raw)
To: Willy Tarreau
Cc: Scott Branden, Larry Finger, linux-wireless, Stable, Andrew Kurn
Willy Tarreau <w@1wt.eu> writes:
> On Wed, Jun 03, 2015 at 05:50:49PM +0000, Scott Branden wrote:
>> Hi Larry,
>>
>> There is no problem applying this patch to the stable tree.
>> I didn't know it was my responsibility to inform the stable mailing list every time a patch is accepted
>> in the latest kernel that could be applied to the stable tree?
>
> Just adding a Cc: stable@... in the commit message is enough to get it
> automatically queued once applied. Please check SubmittingPatches and
> stable_kernel_rules.txt for more information.
It isn't absolutely clear to me that those rules applies to "wireless",
being a sub-subsystem of "net". Quoting from stable_kernel_rules.txt :
"- If the patch covers files in net/ or drivers/net please follow netdev stable
submission guidelines as described in
Documentation/networking/netdev-FAQ.txt"
And the netdev-FAQ.txt goes into great detail describing the procedure,
which basically is "Give davem a hint that the patch should go to
stable". (and I'd like to note that this works very well in practice).
But I have noticed that some stable patches seem to flow more directly
into stable from "wireless" than from the rest of "net". I just don't
think the current _written_ docs support that procedure. Those docs
are possibly wrong? You should probably know much better than me :)
Bjørn
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New USB ID 2001:3c25
2015-06-03 19:01 ` Bjørn Mork
@ 2015-06-03 21:52 ` Willy Tarreau
0 siblings, 0 replies; 7+ messages in thread
From: Willy Tarreau @ 2015-06-03 21:52 UTC (permalink / raw)
To: Bjørn Mork
Cc: Scott Branden, Larry Finger, linux-wireless, Stable, Andrew Kurn
On Wed, Jun 03, 2015 at 09:01:09PM +0200, Bj�rn Mork wrote:
> Willy Tarreau <w@1wt.eu> writes:
> > On Wed, Jun 03, 2015 at 05:50:49PM +0000, Scott Branden wrote:
> >> Hi Larry,
> >>
> >> There is no problem applying this patch to the stable tree.
> >> I didn't know it was my responsibility to inform the stable mailing list every time a patch is accepted
> >> in the latest kernel that could be applied to the stable tree?
> >
> > Just adding a Cc: stable@... in the commit message is enough to get it
> > automatically queued once applied. Please check SubmittingPatches and
> > stable_kernel_rules.txt for more information.
>
> It isn't absolutely clear to me that those rules applies to "wireless",
> being a sub-subsystem of "net". Quoting from stable_kernel_rules.txt :
>
> "- If the patch covers files in net/ or drivers/net please follow netdev stable
> submission guidelines as described in
> Documentation/networking/netdev-FAQ.txt"
>
> And the netdev-FAQ.txt goes into great detail describing the procedure,
> which basically is "Give davem a hint that the patch should go to
> stable". (and I'd like to note that this works very well in practice).
>
> But I have noticed that some stable patches seem to flow more directly
> into stable from "wireless" than from the rest of "net". I just don't
> think the current _written_ docs support that procedure. Those docs
> are possibly wrong? You should probably know much better than me :)
I'd say that if it's something that you submit through the regular netdev
process, David will automatically handle the backports and feed stable if
he spots this is needed (hence sometimes some hints in the commit message
about what oldest version should benefit from the backport can help it get
properly spotted if there's any ambiguity). If you didn't go through that
process, there's almost no chance he will detect your work and propose it
and then it makes sense to Cc stable.
I know that sometimes it can be ambiguous, hence the benefit of being
the clearest possible in the commit message all the time so that anyone
could possibly detect that your work needs to be backported if it slips
through the process.
Regards,
Willy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New USB ID 2001:3c25
2015-06-03 17:50 ` Scott Branden
2015-06-03 17:54 ` Willy Tarreau
@ 2015-06-03 17:58 ` Larry Finger
1 sibling, 0 replies; 7+ messages in thread
From: Larry Finger @ 2015-06-03 17:58 UTC (permalink / raw)
To: Scott Branden; +Cc: linux-wireless, Stable, Andrew Kurn
On 06/03/2015 12:50 PM, Scott Branden wrote:
> Hi Larry,
>
> There is no problem applying this patch to the stable tree.
> I didn't know it was my responsibility to inform the stable mailing list every time a patch is accepted
> in the latest kernel that could be applied to the stable tree?
It is not necessary; however, it is best if it gets called to their attention.
I'm not sure if my E-mail was the reason, but your patch was applied to several
of the stable versions this morning. The rest will probably follow soon.
The easy way to do this is to add "Cc: Stable <stable@vger.kernel.org>" to the
original patch at submission. That way, stable gets the message as soon as it
goes into mainline.
Thanks,
Larry
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: New USB ID 2001:3c25
2015-06-03 2:01 New USB ID 2001:3c25 Larry Finger
2015-06-03 17:50 ` Scott Branden
@ 2015-06-04 10:38 ` Luis Henriques
1 sibling, 0 replies; 7+ messages in thread
From: Luis Henriques @ 2015-06-04 10:38 UTC (permalink / raw)
To: Larry Finger; +Cc: Scott Branden, linux-wireless, Stable, Andrew Kurn
On Tue, Jun 02, 2015 at 09:01:36PM -0500, Larry Finger wrote:
> Scott,
>
> I see that you added the USB ID in the subject for the DWA-130 device in
> commit ea345c145ff23197eab34d0c4d0c8a93d7bea8c6.
>
> Is there any reason that the new ID should not have been sent to Stable as
> well, or was that an oversight?
>
Thanks Larry, I'll queue this patch for the 3.16 kernel.
Cheers,
--
Lu�s
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-06-04 10:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 2:01 New USB ID 2001:3c25 Larry Finger
2015-06-03 17:50 ` Scott Branden
2015-06-03 17:54 ` Willy Tarreau
2015-06-03 19:01 ` Bjørn Mork
2015-06-03 21:52 ` Willy Tarreau
2015-06-03 17:58 ` Larry Finger
2015-06-04 10:38 ` Luis Henriques
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox