diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-02-18 22:07:24 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-02-18 22:07:24 -0500 |
commit | b8826e506ee58873725ec3a25a2a27fefd762574 (patch) | |
tree | 6770d4351491e416873708da8c3538b25387b309 /tools/testing/selftests/Makefile | |
parent | 7880b43bdfc9580700ee4568c75c383a5bcdd2ca (diff) |
selftest for default_file_splice_read() infoleak
bug fixed in commit b9dc6f65bc5e ("fix a fencepost error in pipe_advance()")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 71b05891a6a1..0e72f1d03c9e 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -24,6 +24,7 @@ TARGETS += ptrace TARGETS += seccomp TARGETS += sigaltstack TARGETS += size +TARGETS += splice TARGETS += static_keys TARGETS += sync TARGETS += sysctl |