aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/proc/.gitignore
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2018-04-10 16:46:19 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-04-11 10:28:34 -0700
commit05c3f29283af9e3da0ab7414f666cb37f530950a (patch)
tree202f2e33ec8c422bae11ffe92149600fd1f0fc35 /tools/testing/selftests/proc/.gitignore
parentproc: switch struct proc_dir_entry::count to refcount (diff)
downloadlinux-dev-05c3f29283af9e3da0ab7414f666cb37f530950a.tar.xz
linux-dev-05c3f29283af9e3da0ab7414f666cb37f530950a.zip
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/.gitignore1
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