mbox series

[GIT,PULL] io_uring fix for 6.6-rc4

Message ID e997821f-7f68-4ca3-9689-b6e10ebd6978@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] io_uring fix for 6.6-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-28

Message

Jens Axboe Sept. 29, 2023, 6:06 a.m. UTC
Hi Linus,

Single fix going to stable fixing the flag handling for
IORING_OP_LINKAT. Please pull!


The following changes since commit c21a8027ad8a68c340d0d58bf1cc61dcb0bc4d2f:

  io_uring/net: fix iter retargeting for selected buf (2023-09-14 10:12:55 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-28

for you to fetch changes up to 2a5c842528a0e745fbee079646d971fdb14baa7c:

  io_uring/fs: remove sqe->rw_flags checking from LINKAT (2023-09-28 09:27:15 -0600)

----------------------------------------------------------------
io_uring-6.6-2023-09-28

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/fs: remove sqe->rw_flags checking from LINKAT

 io_uring/fs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe Sept. 29, 2023, 9:10 a.m. UTC | #1
On 9/29/23 12:06 AM, Jens Axboe wrote:
> Hi Linus,
> 
> Single fix going to stable fixing the flag handling for
> IORING_OP_LINKAT. Please pull!
> 
> 
> The following changes since commit c21a8027ad8a68c340d0d58bf1cc61dcb0bc4d2f:
> 
>   io_uring/net: fix iter retargeting for selected buf (2023-09-14 10:12:55 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-28
> 
> for you to fetch changes up to 2a5c842528a0e745fbee079646d971fdb14baa7c:
> 
>   io_uring/fs: remove sqe->rw_flags checking from LINKAT (2023-09-28 09:27:15 -0600)
> 
> ----------------------------------------------------------------
> io_uring-6.6-2023-09-28
> 
> ----------------------------------------------------------------
> Jens Axboe (1):
>       io_uring/fs: remove sqe->rw_flags checking from LINKAT
> 
>  io_uring/fs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Note: I amended the above commit to add a Reported-by tag, which I
didn't have originally. Everything else is still the same. Updated
request pull output:

The following changes since commit c21a8027ad8a68c340d0d58bf1cc61dcb0bc4d2f:

  io_uring/net: fix iter retargeting for selected buf (2023-09-14 10:12:55 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-28

for you to fetch changes up to a52d4f657568d6458e873f74a9602e022afe666f:

  io_uring/fs: remove sqe->rw_flags checking from LINKAT (2023-09-29 03:07:09 -0600)

----------------------------------------------------------------
io_uring-6.6-2023-09-28

----------------------------------------------------------------
Jens Axboe (1):
      io_uring/fs: remove sqe->rw_flags checking from LINKAT

 io_uring/fs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
pr-tracker-bot@kernel.org Sept. 29, 2023, 8:48 p.m. UTC | #2
The pull request you sent on Fri, 29 Sep 2023 03:10:02 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.6-2023-09-28

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

Thank you!