Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | proc: fixup copyright sign | Alexey Dobriyan | 2018-04-12 | 1 | -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/wchan | Alexey Dobriyan | 2018-04-11 | 1 | -0/+25 |
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 <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> |