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)
commit0058d07ec6aac8b1379f817b31839caa4ac8e448
treefef511e12c236c0045372230079691cb01855ca6
parentd8285639550578a1bf2d102391d1a9e08e0586ca
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>
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]