On Thu, Nov 20, 2025 at 04:56:31PM +0100, gregkh@linuxfoundation.org wrote:
The patch below does not apply to the 6.17-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to stable@vger.kernel.org.
To reproduce the conflict and resubmit, you may use the following commands:
git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-6.17.y git checkout FETCH_HEAD git cherry-pick -x 7d9f7d390f6af3a29614e81e802e2b9c238eb7b2 # <resolve conflicts, build, test, etc.> git commit -s git send-email --to 'stable@vger.kernel.org' --in-reply-to '2025112031-catalyze-sleep-ba6e@gregkh' --subject-prefix 'PATCH 6.17.y' HEAD^..
Possible dependencies:
The dependencies I missed to specify are the following 2 fixes: d322f6a24ee5 ("scripts/decode_stacktrace.sh: symbol: avoid trailing whitespaces") 4a2fc4897b5e ("scripts/decode_stacktrace.sh: symbol: preserve alignment")
They apply cleanly on top of linux-6.17.y: git cherry-pick -xs d322f6a24ee5 4a2fc4897b5e 7d9f7d390f6a
I've also verified the expected fixes work for all 3 patches.
Greg, do you need me to send these?
-- Carlos Llamas