public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: io-uring@vger.kernel.org
Subject: [PATCHSET 0/2] Saner ->async_data handling
Date: Fri, 22 Aug 2025 07:14:45 -0600	[thread overview]
Message-ID: <20250822131557.891602-1-axboe@kernel.dk> (raw)

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


             reply	other threads:[~2025-08-22 13:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-22 13:14 Jens Axboe [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250822131557.891602-1-axboe@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=io-uring@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox