diff options
author | Christian Brauner <christian.brauner@ubuntu.com> | 2018-03-13 19:55:27 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-14 15:31:23 +0300 |
commit | ce290a19609d5ecd4a240a4750e0ed9a476cf015 (patch) | |
tree | da67976d66ac15ecac83dade8f543146ab238853 /tools/testing/selftests/filesystems/.gitignore | |
parent | 4e15f760a43c7cb88e2b7ad6882501ccab5de29f (diff) | |
download | linux-ce290a19609d5ecd4a240a4750e0ed9a476cf015.tar.xz |
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/filesystems/.gitignore')
-rw-r--r-- | tools/testing/selftests/filesystems/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/filesystems/.gitignore b/tools/testing/selftests/filesystems/.gitignore index 31d6e426b6d4..8449cf6716ce 100644 --- a/tools/testing/selftests/filesystems/.gitignore +++ b/tools/testing/selftests/filesystems/.gitignore @@ -1 +1,2 @@ dnotify_test +devpts_pts |