Linux io-uring development
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: io-uring <io-uring@vger.kernel.org>
Subject: [GIT PULL] io_uring fix for 6.15-rc5
Date: Fri, 2 May 2025 11:00:28 -0600	[thread overview]
Message-ID: <6526a5f1-f00c-46ab-85d8-2afaeda2198e@kernel.dk> (raw)

Hi Linus,

Just a single fix, annotating the fdinfo side SQ/CQ head/tail reads with
data_race() as they are known racy. Only serves to silence syzbot
testing, by definition these debug outputs are going to be racy as they
may change as soon as we've read them.

Please pull!


The following changes since commit edd43f4d6f50ec3de55a0c9e9df6348d1da51965:

  io_uring: fix 'sync' handling of io_fallback_tw() (2025-04-24 10:32:43 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.15-20250502

for you to fetch changes up to f024d3a8ded0d8d2129ae123d7a5305c29ca44ce:

  io_uring/fdinfo: annotate racy sq/cq head/tail reads (2025-04-30 07:17:17 -0600)

----------------------------------------------------------------
io_uring-6.15-20250502

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/fdinfo: annotate racy sq/cq head/tail reads

 io_uring/fdinfo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2025-05-02 17:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-02 17:00 Jens Axboe [this message]
2025-05-02 18:08 ` [GIT PULL] io_uring fix for 6.15-rc5 pr-tracker-bot

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=6526a5f1-f00c-46ab-85d8-2afaeda2198e@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=io-uring@vger.kernel.org \
    --cc=torvalds@linux-foundation.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