[linux] 14/17: selftests: Make scripts executable

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sat Oct 31 22:18:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit a748a69c46d315da2e5852ec7db5e795ce2ce1b6
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Oct 30 01:52:06 2015 +0000

    selftests: Make scripts executable
---
 .../all/selftests-make-scripts-executable.patch      | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/bugfix/all/selftests-make-scripts-executable.patch b/debian/patches/bugfix/all/selftests-make-scripts-executable.patch
new file mode 100644
index 0000000..6d23bef
--- /dev/null
+++ b/debian/patches/bugfix/all/selftests-make-scripts-executable.patch
@@ -0,0 +1,20 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Date: Fri, 30 Oct 2015 01:30:36 +0000
+Subject: selftests: Make scripts executable
+
+Fixes: 87b2d44026e0 ("selftests: add memfd/sealing page-pinning tests")
+Fixes: 2bf9e0ab08c6 ("locking/static_keys: Provide a selftest")
+Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
+---
+ tools/testing/selftests/memfd/run_fuse_test.sh          | 0
+ tools/testing/selftests/static_keys/test_static_keys.sh | 0
+ 2 files changed, 0 insertions(+), 0 deletions(-)
+ mode change 100644 => 100755 tools/testing/selftests/memfd/run_fuse_test.sh
+ mode change 100644 => 100755 tools/testing/selftests/static_keys/test_static_keys.sh
+
+diff --git a/tools/testing/selftests/memfd/run_fuse_test.sh b/tools/testing/selftests/memfd/run_fuse_test.sh
+old mode 100644
+new mode 100755
+diff --git a/tools/testing/selftests/static_keys/test_static_keys.sh b/tools/testing/selftests/static_keys/test_static_keys.sh
+old mode 100644
+new mode 100755
diff --git a/debian/patches/series b/debian/patches/series
index 21a6a33..5f18c07 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -85,3 +85,4 @@ bugfix/all/ovl-conditionally-use-o_largefile-in-ovl_copy_up.patch
 bugfix/all/selftests-add-missing-include-directives.patch
 bugfix/all/selftests-memfd-stop-unnecessary-rebuilds.patch
 bugfix/all/selftests-kprobe-choose-an-always-defined-function-t.patch
+bugfix/all/selftests-make-scripts-executable.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list