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