Re: [PATCH 0/2] io_uring: honour submitter's time namespace for ABS timeouts
From: Jens Axboe
Date: Wed May 06 2026 - 07:01:29 EST
On Mon, 04 May 2026 23:37:53 +0800, Maoyi Xie wrote:
> This series addresses two io_uring code paths that arm an ABS
> hrtimer from a timestamp supplied by the caller. Both paths skip
> the conversion from the submitter's time namespace view to host
> view via timens_ktime_to_host(). The clock is CLOCK_MONOTONIC by
> default, or optionally CLOCK_BOOTTIME.
>
> All four other ABS timer interfaces already do this conversion:
> timer_settime(TIMER_ABSTIME), clock_nanosleep(TIMER_ABSTIME),
> alarm_timer_nsleep(TIMER_ABSTIME), and
> timerfd_settime(TFD_TIMER_ABSTIME).
>
> [...]
Applied, thanks!
[1/2] io_uring/timeout: honour caller's time namespace for IORING_TIMEOUT_ABS
commit: 9cc6bac1bebf8310d2950d1411a91479e86d69a1
[2/2] io_uring/wait: honour caller's time namespace for IORING_ENTER_ABS_TIMER
commit: 45d2b37a37ab98484693533496395c610a2cab96
Best regards,
--
Jens Axboe