linux-kernelorg-stable/tools/testing/selftests/pidfd
Thomas Weißschuh bad53ae2dc vdso: Drop Kconfig GENERIC_VDSO_TIME_NS
All architectures implementing time-related functionality in the vDSO are
using the generic vDSO library which handles time namespaces properly.

Remove the now unnecessary Kconfig symbol.

Enables the use of time namespaces on architectures, which use the
generic vDSO but did not enable GENERIC_VDSO_TIME_NS, namely MIPS and arm.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/all/20250826-vdso-cleanups-v1-10-d9b65750e49f@linutronix.de
2025-09-04 11:23:50 +02:00
..
.gitignore selftests/pidfd: test setattr support 2025-06-23 12:22:08 +02:00
Makefile selftests/pidfd: decode pidfd file handles withou having to specify an fd 2025-06-24 17:06:35 +02:00
config vdso: Drop Kconfig GENERIC_VDSO_TIME_NS 2025-09-04 11:23:50 +02:00
pidfd.h linux_kselftest-next-6.17-rc1 2025-07-29 12:48:53 -07:00
pidfd_bind_mount.c selftests/pidfd: move syscall definitions into wrappers.h 2025-05-12 11:40:12 +02:00
pidfd_exec_helper.c
pidfd_fdinfo_test.c
pidfd_file_handle_test.c selftests/pidfd: decode pidfd file handles withou having to specify an fd 2025-06-24 17:06:35 +02:00
pidfd_getfd_test.c
pidfd_info_test.c selftest/pidfd: add test for thread-group leader pidfd open for thread 2025-04-07 09:38:24 +02:00
pidfd_open_test.c
pidfd_poll_test.c
pidfd_setattr_test.c selftests/pidfd: test setattr support 2025-06-23 12:22:08 +02:00
pidfd_setns_test.c
pidfd_test.c
pidfd_wait.c
pidfd_xattr_test.c selftests/pidfd: test extended attribute support 2025-06-23 12:22:08 +02:00