public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET 0/2] Saner ->async_data handling
@ 2025-08-22 13:14 Jens Axboe
  2025-08-22 13:14 ` [PATCH 1/2] io_uring/futex: ensure io_futex_wait() cleans up properly on failure Jens Axboe
  2025-08-22 13:14 ` [PATCH 2/2] io_uring: clear ->async_data as part of normal init Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Jens Axboe @ 2025-08-22 13:14 UTC (permalink / raw)
  To: io-uring

Hi,

Just two minor fixes - one for an issue where futex was handling
->async_data setting and clearing inconsistently wrt REQ_F_ASYNC_DATA,
and then a followup that just ensures that other opcode handlers can't
mess this up.

 io_uring/futex.c    | 3 +++
 io_uring/io_uring.c | 1 +
 2 files changed, 4 insertions(+)

-- 
Jens Axboe


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

end of thread, other threads:[~2025-08-22 13:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 13:14 [PATCHSET 0/2] Saner ->async_data handling Jens Axboe
2025-08-22 13:14 ` [PATCH 1/2] io_uring/futex: ensure io_futex_wait() cleans up properly on failure Jens Axboe
2025-08-22 13:14 ` [PATCH 2/2] io_uring: clear ->async_data as part of normal init Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox