The quilt patch titled Subject: failcmd: make failcmd.sh executable has been removed from the -mm tree. Its filename was failcmd-make-failcmdsh-executable.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ 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 a/tools/testing/fault-injection/failcmd.sh old mode 100664 new mode 100755 _ Patches currently in -mm which might be from leitao@xxxxxxxxxx are