public inbox for [email protected]
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 6.11-rc4
@ 2024-08-16 19:00 Jens Axboe
  2024-08-16 21:07 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2024-08-16 19:00 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

A few fixes and cleanups that should go into this release:

- Fix a comment in the uapi header using the wrong member name (Caleb)

- Fix KCSAN warning for a debug check in sqpoll (me)

- Two more NAPI tweaks (Olivier)

Please pull!


The following changes since commit 8fe8ac24adcd76b12edbfdefa078567bfff117d4:

  io_uring/net: don't pick multiple buffers for non-bundle send (2024-08-07 15:20:52 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.11-20240824

for you to fetch changes up to 1fc2ac428ef7d2ab9e8e19efe7ec3e58aea51bf3:

  io_uring: fix user_data field name in comment (2024-08-16 12:31:26 -0600)

----------------------------------------------------------------
io_uring-6.11-20240824

----------------------------------------------------------------
Caleb Sander Mateos (1):
      io_uring: fix user_data field name in comment

Jens Axboe (1):
      io_uring/sqpoll: annotate debug task == current with data_race()

Olivier Langlois (2):
      io_uring/napi: check napi_enabled in io_napi_add() before proceeding
      io_uring/napi: remove duplicate io_napi_entry timeout assignation

 include/uapi/linux/io_uring.h | 2 +-
 io_uring/napi.c               | 3 +--
 io_uring/napi.h               | 2 +-
 io_uring/sqpoll.c             | 2 +-
 4 files changed, 4 insertions(+), 5 deletions(-)

-- 
Jens Axboe


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

end of thread, other threads:[~2024-08-16 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-16 19:00 [GIT PULL] io_uring fixes for 6.11-rc4 Jens Axboe
2024-08-16 21:07 ` pr-tracker-bot

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