From: Greg Kroah-Hartman Date: Mon, 4 Jun 2018 12:19:31 +0000 (+0200) Subject: set permissions properly on some script files in a patch X-Git-Tag: v4.9.106~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceb4ef887c339ce61f596ce27efcd9c8297fabb8;p=thirdparty%2Fkernel%2Fstable-queue.git set permissions properly on some script files in a patch --- diff --git a/queue-4.9/objtool-sync-up-with-the-4.14.47-version-of-objtool.patch b/queue-4.9/objtool-sync-up-with-the-4.14.47-version-of-objtool.patch index 4c41fe3d8a8..6e552cc7e27 100644 --- a/queue-4.9/objtool-sync-up-with-the-4.14.47-version-of-objtool.patch +++ b/queue-4.9/objtool-sync-up-with-the-4.14.47-version-of-objtool.patch @@ -9711,6 +9711,8 @@ Signed-off-by: Greg Kroah-Hartman entry->feature); /* +diff --git a/tools/objtool/sync-check.sh b/tools/objtool/sync-check.sh +new file mode 100755 --- /dev/null +++ b/tools/objtool/sync-check.sh @@ -0,0 +1,29 @@ diff --git a/queue-4.9/perf-tools-move-headers-check-into-bash-script.patch b/queue-4.9/perf-tools-move-headers-check-into-bash-script.patch index c2971feebc0..429ab78376a 100644 --- a/queue-4.9/perf-tools-move-headers-check-into-bash-script.patch +++ b/queue-4.9/perf-tools-move-headers-check-into-bash-script.patch @@ -139,6 +139,8 @@ Signed-off-by: Greg Kroah-Hartman $(Q)$(MAKE) $(build)=perf $(JEVENTS_IN): FORCE +diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh +new file mode 100755 --- /dev/null +++ b/tools/perf/check-headers.sh @@ -0,0 +1,59 @@