]> git.baikalelectronics.ru Git - kernel.git/commit
scripts: make some scripts executable
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 27 Jul 2021 15:39:24 +0000 (00:39 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 10 Aug 2021 00:13:25 +0000 (09:13 +0900)
commit7f65cb08b40902ec3714f26bf4f43bf5e13f35d9
treefef511e12c236c0045372230079691cb01855ca6
parent4d37a267c44c747b1c077604638c8fac1dc26ee9
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 ad27ec353db2 ("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>
scripts/checkdeclares.pl [changed mode: 0644->0755]
scripts/gcc-plugins/gen-random-seed.sh [changed mode: 0644->0755]
scripts/syscallnr.sh [changed mode: 0644->0755]
scripts/xen-hypercalls.sh [changed mode: 0644->0755]