mbox series

[PATCHSET,0/2] Add io_uring socket(2) support

Message ID 20220412202240.234207-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Add io_uring socket(2) support | expand

Message

Jens Axboe April 12, 2022, 8:22 p.m. UTC
Hi,

The main motivator here is to allow creating a socket as a direct
descriptor, similarly to how we do it for the open/accept support.

Comments

Jens Axboe April 13, 2022, 4:26 p.m. UTC | #1
On Tue, 12 Apr 2022 14:22:38 -0600, Jens Axboe wrote:
> The main motivator here is to allow creating a socket as a direct
> descriptor, similarly to how we do it for the open/accept support.
> 

Applied, thanks!

[1/2] net: add __sys_socket_file()
      (no commit info)
[2/2] io_uring: add socket(2) support
      (no commit info)

Best regards,