lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <772a80d0cc54bbc1c138730972193faa76238bd1.1750459100.git.unixbhaskar@gmail.com>
Date: Sat, 21 Jun 2025 04:08:58 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: dan.carpenter@...aro.org
Cc: Bhaskar Chowdhury <unixbhaskar@...il.com>,
	linux-kernel@...r.kernel.org
Subject: [PATCH 9/9]  Trivial changes,usage text show scriptname without path,and few of them use nproc binary to show cpu core

Trivial fixes for the script name to show up in help/usage test without full
pathname and some of them have CPU core variable via nproc.

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
 smatch_scripts/gen_no_return_funcs.sh  | 2 +-
 smatch_scripts/gen_puts_list.sh        | 2 +-
 smatch_scripts/gen_rosenberg_funcs.sh  | 2 +-
 smatch_scripts/gen_sizeof_param.sh     | 2 +-
 smatch_scripts/gen_unwind_functions.sh | 2 +-
 smatch_scripts/kpatch.sh               | 2 +-
 smatch_scripts/show_errs.sh            | 2 +-
 smatch_scripts/show_ifs.sh             | 2 +-
 smatch_scripts/show_unreachable.sh     | 2 +-
 smatch_scripts/summarize_errs.sh       | 2 +-
 smatch_scripts/test_generic.sh         | 4 ++--
 smatch_scripts/test_kernel.sh          | 4 ++--
 smatch_scripts/whitespace_only.sh      | 4 ++--
 smatch_scripts/wine_checker.sh         | 4 ++--
 14 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/smatch_scripts/gen_no_return_funcs.sh b/smatch_scripts/gen_no_return_funcs.sh
index 713456c04aac..c5e16cc1008a 100755
--- a/smatch_scripts/gen_no_return_funcs.sh
+++ b/smatch_scripts/gen_no_return_funcs.sh
@@ -4,7 +4,7 @@ file=$1
 project=$(echo "$2" | cut -d = -f 2)

 if [[ "$file" = "" ]] ; then
-    echo "Usage:  $0 <file with smatch messages> -p=<project>"
+	echo "Usage:  $(basename $0) <file with smatch messages> -p=<project>"
     exit 1
 fi

diff --git a/smatch_scripts/gen_puts_list.sh b/smatch_scripts/gen_puts_list.sh
index 5a877aeb8423..32eda6d52e42 100755
--- a/smatch_scripts/gen_puts_list.sh
+++ b/smatch_scripts/gen_puts_list.sh
@@ -4,7 +4,7 @@ file=$1
 project=$(echo "$2" | cut -d = -f 2)

 if [[ "$file" = "" ]] ; then
-    echo "Usage:  $0 <file with smatch messages> -p=<project>"
+	echo "Usage:  $(basename $0) <file with smatch messages> -p=<project>"
     exit 1
 fi

diff --git a/smatch_scripts/gen_rosenberg_funcs.sh b/smatch_scripts/gen_rosenberg_funcs.sh
index 0152ba9c1192..cfc0c9a8a40d 100755
--- a/smatch_scripts/gen_rosenberg_funcs.sh
+++ b/smatch_scripts/gen_rosenberg_funcs.sh
@@ -4,7 +4,7 @@ file=$1
 project=$(echo "$2" | cut -d = -f 2)

 if [[ "$file" = "" ]] ; then
-    echo "Usage:  $0 <file with smatch messages> -p=<project>"
+	echo "Usage:  $(basename $0) <file with smatch messages> -p=<project>"
     exit 1
 fi

diff --git a/smatch_scripts/gen_sizeof_param.sh b/smatch_scripts/gen_sizeof_param.sh
index 8f4e5f7493c0..653f39dae61e 100755
--- a/smatch_scripts/gen_sizeof_param.sh
+++ b/smatch_scripts/gen_sizeof_param.sh
@@ -4,7 +4,7 @@ file=$1
 project=$(echo "$2" | cut -d = -f 2)

 if [[ "$file" = "" ]] ; then
-    echo "Usage:  $0 <file with smatch messages> -p=<project>"
+	echo "Usage:  $(basename $0) <file with smatch messages> -p=<project>"
     exit 1
 fi

diff --git a/smatch_scripts/gen_unwind_functions.sh b/smatch_scripts/gen_unwind_functions.sh
index ae8504902018..dc7d66fa0bf1 100755
--- a/smatch_scripts/gen_unwind_functions.sh
+++ b/smatch_scripts/gen_unwind_functions.sh
@@ -4,7 +4,7 @@ file=$1
 project=$(echo "$2" | cut -d = -f 2)

 if [[ "$file" = "" ]] ; then
-    echo "Usage:  $0 <file with smatch messages> -p=<project>"
+	echo "Usage:  $(basename $0) <file with smatch messages> -p=<project>"
     exit 1
 fi

diff --git a/smatch_scripts/kpatch.sh b/smatch_scripts/kpatch.sh
index 66cef9581ca0..7ee229a0bfbf 100755
--- a/smatch_scripts/kpatch.sh
+++ b/smatch_scripts/kpatch.sh
@@ -4,7 +4,7 @@ TMP_DIR=/tmp

 help()
 {
-    echo "Usage: $0 [--no-compile|--amend] <filename>"
+	echo "Usage: $(basename $0) [--no-compile|--amend] <filename>"
     echo "You must be at the base of the kernel tree to run this."
     exit 1
 }
