summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/proc/proc-self-syscall.c
Commit message (Collapse)AuthorAgeFilesLines
* proc: fixup copyright signAlexey Dobriyan2018-04-131-0/+15
| | | | | | | Add copyright in two files before they get autorubberstamped. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* proc: test /proc/self/syscallAlexey Dobriyan2018-04-111-0/+45
Read from /proc/self/syscall should yield read system call and correct args in the output as current is reading /proc/self/syscall. Link: http://lkml.kernel.org/r/20180226212145.GB742@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>