* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
[not found] ` <CAJZ5v0g0vjP_ST2xnDnFAmDXKR9oPn5t0sfQqamDCNwUjJt-xg@mail.gmail.com>
@ 2025-08-12 15:51 ` Ilya K
2025-08-12 16:40 ` Greg KH
0 siblings, 1 reply; 9+ messages in thread
From: Ilya K @ 2025-08-12 15:51 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Armin Wolf, lenb, linux-acpi, linux-kernel, stable
On 2025-08-12 16:32, Rafael J. Wysocki wrote:
>
> Applied as 6.17-rc material and sorry for the delay (I was offline).
>
> Thanks!
Thanks!
Tagging stable@ so we're hopefully in time for 6.16.1.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 15:51 ` [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string Ilya K
@ 2025-08-12 16:40 ` Greg KH
2025-08-12 16:54 ` Armin Wolf
0 siblings, 1 reply; 9+ messages in thread
From: Greg KH @ 2025-08-12 16:40 UTC (permalink / raw)
To: Ilya K
Cc: Rafael J. Wysocki, Armin Wolf, lenb, linux-acpi, linux-kernel,
stable
On Tue, Aug 12, 2025 at 06:51:10PM +0300, Ilya K wrote:
> On 2025-08-12 16:32, Rafael J. Wysocki wrote:
> >
> > Applied as 6.17-rc material and sorry for the delay (I was offline).
> >
> > Thanks!
>
> Thanks!
>
> Tagging stable@ so we're hopefully in time for 6.16.1.
<formletter>
This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read:
https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.
</formletter>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 16:40 ` Greg KH
@ 2025-08-12 16:54 ` Armin Wolf
2025-08-12 17:10 ` Greg KH
0 siblings, 1 reply; 9+ messages in thread
From: Armin Wolf @ 2025-08-12 16:54 UTC (permalink / raw)
To: Greg KH, Ilya K; +Cc: Rafael J. Wysocki, lenb, linux-acpi, linux-kernel, stable
Am 12.08.25 um 18:40 schrieb Greg KH:
> On Tue, Aug 12, 2025 at 06:51:10PM +0300, Ilya K wrote:
>> On 2025-08-12 16:32, Rafael J. Wysocki wrote:
>>> Applied as 6.17-rc material and sorry for the delay (I was offline).
>>>
>>> Thanks!
>> Thanks!
>>
>> Tagging stable@ so we're hopefully in time for 6.16.1.
> <formletter>
>
> This is not the correct way to submit patches for inclusion in the
> stable kernel tree. Please read:
> https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> for how to do this properly.
>
> </formletter>
Agree.
AFAIK the Fixes: tag should be enough to ensure that this patch gets included
in the affected stable kernels.
Thanks,
Armin Wolf
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 16:54 ` Armin Wolf
@ 2025-08-12 17:10 ` Greg KH
2025-08-12 17:56 ` Ilya K
2025-08-12 22:27 ` Armin Wolf
0 siblings, 2 replies; 9+ messages in thread
From: Greg KH @ 2025-08-12 17:10 UTC (permalink / raw)
To: Armin Wolf
Cc: Ilya K, Rafael J. Wysocki, lenb, linux-acpi, linux-kernel, stable
On Tue, Aug 12, 2025 at 06:54:39PM +0200, Armin Wolf wrote:
> Am 12.08.25 um 18:40 schrieb Greg KH:
>
> > On Tue, Aug 12, 2025 at 06:51:10PM +0300, Ilya K wrote:
> > > On 2025-08-12 16:32, Rafael J. Wysocki wrote:
> > > > Applied as 6.17-rc material and sorry for the delay (I was offline).
> > > >
> > > > Thanks!
> > > Thanks!
> > >
> > > Tagging stable@ so we're hopefully in time for 6.16.1.
> > <formletter>
> >
> > This is not the correct way to submit patches for inclusion in the
> > stable kernel tree. Please read:
> > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
> > for how to do this properly.
> >
> > </formletter>
>
> Agree.
>
> AFAIK the Fixes: tag should be enough to ensure that this patch gets included
> in the affected stable kernels.
Not at all!
Please read the above link for the full details on how to do this (hint,
Fixes: will not do it.)
thanks,
greg k-h
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 17:10 ` Greg KH
@ 2025-08-12 17:56 ` Ilya K
2025-08-12 18:38 ` Rafael J. Wysocki
2025-08-12 19:31 ` Greg KH
2025-08-12 22:27 ` Armin Wolf
1 sibling, 2 replies; 9+ messages in thread
From: Ilya K @ 2025-08-12 17:56 UTC (permalink / raw)
To: Greg KH, Armin Wolf
Cc: Rafael J. Wysocki, lenb, linux-acpi, linux-kernel, stable
On 2025-08-12 20:10, Greg KH wrote:
>
> Please read the above link for the full details on how to do this (hint,
> Fixes: will not do it.)
>
I might be missing something, but doesn't that just tell you to CC stable@?
Or do you have to specifically have the CC on the initial patch submission, not anywhere in the thread?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 17:56 ` Ilya K
@ 2025-08-12 18:38 ` Rafael J. Wysocki
2025-08-12 19:31 ` Greg KH
1 sibling, 0 replies; 9+ messages in thread
From: Rafael J. Wysocki @ 2025-08-12 18:38 UTC (permalink / raw)
To: Ilya K
Cc: Greg KH, Armin Wolf, Rafael J. Wysocki, lenb, linux-acpi,
linux-kernel, stable
On Tue, Aug 12, 2025 at 7:57 PM Ilya K <me@0upti.me> wrote:
>
> On 2025-08-12 20:10, Greg KH wrote:
> >
> > Please read the above link for the full details on how to do this (hint,
> > Fixes: will not do it.)
> >
>
> I might be missing something, but doesn't that just tell you to CC stable@?
> Or do you have to specifically have the CC on the initial patch submission, not anywhere in the thread?
A Cc: stable in a patch (or elsewhere in the thread following it) is
just a hint for the maintainer anyway.
But no worries, I've added Cc: stable to the commit.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 17:56 ` Ilya K
2025-08-12 18:38 ` Rafael J. Wysocki
@ 2025-08-12 19:31 ` Greg KH
2025-08-12 19:49 ` Rafael J. Wysocki
1 sibling, 1 reply; 9+ messages in thread
From: Greg KH @ 2025-08-12 19:31 UTC (permalink / raw)
To: Ilya K
Cc: Armin Wolf, Rafael J. Wysocki, lenb, linux-acpi, linux-kernel,
stable
On Tue, Aug 12, 2025 at 08:56:55PM +0300, Ilya K wrote:
> On 2025-08-12 20:10, Greg KH wrote:
> >
> > Please read the above link for the full details on how to do this (hint,
> > Fixes: will not do it.)
> >
>
> I might be missing something, but doesn't that just tell you to CC stable@?
It must be in the patch itself, in the signed-off-by area.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 19:31 ` Greg KH
@ 2025-08-12 19:49 ` Rafael J. Wysocki
0 siblings, 0 replies; 9+ messages in thread
From: Rafael J. Wysocki @ 2025-08-12 19:49 UTC (permalink / raw)
To: Greg KH
Cc: Ilya K, Armin Wolf, Rafael J. Wysocki, lenb, linux-acpi,
linux-kernel, stable
On Tue, Aug 12, 2025 at 9:33 PM Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Aug 12, 2025 at 08:56:55PM +0300, Ilya K wrote:
> > On 2025-08-12 20:10, Greg KH wrote:
> > >
> > > Please read the above link for the full details on how to do this (hint,
> > > Fixes: will not do it.)
> > >
> >
> > I might be missing something, but doesn't that just tell you to CC stable@?
>
> It must be in the patch itself, in the signed-off-by area.
Well, to be precise, it must be present in the mainline commit of that
patch and whether or not it will be there is entirely up to the
committer.
So adding a Cc: stable tag to a patch is a hint, which usually is
appreciated as long as it is accurate, but the committer may still
decide to not include it in the commit.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string
2025-08-12 17:10 ` Greg KH
2025-08-12 17:56 ` Ilya K
@ 2025-08-12 22:27 ` Armin Wolf
1 sibling, 0 replies; 9+ messages in thread
From: Armin Wolf @ 2025-08-12 22:27 UTC (permalink / raw)
To: Greg KH; +Cc: Ilya K, Rafael J. Wysocki, lenb, linux-acpi, linux-kernel, stable
Am 12.08.25 um 19:10 schrieb Greg KH:
> On Tue, Aug 12, 2025 at 06:54:39PM +0200, Armin Wolf wrote:
>> Am 12.08.25 um 18:40 schrieb Greg KH:
>>
>>> On Tue, Aug 12, 2025 at 06:51:10PM +0300, Ilya K wrote:
>>>> On 2025-08-12 16:32, Rafael J. Wysocki wrote:
>>>>> Applied as 6.17-rc material and sorry for the delay (I was offline).
>>>>>
>>>>> Thanks!
>>>> Thanks!
>>>>
>>>> Tagging stable@ so we're hopefully in time for 6.16.1.
>>> <formletter>
>>>
>>> This is not the correct way to submit patches for inclusion in the
>>> stable kernel tree. Please read:
>>> https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
>>> for how to do this properly.
>>>
>>> </formletter>
>> Agree.
>>
>> AFAIK the Fixes: tag should be enough to ensure that this patch gets included
>> in the affected stable kernels.
> Not at all!
>
> Please read the above link for the full details on how to do this (hint,
> Fixes: will not do it.)
>
> thanks,
>
> greg k-h
Oops, seems that i missed something rather significant about the stable kernels.
I will give keep that in mind when sending future patches.
Thanks,
Armin Wolf
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-08-12 22:27 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20250729062038.303734-1-W_Armin@gmx.de>
[not found] ` <e911ca96-fe8f-4cc5-bf68-f20ec7da46be@0upti.me>
[not found] ` <CAJZ5v0g0vjP_ST2xnDnFAmDXKR9oPn5t0sfQqamDCNwUjJt-xg@mail.gmail.com>
2025-08-12 15:51 ` [PATCH] ACPI: EC: Relax sanity check of the ECDT ID string Ilya K
2025-08-12 16:40 ` Greg KH
2025-08-12 16:54 ` Armin Wolf
2025-08-12 17:10 ` Greg KH
2025-08-12 17:56 ` Ilya K
2025-08-12 18:38 ` Rafael J. Wysocki
2025-08-12 19:31 ` Greg KH
2025-08-12 19:49 ` Rafael J. Wysocki
2025-08-12 22:27 ` Armin Wolf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox