Re: [PATCH v4 09/10] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT

From: Gabriel Krisman Bertazi
Date: Tue Sep 05 2023 - 12:06:21 EST


Breno Leitao <leitao@xxxxxxxxxx> writes:

> Add initial support for SOCKET_URING_OP_SETSOCKOPT. This new command is
> similar to setsockopt. This implementation leverages the function
> do_sock_setsockopt(), which is shared with the setsockopt() system call
> path.
>
> Important to say that userspace needs to keep the pointer's memory alive
> until the operation is completed. I.e, the memory could not be
> deallocated before the CQE is returned to userspace.
>
> Signed-off-by: Breno Leitao <leitao@xxxxxxxxxx>

Likewise, much cleaner! Feel free to add:

Reviewed-by: Gabriel Krisman Bertazi <krisman@xxxxxxx>

Thanks,

--
Gabriel Krisman Bertazi