On Mon, Apr 29, 2024 at 09:19:03PM +0200, Mickaël Salaün wrote:
Required by switch_timens() to open /proc/self/ns/time_for_children.
CONFIG_GENERIC_VDSO_TIME_NS is not available on UML, so pidfd_setns_test cannot be run successfully on this architecture.
Cc: Christian Brauner brauner@kernel.org Cc: Shuah Khan skhan@linuxfoundation.org Fixes: 2b40c5db73e2 ("selftests/pidfd: add pidfd setns tests") Reviewed-by: Kees Cook keescook@chromium.org Signed-off-by: Mickaël Salaün mic@digikod.net Link: https://lore.kernel.org/r/20240429191911.2552580-2-mic@digikod.net
Looks good to me, Reviewed-by: Christian Brauner brauner@kernel.org