public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* Backport sh-sci fixes to 6.12.y
@ 2025-06-11  5:23 Claudiu Beznea
  2025-06-12 19:28 ` Sasha Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Claudiu Beznea @ 2025-06-11  5:23 UTC (permalink / raw)
  To: linux-stable

Hi, stable team,

Please backport the following commits to 6.12.y:

1/ 239f11209e5f ("serial: sh-sci: Move runtime PM enable to
   sci_probe_single()")
2/ 5f1017069933 ("serial: sh-sci: Clean sci_ports[0] after at earlycon
   exit")
3/ 651dee03696e ("serial: sh-sci: Increment the runtime usage counter for
   the earlycon device")

These applies cleanly on top of 6.12.y (if applied in the order provided
above) and fix the debug console on Renesas devices.

Thank you,
Claudiu Beznea

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Backport sh-sci fixes to 6.12.y
  2025-06-11  5:23 Backport sh-sci fixes to 6.12.y Claudiu Beznea
@ 2025-06-12 19:28 ` Sasha Levin
  2025-06-13  4:58   ` Claudiu Beznea
  0 siblings, 1 reply; 4+ messages in thread
From: Sasha Levin @ 2025-06-12 19:28 UTC (permalink / raw)
  To: Claudiu Beznea; +Cc: linux-stable

On Wed, Jun 11, 2025 at 08:23:54AM +0300, Claudiu Beznea wrote:
>Hi, stable team,
>
>Please backport the following commits to 6.12.y:
>
>1/ 239f11209e5f ("serial: sh-sci: Move runtime PM enable to
>   sci_probe_single()")
>2/ 5f1017069933 ("serial: sh-sci: Clean sci_ports[0] after at earlycon
>   exit")
>3/ 651dee03696e ("serial: sh-sci: Increment the runtime usage counter for
>   the earlycon device")
>
>These applies cleanly on top of 6.12.y (if applied in the order provided
>above) and fix the debug console on Renesas devices.

Could you please take another look at this? The first commit applies,
the second one is already in tree, and the third one conflicts.

-- 
Thanks,
Sasha

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Backport sh-sci fixes to 6.12.y
  2025-06-12 19:28 ` Sasha Levin
@ 2025-06-13  4:58   ` Claudiu Beznea
  2025-06-14 13:53     ` Sasha Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Claudiu Beznea @ 2025-06-13  4:58 UTC (permalink / raw)
  To: Sasha Levin; +Cc: linux-stable

Hi, Sasha,

