* [to-be-updated] scripts-decode_stacktracesh-update-usage-to-show-vmlinux-is-mandatory.patch removed from -mm tree
@ 2026-01-13 23:24 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-01-13 23:24 UTC (permalink / raw)
To: mm-commits, matttbe, luca.ceresoli, leitao, cmllamas,
wangjinchao600, akpm
The quilt patch titled
Subject: scripts/decode_stacktrace.sh update usage to show vmlinux is mandatory
has been removed from the -mm tree. Its filename was
scripts-decode_stacktracesh-update-usage-to-show-vmlinux-is-mandatory.patch
This patch was dropped because an updated version will be issued
------------------------------------------------------
From: Jinchao Wang <wangjinchao600@gmail.com>
Subject: scripts/decode_stacktrace.sh update usage to show vmlinux is mandatory
Date: Mon, 12 Jan 2026 17:10:36 +0800
The script currently errors out if vmlinux is not provided, but the
usage string implies it is optional. Remove the square brackets to
correctly indicate that <vmlinux> is a required argument.
Link: https://lkml.kernel.org/r/20260112091057.2119227-1-wangjinchao600@gmail.com
Signed-off-by: Jinchao Wang <wangjinchao600@gmail.com>
Cc: Breno Leitao <leitao@debian.org>
Cc: Carlos Llamas <cmllamas@google.com>
Cc: Luca Ceresoli <luca.ceresoli@bootlin.com>
Cc: Matthieu Baerts <matttbe@kernel.org>
Cc: "Matthieu Baerts (NGI0)" <matttbe@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~scripts-decode_stacktracesh-update-usage-to-show-vmlinux-is-mandatory
+++ a/scripts/decode_stacktrace.sh
@@ -6,7 +6,7 @@
usage() {
echo "Usage:"
echo " $0 -r <release>"
- echo " $0 [<vmlinux> [<base_path>|auto [<modules_path>]]]"
+ echo " $0 <vmlinux> [<base_path>|auto [<modules_path>]]"
echo " $0 -h"
}
_
Patches currently in -mm which might be from wangjinchao600@gmail.com are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-13 23:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 23:24 [to-be-updated] scripts-decode_stacktracesh-update-usage-to-show-vmlinux-is-mandatory.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.