Short series for ntsync: 1/2 docs: align ioctl macro names and struct field order in Documentation/userspace-api/ntsync.rst with include/uapi/linux/ntsync.h, and note that absolute MONOTONIC timeouts use the caller's time namespace.
2/2 selftests: add wait_any_monotonic_timens to lock in the timens conversion in ntsync_schedule() (negative CLOCK_MONOTONIC offset must not make a 100 ms absolute wait return immediately). No driver code changes. Iván Ezequiel Rodriguez (2): docs: ntsync: align ioctl names and struct layouts with uapi selftests: ntsync: test absolute MONOTONIC waits under time namespaces Documentation/userspace-api/ntsync.rst | 33 +++---- .../testing/selftests/drivers/ntsync/ntsync.c | 87 +++++++++++++++++++ 2 files changed, 104 insertions(+), 16 deletions(-) -- 2.43.0