On 12.06.2025 22:28, Sasha Levin wrote:
> On Wed, Jun 11, 2025 at 08:23:54AM +0300, Claudiu Beznea wrote:
>> Hi, stable team,
>>
>> Please backport the following commits to 6.12.y:
>>
>> 1/ 239f11209e5f ("serial: sh-sci: Move runtime PM enable to
>>   sci_probe_single()")
>> 2/ 5f1017069933 ("serial: sh-sci: Clean sci_ports[0] after at earlycon
>>   exit")
>> 3/ 651dee03696e ("serial: sh-sci: Increment the runtime usage counter for
>>   the earlycon device")
>>
>> These applies cleanly on top of 6.12.y (if applied in the order provided
>> above) and fix the debug console on Renesas devices.
> 
> Could you please take another look at this? The first commit applies,
> the second one is already in tree, and the third one conflicts.
> 

I double checked it and applies clean on top of v6.12.33:

039164b1a5e4 (HEAD) serial: sh-sci: Increment the runtime usage counter for
the earlycon device
6a0ed6d47c02 serial: sh-sci: Clean sci_ports[0] after at earlycon exit
a25aa21fb6c3 serial: sh-sci: Move runtime PM enable to sci_probe_single()
e03ced99c437 (tag: v6.12.33, linux-stable/linux-6.12.y) Linux 6.12.33
80fe1ebc1fbc Revert "drm/amd/display: more liberal vmin/vmax update for
freesync"
d452b168da17 dt-bindings: phy: imx8mq-usb: fix
fsl,phy-tx-vboost-level-microvolt property
1ed84b17fa9b dt-bindings: usb: cypress,hx3: Add support for all variants

Would there be a chance that you have searched the second commit in 6.12.y
by its title? There was another approach for commit 2 which was integrated
then reverted. The title was the same. Grepping on the current 6.12.y gives
this output:

> git log --oneline --grep="serial: sh-sci: Clean sci_ports\[0\] after at
earlycon exit"
fa0e202e23ff Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"
0ff91b3bf53e serial: sh-sci: Clean sci_ports[0] after at earlycon exit

However, the content of the reverted patch and patch 2 is different.

If commit 2 is not applied then commit 3 fails to apply.

Could you please let me know?

Thank you,
Claudiu

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Backport sh-sci fixes to 6.12.y
  2025-06-13  4:58   ` Claudiu Beznea
@ 2025-06-14 13:53     ` Sasha Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Sasha Levin @ 2025-06-14 13:53 UTC (permalink / raw)
  To: Claudiu Beznea; +Cc: linux-stable

On Fri, Jun 13, 2025 at 07:58:35AM +0300, Claudiu Beznea wrote:
>Hi, Sasha,
>
>On 12.06.2025 22:28, Sasha Levin wrote:
>> On Wed, Jun 11, 2025 at 08:23:54AM +0300, Claudiu Beznea wrote:
>>> Hi, stable team,
>>>
>>> Please backport the following commits to 6.12.y:
>>>
>>> 1/ 239f11209e5f ("serial: sh-sci: Move runtime PM enable to
>>>   sci_probe_single()")
>>> 2/ 5f1017069933 ("serial: sh-sci: Clean sci_ports[0] after at earlycon
>>>   exit")
>>> 3/ 651dee03696e ("serial: sh-sci: Increment the runtime usage counter for
>>>   the earlycon device")
>>>
>>> These applies cleanly on top of 6.12.y (if applied in the order provided
>>> above) and fix the debug console on Renesas devices.
>>
>> Could you please take another look at this? The first commit applies,
>> the second one is already in tree, and the third one conflicts.
>>
>
>I double checked it and applies clean on top of v6.12.33:
>
>039164b1a5e4 (HEAD) serial: sh-sci: Increment the runtime usage counter for
>the earlycon device
>6a0ed6d47c02 serial: sh-sci: Clean sci_ports[0] after at earlycon exit
>a25aa21fb6c3 serial: sh-sci: Move runtime PM enable to sci_probe_single()
>e03ced99c437 (tag: v6.12.33, linux-stable/linux-6.12.y) Linux 6.12.33
>80fe1ebc1fbc Revert "drm/amd/display: more liberal vmin/vmax update for
>freesync"
>d452b168da17 dt-bindings: phy: imx8mq-usb: fix
>fsl,phy-tx-vboost-level-microvolt property
>1ed84b17fa9b dt-bindings: usb: cypress,hx3: Add support for all variants
>
>Would there be a chance that you have searched the second commit in 6.12.y
>by its title? There was another approach for commit 2 which was integrated
>then reverted. The title was the same. Grepping on the current 6.12.y gives
>this output:
>
>> git log --oneline --grep="serial: sh-sci: Clean sci_ports\[0\] after at
>earlycon exit"
>fa0e202e23ff Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit"
>0ff91b3bf53e serial: sh-sci: Clean sci_ports[0] after at earlycon exit
>
>However, the content of the reverted patch and patch 2 is different.
>
>If commit 2 is not applied then commit 3 fails to apply.
>
>Could you please let me know?

You're right! The scripts got confused by the identical subject line
that was already in tree.

I've queued up the backports you've sent out, thanks!

-- 
Thanks,
Sasha

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-06-14 13:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-11  5:23 Backport sh-sci fixes to 6.12.y Claudiu Beznea
2025-06-12 19:28 ` Sasha Levin
2025-06-13  4:58   ` Claudiu Beznea
2025-06-14 13:53     ` Sasha Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox