mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
proc: test /proc/self symlink
There are plans to change how /proc/self result is calculated, for that a test is necessary. Use direct system call because of this whole getpid caching story. Link: http://lkml.kernel.org/r/20180627195103.GB18113@avx2 Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Cc: Shuah Khan <shuahkh@osg.samsung.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
bdf228a272
commit
61d47c4e71
1
tools/testing/selftests/proc/.gitignore
vendored
1
tools/testing/selftests/proc/.gitignore
vendored
@@ -9,3 +9,4 @@
|
||||
/proc-uptime-001
|
||||
/proc-uptime-002
|
||||
/read
|
||||
/self
|
||||
|
||||
Reference in New Issue
Block a user