Re: [PATCH] platform/x86: Add s2idle quirk for more Lenovo laptops

From: Hans de Goede
Date: Sun Oct 29 2023 - 10:25:03 EST


Hi David,

On 10/29/23 14:30, David Lazar wrote:
> On Thu, 26 Oct 2023, Hans de Goede wrote:
>> I'll prep + send a fixes pull-req to Linus
>> with just this single patch tomorrow.
>
> The patch recently landed in Linus' tree, so thanks for that.
>
> I didn't realize that the fixes for this laptop family would be also
> considered for the stable trees, so I hadn't Cc-ed
> stable@xxxxxxxxxxxxxxx in my original patch. But I now see that gregkh
> picked up Thomas' fix for stable-6.1 and stable-6.5:
>
> https://www.spinics.net/lists/stable-commits/msg321665.html
>
> So, should we also forward this patch to gregkh, to make these laptops
> work with the stable trees? What's the process for that?

Yes you should also submit the patch to the stable series.

To do this send the patch to stable@xxxxxxxxxxxxxxx and at the top
of the body (so below the first line / subject) of the commit msg add:

commit 3bde7ec13c971445faade32172cb0b4370b841d9 upstream

So the entire commit msg should look like this:

"""
<original subject>

commit 3bde7ec13c971445faade32172cb0b4370b841d9 upstream

<original
body>
"""

And then submit the patch with this updated subject to
stable@xxxxxxxxxxxxxxx and that's it.

Regards,

Hans