mbox series

[GIT,PULL] io_uring fix for 6.14-rc5

Message ID 6978bfa0-3fb0-4a4b-8961-56996d3f92d7@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.14-rc5 | expand

Pull-request

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

Message

Jens Axboe Feb. 28, 2025, 2:10 p.m. UTC
Hi Linus,

Just a single fix headed for stable, ensuring that msg_control is
properly saved in compat mode as well.

Please pull!


The following changes since commit 4614de748e78a295ee9b1f54ca87280b101fbdf0:

  io_uring/rw: clean up mshot forced sync mode (2025-02-19 13:42:22 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6ebf05189dfc6d0d597c99a6448a4d1064439a18:

  io_uring/net: save msg_control for compat (2025-02-25 09:03:51 -0700)

----------------------------------------------------------------
io_uring-6.14-20250228

----------------------------------------------------------------
Pavel Begunkov (1):
      io_uring/net: save msg_control for compat

 io_uring/net.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Feb. 28, 2025, 5:49 p.m. UTC | #1
The pull request you sent on Fri, 28 Feb 2025 07:10:38 -0700:

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

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

Thank you!