[linux] 16/17: selftests: breakpoint: Actually build it

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 4c1226a6c472028dd0462d54e4bbc934c6eb324d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Fri Oct 30 10:27:40 2015 +0000

    selftests: breakpoint: Actually build it
---
 .../all/selftests-breakpoints-actually-build-it.patch   | 17 +++++++++++++++++
 debian/patches/series                                   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/bugfix/all/selftests-breakpoints-actually-build-it.patch b/debian/patches/bugfix/all/selftests-breakpoints-actually-build-it.patch
new file mode 100644
index 0000000..d49fe10
--- /dev/null
+++ b/debian/patches/bugfix/all/selftests-breakpoints-actually-build-it.patch
@@ -0,0 +1,17 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Date: Fri, 30 Oct 2015 10:22:55 +0000
+Subject: selftests: breakpoint: Actually build it
+
+Signed-off-by: Ben Hutchings <ben at decadent.org.uk>
+---
+--- a/tools/testing/selftests/breakpoints/Makefile
++++ b/tools/testing/selftests/breakpoints/Makefile
+@@ -6,7 +6,7 @@ ifeq ($(ARCH),x86)
+ TEST_PROGS := breakpoint_test
+ endif
+ 
+-all:
++all: $(TEST_PROGS)
+ 
+ include ../lib.mk
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 3bb6d83..4834b3b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -87,3 +87,4 @@ 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
 bugfix/all/selftests-vm-try-harder-to-allocate-huge-pages.patch
+bugfix/all/selftests-breakpoints-actually-build-it.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