[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191123212709.4598-1-axboe@kernel.dk>
Date: Sat, 23 Nov 2019 14:27:07 -0700
From: Jens Axboe <axboe@...nel.dk>
To: io-uring@...r.kernel.org
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: [PATCHSET 0/2] io_uring: add support for connect()
Pretty trivially done, now that we support file table inheritance.
This is done in a similar fashion to the accept4() support, by adding
a __sys_connect_file() helper and using that from io_uring.
fs/io_uring.c | 37 +++++++++++++++++++++++++++++++++++
include/linux/socket.h | 3 +++
include/uapi/linux/io_uring.h | 1 +
net/socket.c | 30 ++++++++++++++++++++--------
4 files changed, 63 insertions(+), 8 deletions(-)
--
Jens Axboe
Powered by blists - more mailing lists