Re: [PATCH] scripts: Getting rid of -h option, when empty, the usage will be shown
From: Matthieu Baerts
Date: Thu Jun 11 2026 - 09:43:34 EST
Hi Bhaskar,
On 08/06/2026 01:20, Bhaskar Chowdhury wrote:
> cc:sashal@xxxxxxxxxx
Sasha was not in Cc. You need you write "Cc: ..." instead for
git-send-email to add someone in Cc
> Make thing simple to show the help/usage info, when no argument given.
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
> ---
> scripts/decode_stacktrace.sh | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/scripts/decode_stacktrace.sh b/scripts/decode_stacktrace.sh
> index 39d60d477bf3..fa084f128802 100755
> --- a/scripts/decode_stacktrace.sh
> +++ b/scripts/decode_stacktrace.sh
> @@ -7,7 +7,6 @@ usage() {
> echo "Usage:"
> echo " $0 [-R] -r <release>"
> echo " $0 [-R] [<vmlinux> [<base_path>|auto [<modules_path>]]]"
As mentioned on this line above, this script can be called without any
argument.
So, if I'm not mistaken, the modification you are suggesting here cannot
be accepted.
Cheers,
Matt
--
Sponsored by the NGI0 Core fund.