Home
last modified time | relevance | path

Searched hist:fcdbf5dda418aad3fdc5fcedbdb41900a24178a8 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.cdiff fcdbf5dda418aad3fdc5fcedbdb41900a24178a8 Fri Jul 07 10:08:20 CDT 2023 Zhangjin Wu <falcon@tinylab.org> selftests/nolibc: add mmap_munmap_good test case

mmap() a file with a good offset and then munmap() it. a non-zero offset
is passed to test the 6th argument of my_syscall6().

Note, it is not easy to find a unique file for mmap() in different
scenes, so, a file list is used to search the right one:

- /dev/zero: is commonly used to allocate anonymous memory and is likely
present and readable

- /proc/1/exe: for 'run' and 'run-user' target, 'run-user' can not find
'/proc/self/exe'

- /proc/self/exe: for 'libc-test' target, normal program 'libc-test' has
no permission to access '/proc/1/exe'

- argv0: the path of the program itself, let it pass even with worst
case scene: no procfs and no /dev/zero

Suggested-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/lkml/20230702193306.GK16233@1wt.eu/
Suggested-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/lkml/bff82ea6-610b-4471-a28b-6c76c28604a6@t-8ch.de/
Signed-off-by: Zhangjin Wu <falcon@tinylab.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>