mirror-linux/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 selftests/pidfd: add seventh PIDFD_INFO_EXIT selftest 2025-03-05 13:26:21 +01:00
pidfd_fdinfo_test.c selftests/pidfd: fix header inclusion 2025-03-05 13:26:20 +01:00
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 selftests: add ESRCH tests for pidfd_getfd() 2024-02-07 15:48:31 +01:00
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 selftests/pidfd: expand common pidfd header 2025-03-05 13:26:20 +01:00
pidfd_poll_test.c selftests: pidfd: ksft_exit functions do not return 2024-05-06 13:57:20 -06:00
pidfd_setattr_test.c selftests/pidfd: test setattr support 2025-06-23 12:22:08 +02:00
pidfd_setns_test.c selftests/pidfd: expand common pidfd header 2025-03-05 13:26:20 +01:00
pidfd_test.c selftests/pidfd: add tests for PIDFD_SELF_* 2025-02-05 15:14:55 +01:00
pidfd_wait.c selftests/pidfd: add pidfs file handle selftests 2024-12-17 09:16:18 +01:00
pidfd_xattr_test.c selftests/pidfd: test extended attribute support 2025-06-23 12:22:08 +02:00