aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/proc/config
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11proc: test /proc/self/wchanAlexey Dobriyan1-0/+1
This patch starts testing /proc. Many more tests to come (I promise). Read from /proc/self/wchan should always return "0" as current is in TASK_RUNNING state while reading /proc/self/wchan. Link: http://lkml.kernel.org/r/20180226212006.GA742@avx2 Signed-off-by: Alexey Dobriyan <[email protected]> Cc: Shuah Khan <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>