public inbox for [email protected]
 help / color / mirror / Atom feed
From: Jens Axboe <[email protected]>
To: Linus Torvalds <[email protected]>
Cc: io-uring <[email protected]>
Subject: [GIT PULL] io_uring fixes for 6.13-rc7
Date: Sat, 11 Jan 2025 09:19:00 -0700	[thread overview]
Message-ID: <[email protected]> (raw)

Hi Linus,

A set of minor fixes that should go into this release. This pull request
contains:

- Fix for multishot timeout updates only using the updated value for the
  first invocation, not subsequent ones.

- Silence a false positive lockdep warning 

- Fix the eventfd signaling and putting RCU logic

- Fix fault injected SQPOLL setup not clearing the task pointer in
  the error path

- Fix local task_work looking at the SQPOLL thread rather than just
  signaling the safe variant. Again one of those theoretical issues,
  which should be closed up none the less. 

Please pull!


The following changes since commit ed123c948d06688d10f3b10a7bce1d6fbfd1ed07:

  io_uring/kbuf: use pre-committed buffer address for non-pollable file (2025-01-03 09:38:37 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.13-20250111

for you to fetch changes up to bd2703b42decebdcddf76e277ba76b4c4a142d73:

  io_uring: don't touch sqd->thread off tw add (2025-01-10 14:00:25 -0700)

----------------------------------------------------------------
io_uring-6.13-20250111

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period

Pavel Begunkov (4):
      io_uring/timeout: fix multishot updates
      io_uring: silence false positive warnings
      io_uring/sqpoll: zero sqd->thread on tctx errors
      io_uring: don't touch sqd->thread off tw add

 io_uring/eventfd.c  | 16 +++++++---------
 io_uring/io_uring.c |  5 +----
 io_uring/io_uring.h |  7 ++++---
 io_uring/sqpoll.c   |  6 +++++-
 io_uring/timeout.c  |  4 +++-
 5 files changed, 20 insertions(+), 18 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2025-01-11 16:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-11 16:19 Jens Axboe [this message]
2025-01-11 20:01 ` [GIT PULL] io_uring fixes for 6.13-rc7 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 \
    [email protected] \
    [email protected] \
    [email protected] \
    [email protected] \
    /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