From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,matttbe@kernel.org,luca.ceresoli@bootlin.com,leitao@debian.org,cmllamas@google.com,wangjinchao600@gmail.com,akpm@linux-foundation.org
Subject: [to-be-updated] scripts-decode_stacktracesh-update-usage-to-show-vmlinux-is-mandatory.patch removed from -mm tree
Date: Tue, 13 Jan 2026 15:24:16 -0800 [thread overview]
Message-ID: <20260113232416.B232FC116C6@smtp.kernel.org> (raw)
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
reply other threads:[~2026-01-13 23:24 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260113232416.B232FC116C6@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=cmllamas@google.com \
--cc=leitao@debian.org \
--cc=luca.ceresoli@bootlin.com \
--cc=matttbe@kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=wangjinchao600@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.