Subject: [PATCH v1 0/3] io_uring: add option to not set in_iowait
From: David Wei <dw@davidwei.uk>
To: io-uring@vger.kernel.org
Cc: Jens Axboe <axboe@kernel.dk>,
	Pavel Begunkov <asml.silence@gmail.com>
Date: Fri, 16 Aug 2024 11:01:42 -0700

.
Subject: [PATCH] io_uring: fix user_data field name in comment
From: Caleb Sander Mateos <csander@purestorage.com>
To: Jens Axboe <axboe@kernel.dk>,
	Pavel Begunkov <asml.silence@gmail.com>
Cc: Caleb Sander Mateos <csander@purestorage.com>,
	io-uring@vger.kernel.org,
	linux-kernel@vger.kernel.org
Date: Fri, 16 Aug 2024 12:15:23 -0600

.
Subject: [GIT PULL] io_uring fixes for 6.11-rc4
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: io-uring <io-uring@vger.kernel.org>
Date: Fri, 16 Aug 2024 13:00:38 -0600

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


.
Subject: [PATCHSET v3 0/5] Add support for batched min timeout
From: Jens Axboe <axboe@kernel.dk>
To: io-uring@vger.kernel.org
Date: Fri, 16 Aug 2024 14:38:11 -0600

.
