The patch titled Subject: failcmd: make failcmd.sh executable has been added to the -mm mm-nonmm-unstable branch. Its filename is failcmd-make-failcmdsh-executable.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/failcmd-make-failcmdsh-executable.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Breno Leitao <leitao@xxxxxxxxxx> Subject: failcmd: make failcmd.sh executable Date: Mon, 29 Jul 2024 01:52:11 -0700 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@xxxxxxxxxx Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx> Reviewed-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 0 files changed diff --git a/tools/testing/fault-injection/failcmd.sh~failcmd-make-failcmdsh-executable a/tools/testing/fault-injection/failcmd.sh old mode 100644 new mode 100755 _ Patches currently in -mm which might be from leitao@xxxxxxxxxx are failcmd-add-script-file-in-maintainers.patch fault-injection-enhance-failcmd-to-exit-on-non-hex-address-input.patch failcmd-make-failcmdsh-executable.patch