mbox series

[GIT,PULL] io_uring fix for 6.10-rc5

Message ID 83d246af-25b2-4ac4-a7f6-57988e6ed145@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.10-rc5 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.10-20240621

Message

Jens Axboe June 21, 2024, 4:12 p.m. UTC
Hi Linus,

Just a single cleanup for the fixed buffer iov_iter import. More
cosmetic than anything else, but let's get it cleaned up as it's
confusing.

Please pull!


The following changes since commit f4a1254f2a076afb0edd473589bf40f9b4d36b41:

  io_uring: fix cancellation overwriting req->flags (2024-06-13 19:25:28 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.10-20240621

for you to fetch changes up to a23800f08a60787dfbf2b87b2e6ed411cb629859:

  io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (2024-06-20 06:51:56 -0600)

----------------------------------------------------------------
io_uring-6.10-20240621

----------------------------------------------------------------
Chenliang Li (1):
      io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed

 io_uring/rsrc.c | 1 -
 1 file changed, 1 deletion(-)

Comments

pr-tracker-bot@kernel.org June 21, 2024, 9:09 p.m. UTC | #1
The pull request you sent on Fri, 21 Jun 2024 10:12:52 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.10-20240621

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a502e727965dbd735145cff7ec84ad0a6060f9d2

Thank you!