From: Breno Leitao Date: Mon, 29 Jul 2024 08:52:11 +0000 (-0700) Subject: failcmd: make failcmd.sh executable X-Git-Tag: v6.12-rc1~114^2~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8af2caf7307d8002d88c377c58eba8cae75a2109;p=thirdparty%2Fkernel%2Flinux.git failcmd: make failcmd.sh executable Change the file permissions of tools/testing/fault-injection/failcmd.sh to allow execution. This ensures the script can be run directly without explicitly invoking a shell. Link: https://lkml.kernel.org/r/20240729085215.3403417-1-leitao@debian.org Signed-off-by: Breno Leitao Reviewed-by: Akinobu Mita Signed-off-by: Andrew Morton --- diff --git a/tools/testing/fault-injection/failcmd.sh b/tools/testing/fault-injection/failcmd.sh old mode 100644 new mode 100755