mbox series

[GIT,PULL] io_uring fix for 6.14 final

Message ID da6fddfa-f9a5-4c18-9804-320d7efef6a6@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.14 final | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.14-20250322

Message

Jens Axboe March 22, 2025, 5:14 p.m. UTC
Hi Linus,

Just a single fix for the commit that went into your tree yesterday,
which exposed an issue with not always clearing notifications. That
could cause them to be used more than once.

Please pull!


The following changes since commit cc34d8330e036b6bffa88db9ea537bae6b03948f:

  io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally (2025-03-20 12:27:27 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.14-20250322

for you to fetch changes up to 67c007d6c12da3e456c005083696c20d4498ae72:

  io_uring/net: fix sendzc double notif flush (2025-03-22 08:14:36 -0600)

----------------------------------------------------------------
io_uring-6.14-20250322

----------------------------------------------------------------
Pavel Begunkov (1):
      io_uring/net: fix sendzc double notif flush

 io_uring/net.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

pr-tracker-bot@kernel.org March 22, 2025, 9:45 p.m. UTC | #1
The pull request you sent on Sat, 22 Mar 2025 11:14:47 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.14-20250322

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

Thank you!