VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Stephen Boyd <swboyd@chromium.org> 2021-07-07 18:09:38 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-07-08 11:48:22 -0700 commit: d5ce757d8f1bdf9def7d2f71862b48ed83d5ed12 parent: 5bf0f3bc377e5f87bfd61ccc9c1efb3c6261f2c3
Commit Summary:
scripts/decode_stacktrace.sh: indicate 'auto' can be used for base path
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/scripts/decode_stacktrace.sh b/scripts/decode_stacktrace.sh
index 20b5af1ebe5e..5fbad61fe490 100755
--- a/scripts/decode_stacktrace.sh
+++ b/scripts/decode_stacktrace.sh
@@ -5,7 +5,7 @@
 
 usage() {
 	echo "Usage:"
-	echo "	$0 -r <release> | <vmlinux> [base path] [modules path]"
+	echo "	$0 -r <release> | <vmlinux> [<base path>|auto] [<modules path>]"
 }
 
 if [[ $1 == "-r" ]] ; then