The patch titled Subject: scripts/: make .sh files executable has been added to the -mm mm-nonmm-unstable branch. Its filename is scripts-make-sh-files-executable.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/scripts-make-sh-files-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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: scripts/: make .sh files executable Date: Sun Feb 26 12:50:54 PM PST 2023 scripts/spdxcheck-test.sh and scripts/test_fortify.sh don't have their x bits set. I really only did this to check whether `git diff --no-index --' can be used to replace `diff', so as to preserve file permissions. Suggested-by: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Link: https://lkml.kernel.org/r/CAHk-=wj-+PTUfu9NsdDt3p7tLXbUH-KJPBz+r4wHX075fydEOQ@xxxxxxxxxxxxxx Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Cc: Paul Eggert <eggert@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff --git a/scripts/spdxcheck-test.sh~scripts-make-sh-files-executable b/scripts/spdxcheck-test.sh old mode 100644 new mode 100755 diff --git a/scripts/test_fortify.sh~scripts-make-sh-files-executable b/scripts/test_fortify.sh old mode 100644 new mode 100755 _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are fs-cramfs-inodec-initialize-file_ra_state.patch mm-page_alloc-reduce-page-alloc-free-sanity-checks-checkpatch-fixes.patch mm-page_alloc-reduce-page-alloc-free-sanity-checks-fix.patch mm-userfaultfd-support-wp-on-multiple-vmas-fix.patch scripts-make-sh-files-executable.patch