]> Git Repo - linux.git/commit
net: Split a __sys_listen helper for io_uring
authorGabriel Krisman Bertazi <[email protected]>
Fri, 14 Jun 2024 16:30:45 +0000 (12:30 -0400)
committerJens Axboe <[email protected]>
Wed, 19 Jun 2024 13:57:21 +0000 (07:57 -0600)
commitbb6aaf736680f0f3c2e6281735c47c64e2042819
treeb5d4660d20059537b2a83ba11ce33e78e7f346bc
parentdc2e77979412d289df9049d8c693761db8602867
net: Split a __sys_listen helper for io_uring

io_uring holds a reference to the file and maintains a sockaddr_storage
address.  Similarly to what was done to __sys_connect_file, split an
internal helper for __sys_listen in preparation to support an
io_uring listen command.

Reviewed-by: Jens Axboe <[email protected]>
Signed-off-by: Gabriel Krisman Bertazi <[email protected]>
Reviewed-by: Kuniyuki Iwashima <[email protected]>
Acked-by: Jakub Kicinski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
include/linux/socket.h
net/socket.c
This page took 0.061892 seconds and 4 git commands to generate.