public inbox for [email protected]
 help / color / mirror / Atom feed
* [GIT PULL] io_uring fixes for 6.4-rc7
@ 2023-06-16 16:12 Jens Axboe
  2023-06-16 19:35 ` pr-tracker-bot
  2023-06-19 12:04 ` Stefan Metzmacher
  0 siblings, 2 replies; 4+ messages in thread
From: Jens Axboe @ 2023-06-16 16:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: io-uring

Hi Linus,

A fix for sendmsg with CMSG, and the followup fix discussed for avoiding
touching task->worker_private after the worker has started exiting.

Please pull!


The following changes since commit b6dad5178ceaf23f369c3711062ce1f2afc33644:

  Merge tag 'nios2_fix_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux (2023-06-13 17:00:33 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-15

for you to fetch changes up to adeaa3f290ecf7f6a6a5c53219a4686cbdff5fbd:

  io_uring/io-wq: clear current->worker_private on exit (2023-06-14 12:54:55 -0600)

----------------------------------------------------------------
io_uring-6.4-2023-06-15

----------------------------------------------------------------
Jens Axboe (2):
      io_uring/net: save msghdr->msg_control for retries
      io_uring/io-wq: clear current->worker_private on exit

 io_uring/io-wq.c | 7 ++++++-
 io_uring/net.c   | 8 +++++++-
 2 files changed, 13 insertions(+), 2 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] io_uring fixes for 6.4-rc7
  2023-06-16 16:12 [GIT PULL] io_uring fixes for 6.4-rc7 Jens Axboe
@ 2023-06-16 19:35 ` pr-tracker-bot
  2023-06-19 12:04 ` Stefan Metzmacher
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-06-16 19:35 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, io-uring

The pull request you sent on Fri, 16 Jun 2023 10:12:03 -0600:

> git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-15

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] io_uring fixes for 6.4-rc7
  2023-06-16 16:12 [GIT PULL] io_uring fixes for 6.4-rc7 Jens Axboe
  2023-06-16 19:35 ` pr-tracker-bot
@ 2023-06-19 12:04 ` Stefan Metzmacher
  2023-06-19 13:05   ` Jens Axboe
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Metzmacher @ 2023-06-19 12:04 UTC (permalink / raw)
  To: Jens Axboe, Linus Torvalds; +Cc: io-uring

Hi Jens,

> A fix for sendmsg with CMSG, and the followup fix discussed for avoiding
> touching task->worker_private after the worker has started exiting.
> 
> Please pull!
> 
> 
> The following changes since commit b6dad5178ceaf23f369c3711062ce1f2afc33644:
> 
>    Merge tag 'nios2_fix_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux (2023-06-13 17:00:33 -0700)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-15
> 
> for you to fetch changes up to adeaa3f290ecf7f6a6a5c53219a4686cbdff5fbd:
> 
>    io_uring/io-wq: clear current->worker_private on exit (2023-06-14 12:54:55 -0600)
> 
> ----------------------------------------------------------------
> io_uring-6.4-2023-06-15
> 
> ----------------------------------------------------------------
> Jens Axboe (2):
>        io_uring/net: save msghdr->msg_control for retries

Can you please have a look at
https://lore.kernel.org/io-uring/[email protected]/
Before this goes into stable releases...

Thanks!
metze

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] io_uring fixes for 6.4-rc7
  2023-06-19 12:04 ` Stefan Metzmacher
@ 2023-06-19 13:05   ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2023-06-19 13:05 UTC (permalink / raw)
  To: Stefan Metzmacher, Linus Torvalds; +Cc: io-uring

On 6/19/23 6:04 AM, Stefan Metzmacher wrote:
> Hi Jens,
> 
>> A fix for sendmsg with CMSG, and the followup fix discussed for avoiding
>> touching task->worker_private after the worker has started exiting.
>>
>> Please pull!
>>
>>
>> The following changes since commit b6dad5178ceaf23f369c3711062ce1f2afc33644:
>>
>>    Merge tag 'nios2_fix_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux (2023-06-13 17:00:33 -0700)
>>
>> are available in the Git repository at:
>>
>>    git://git.kernel.dk/linux.git tags/io_uring-6.4-2023-06-15
>>
>> for you to fetch changes up to adeaa3f290ecf7f6a6a5c53219a4686cbdff5fbd:
>>
>>    io_uring/io-wq: clear current->worker_private on exit (2023-06-14 12:54:55 -0600)
>>
>> ----------------------------------------------------------------
>> io_uring-6.4-2023-06-15
>>
>> ----------------------------------------------------------------
>> Jens Axboe (2):
>>        io_uring/net: save msghdr->msg_control for retries
> 
> Can you please have a look at
> https://lore.kernel.org/io-uring/[email protected]/
> Before this goes into stable releases...

Done, I'll prep a patch fixing the WAITALL case.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-19 13:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-16 16:12 [GIT PULL] io_uring fixes for 6.4-rc7 Jens Axboe
2023-06-16 19:35 ` pr-tracker-bot
2023-06-19 12:04 ` Stefan Metzmacher
2023-06-19 13:05   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox