All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] timeout immediate arg
@ 2026-03-02 13:10 Pavel Begunkov
  2026-03-02 13:10 ` [PATCH v3 1/4] io_uring/timeout: check unused sqe fields Pavel Begunkov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pavel Begunkov @ 2026-03-02 13:10 UTC (permalink / raw)
  To: io-uring; +Cc: asml.silence, axboe

Allow the user to pass the timeout value inside the SQE instead of
pointing to a timespec, people asked for it as it makes user space
simpler. More details description is in Patch 4.

v3: Enable the feature for the abs timeout mode
    Convert internal request handling to ktime
    Validate unused SQE fields for timeout reqs
v2: ditto for timeout updates

Pavel Begunkov (4):
  io_uring/timeout: check unused sqe fields
  io_uring/timeout: add helper for parsing user time
  io_uring/timeout: migrate reqs from ts64 to ktime
  io_uring/timeout: immediate timeout arg

 include/uapi/linux/io_uring.h |  5 +++
 io_uring/timeout.c            | 70 +++++++++++++++++++++++------------
 io_uring/timeout.h            |  2 +-
 3 files changed, 53 insertions(+), 24 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-02 16:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02 13:10 [PATCH v3 0/4] timeout immediate arg Pavel Begunkov
2026-03-02 13:10 ` [PATCH v3 1/4] io_uring/timeout: check unused sqe fields Pavel Begunkov
2026-03-02 13:10 ` [PATCH v3 2/4] io_uring/timeout: add helper for parsing user time Pavel Begunkov
2026-03-02 13:10 ` [PATCH v3 3/4] io_uring/timeout: migrate reqs from ts64 to ktime Pavel Begunkov
2026-03-02 13:10 ` [PATCH v3 4/4] io_uring/timeout: immediate timeout arg Pavel Begunkov
2026-03-02 16:28 ` [PATCH v3 0/4] timeout immediate arg Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.