diff options
author | Christian Brauner <christian.brauner@ubuntu.com> | 2018-03-13 17:55:27 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-14 13:31:23 +0100 |
commit | ce290a19609d5ecd4a240a4750e0ed9a476cf015 (patch) | |
tree | da67976d66ac15ecac83dade8f543146ab238853 /tools/testing/selftests/Makefile | |
parent | 4e15f760a43c7cb88e2b7ad6882501ccab5de29f (diff) | |
download | lwn-ce290a19609d5ecd4a240a4750e0ed9a476cf015.tar.gz lwn-ce290a19609d5ecd4a240a4750e0ed9a476cf015.zip |
selftests: add devpts selftests
This adds tests to check:
- bind-mounts from /dev/pts/ptmx to /dev/ptmx work
- non-standard mounts of devpts work
- bind-mounts of /dev/pts/ptmx to locations that do not resolve to a valid
slave pty path under the originating devpts mount fail
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Acked-by: "Eric W. Biederman" <ebiederm@xmission.com>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 7442dfb73b7f..dbda89c9d9b9 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -7,6 +7,7 @@ TARGETS += cpufreq TARGETS += cpu-hotplug TARGETS += efivarfs TARGETS += exec +TARGETS += filesystems TARGETS += firmware TARGETS += ftrace TARGETS += futex |