* [folded-merged] decode_stacktrace-decode-caller-address-checkpatch-fixes.patch removed from -mm tree
@ 2026-03-25 4:34 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-03-25 4:34 UTC (permalink / raw)
To: mm-commits, mhiramat, akpm, akpm
The quilt patch titled
Subject: decode_stacktrace-decode-caller-address-checkpatch-fixes
has been removed from the -mm tree. Its filename was
decode_stacktrace-decode-caller-address-checkpatch-fixes.patch
This patch was dropped because it was folded into decode_stacktrace-decode-caller-address.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: decode_stacktrace-decode-caller-address-checkpatch-fixes
Date: Tue Mar 10 11:48:47 AM PDT 2026
WARNING: 'substract' may be misspelled - perhaps 'subtract'?
#106: FILE: scripts/decode_stacktrace.sh:198:
+ # symbol, substract one from that to point the call instruction.
^^^^^^^^^
Please run checkpatch prior to sending patches
Cc: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
scripts/decode_stacktrace.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/scripts/decode_stacktrace.sh~decode_stacktrace-decode-caller-address-checkpatch-fixes
+++ a/scripts/decode_stacktrace.sh
@@ -195,7 +195,7 @@ parse_symbol() {
# Evaluate it to find the actual address
# The stack trace shows the return address, which is the next
# instruction after the actual call, so as long as it's in the same
- # symbol, substract one from that to point the call instruction.
+ # symbol, subtract one from that to point the call instruction.
if [[ $decode_retaddr == false && $offset != 0 ]]; then
expr=$((expr-1))
else
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
selftests-mm-skip-uffd-wp-mremap-if-uffd-write-protect-is-unsupported-fix.patch
mm-switch-the-rmap-lock-held-option-off-in-compat-layer-fix.patch
selftests-mm-add-uffdio_move-huge-zeropage-pmd-regression-test-fix.patch
decode_stacktrace-decode-caller-address.patch
lib-list_sort-remove-dummy-cmp-calls-to-speed-up-merge_final-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-25 4:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-25 4:34 [folded-merged] decode_stacktrace-decode-caller-address-checkpatch-fixes.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.