Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

scripts/checkstack.pl: add min_stack to the usage comment

After commit 572220aad525 ("scripts/checkstack.pl: Add argument to print
stacks greather than value."), it is appropriate to add min_stack to the
usage comment, then the users know explicitly that "min_stack" can be
specified like "arch".

Link: https://lkml.kernel.org/r/20231219125008.23007-3-yangtiezhu@loongson.cn
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Tiezhu Yang and committed by
Andrew Morton
52f56288 dd8e05c5

+1 -1
+1 -1
scripts/checkstack.pl
··· 18 18 # loongarch port by Youling Tang <tangyouling@kylinos.cn> 19 19 # 20 20 # Usage: 21 - # objdump -d vmlinux | scripts/checkstack.pl [arch] 21 + # objdump -d vmlinux | scripts/checkstack.pl [arch] [min_stack] 22 22 # 23 23 # TODO : Port to all architectures (one regex per arch) 24 24