From ceb4ef887c339ce61f596ce27efcd9c8297fabb8 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 4 Jun 2018 14:19:31 +0200 Subject: [PATCH] set permissions properly on some script files in a patch --- .../objtool-sync-up-with-the-4.14.47-version-of-objtool.patch | 2 ++ queue-4.9/perf-tools-move-headers-check-into-bash-script.patch | 2 ++ 2 files changed, 4 insertions(+) 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 @@ -- 2.47.3