diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2021-07-28 00:39:24 +0900 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-08-10 09:13:25 +0900 |
| commit | 0058d07ec6aac8b1379f817b31839caa4ac8e448 (patch) | |
| tree | fef511e12c236c0045372230079691cb01855ca6 | |
| parent | d8285639550578a1bf2d102391d1a9e08e0586ca (diff) | |
| download | linux-0058d07ec6aac8b1379f817b31839caa4ac8e448.tar.gz | |
scripts: make some scripts executable
Set the x bit to some scripts to make them directly executable.
Especially, scripts/checkdeclares.pl is not hooked by anyone.
It should be executable since it is tedious to type
'perl scripts/checkdeclares.pl'.
The original patch [1] set the x bit properly, but it was lost when
it was merged as commit 21917bded72c ("scripts: a new script for
checking duplicate struct declaration").
[1] https://lore.kernel.org/lkml/20210401110943.1010796-1-wanjiabing@vivo.com/
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
| -rwxr-xr-x[-rw-r--r--] | scripts/checkdeclares.pl | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/gcc-plugins/gen-random-seed.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/syscallnr.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/xen-hypercalls.sh | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/scripts/checkdeclares.pl b/scripts/checkdeclares.pl index f6d551c84fc644..f6d551c84fc644 100644..100755 --- a/scripts/checkdeclares.pl +++ b/scripts/checkdeclares.pl diff --git a/scripts/gcc-plugins/gen-random-seed.sh b/scripts/gcc-plugins/gen-random-seed.sh index 68af5cc20a641f..68af5cc20a641f 100644..100755 --- a/scripts/gcc-plugins/gen-random-seed.sh +++ b/scripts/gcc-plugins/gen-random-seed.sh diff --git a/scripts/syscallnr.sh b/scripts/syscallnr.sh index 3aa29e0dcc528d..3aa29e0dcc528d 100644..100755 --- a/scripts/syscallnr.sh +++ b/scripts/syscallnr.sh diff --git a/scripts/xen-hypercalls.sh b/scripts/xen-hypercalls.sh index f18b00843df3ff..f18b00843df3ff 100644..100755 --- a/scripts/xen-hypercalls.sh +++ b/scripts/xen-hypercalls.sh |
