diff options
author | Pranith Kumar <bobby.prani@gmail.com> | 2015-09-11 13:07:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-09-11 15:21:34 -0700 |
commit | b6d973441675222a4e6c8cad8208c2fe098a0b25 (patch) | |
tree | dc2a7ac4e7ddfb622722caf9b8ab3f5f13abd178 /tools/testing/selftests/Makefile | |
parent | 5b25b13ab08f616efd566347d809b4ece54570d1 (diff) | |
download | lwn-b6d973441675222a4e6c8cad8208c2fe098a0b25.tar.gz lwn-b6d973441675222a4e6c8cad8208c2fe098a0b25.zip |
selftests: add membarrier syscall test
Add a self test for the membarrier system call.
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 050151144596..89b05e2222c9 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -6,6 +6,7 @@ TARGETS += firmware TARGETS += ftrace TARGETS += futex TARGETS += kcmp +TARGETS += membarrier TARGETS += memfd TARGETS += memory-hotplug TARGETS += mount |