diff --git a/smatch_scripts/show_errs.sh b/smatch_scripts/show_errs.sh
index bc6930ffa245..2f3983abab45 100755
--- a/smatch_scripts/show_errs.sh
+++ b/smatch_scripts/show_errs.sh
@@ -15,7 +15,7 @@ done
 file=$1
 [ "$file" = "" ] && [ -e err-list ] && file=err-list
 if [[ "$file" = "" ]] ; then
-    echo "Usage:  $0 [-C <lines>] [-b] [-k] <file with smatch messages>"
+	echo "Usage:  $(basename $0) [-C <lines>] [-b] [-k] <file with smatch messages>"
     echo "  -C <lines>:  Print <lines> of context"
     exit 1
 fi
diff --git a/smatch_scripts/show_ifs.sh b/smatch_scripts/show_ifs.sh
index 4f93ca5fa285..8b84606250b5 100755
--- a/smatch_scripts/show_ifs.sh
+++ b/smatch_scripts/show_ifs.sh
@@ -9,7 +9,7 @@ fi

 file=$1
 if [[ "$file" = "" ]] ; then
-    echo "Usage:  $0 [-C <lines of context>] <file with smatch messages>"
+	echo "Usage:  $(basename $0) [-C <lines of context>] <file with smatch messages>"
     exit 1
 fi

diff --git a/smatch_scripts/show_unreachable.sh b/smatch_scripts/show_unreachable.sh
index 7402615dc670..e866760c6726 100755
--- a/smatch_scripts/show_unreachable.sh
+++ b/smatch_scripts/show_unreachable.sh
@@ -24,7 +24,7 @@ done

 file=$1
 if [[ "$file" = "" ]] ; then
-    echo "Usage:  $0 [-C <lines>] [-b] [-k] <file with smatch messages>"
+	echo "Usage:  $(basename $0) [-C <lines>] [-b] [-k] <file with smatch messages>"
     echo "  -C <lines>:  Print <lines> of context"
     echo "  -b        :  Ignore unreachable break statements"
     echo "  -k        :  Ignore some kernel defines"
diff --git a/smatch_scripts/summarize_errs.sh b/smatch_scripts/summarize_errs.sh
index b958a015ddf2..a444fa267495 100755
--- a/smatch_scripts/summarize_errs.sh
+++ b/smatch_scripts/summarize_errs.sh
@@ -2,7 +2,7 @@

 print_help()
 {
-    echo "usage: $0 <warning file>"
+	echo "usage: $(basename $0) <warning file>"
     exit 1;
 }

diff --git a/smatch_scripts/test_generic.sh b/smatch_scripts/test_generic.sh
index 9fbd1caf4b29..5ad08f4fa135 100755
--- a/smatch_scripts/test_generic.sh
+++ b/smatch_scripts/test_generic.sh
@@ -1,12 +1,12 @@
 #!/bin/bash

-NR_CPU=$(cat /proc/cpuinfo | grep ^processor | wc -l)
+NR_CPU=$(nproc)
 TARGET=""
 WLOG="smatch_warns.txt"
 LOG="smatch_compile.warns"
 function usage {
     echo
-    echo "Usage:  $0 [smatch options]"
+    echo "Usage: $(basename $0) [smatch options]"
     echo "Compiles the kernel with -j${NR_CPU}"
     echo " available options:"
     echo "	--endian          : enable endianness check"
diff --git a/smatch_scripts/test_kernel.sh b/smatch_scripts/test_kernel.sh
index 9d25ce9c1ed3..9a0eb482a2f6 100755
--- a/smatch_scripts/test_kernel.sh
+++ b/smatch_scripts/test_kernel.sh
@@ -2,13 +2,13 @@

 set -e

-NR_CPU=$(cat /proc/cpuinfo | grep ^processor | wc -l)
+NR_CPU=$(nproc)
 TARGET="bzImage modules"
 WLOG="smatch_warns.txt"
 LOG="smatch_compile.warns"
 function usage {
     echo
-    echo "Usage:  $0 [smatch options]"
+    echo "Usage: $(basename $0) [smatch options]"
     echo "Compiles the kernel with -j${NR_CPU}"
     echo " available options:"
     echo "	--endian          : enable endianness check"
diff --git a/smatch_scripts/whitespace_only.sh b/smatch_scripts/whitespace_only.sh
index 975e6571e1e7..e72afb67a519 100755
--- a/smatch_scripts/whitespace_only.sh
+++ b/smatch_scripts/whitespace_only.sh
@@ -2,7 +2,7 @@

 usage()
 {
-    echo "usage:  $0 <patch file>"
+	echo "usage:  $(basename $0) <patch file>"
     exit 1
 }

@@ -84,7 +84,7 @@ for file in $files ; do
 	echo '!!                            !!'
 	echo '!!#$%@$%@^@#$^@#%@$%@$%@#%$@...!'

-	diff -u $before $after
+	diff -u $before $after
     fi
     rm -f $before $after $tmpfile
 done
diff --git a/smatch_scripts/wine_checker.sh b/smatch_scripts/wine_checker.sh
index 79b4faa51a07..5825cf9e8a13 100755
--- a/smatch_scripts/wine_checker.sh
+++ b/smatch_scripts/wine_checker.sh
@@ -1,7 +1,7 @@
 #!/bin/bash

 function usage {
-    echo "Usage:  $0 [--sparse][--valgrind][--debug] path/to/file.c"
+	echo "Usage:  $(basename $0) [--sparse][--valgrind][--debug] path/to/file.c"
     exit 1
 }

@@ -14,7 +14,7 @@ else
     echo "Smatch binary not found."
     exit 1
 fi
-
+
 POST=""
 WINE_ARGS="-p=wine --full-path -D__i386__"

--
2.46.3


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