diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2018-04-11 02:46:19 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-04-11 20:28:34 +0300 |
commit | 05c3f29283af9e3da0ab7414f666cb37f530950a (patch) | |
tree | 202f2e33ec8c422bae11ffe92149600fd1f0fc35 /tools/testing/selftests/proc/.gitignore | |
parent | 9cdd83e3100651af41631fb66838adcd24032f2a (diff) | |
download | linux-05c3f29283af9e3da0ab7414f666cb37f530950a.tar.xz |
proc: selftests: shotgun testing of read/readdir/readlink/write
Perform reads with nearly everything in /proc, and some writing as well.
Hopefully memleak checkers and KASAN will find something.
[adobriyan@gmail.com: /proc/kmsg can and will block if read under root]
Link: http://lkml.kernel.org/r/20180316232147.GA20146@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
[adobriyan@gmail.com: /proc/sysrq-trigger lives on the ground floor]
Link: http://lkml.kernel.org/r/20180317164911.GA3445@avx2
Link: http://lkml.kernel.org/r/20180315201251.GA12396@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.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/proc/.gitignore')
-rw-r--r-- | tools/testing/selftests/proc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/proc/.gitignore b/tools/testing/selftests/proc/.gitignore index 78c40f5aa706..5627df81ade9 100644 --- a/tools/testing/selftests/proc/.gitignore +++ b/tools/testing/selftests/proc/.gitignore @@ -3,3 +3,4 @@ /proc-self-map-files-002 /proc-self-syscall /proc-self-wchan +/read |