Re: [PATCH v7 02/11] bpf: Add sockptr support for setsockopt

From: Martin KaFai Lau
Date: Thu Oct 19 2023 - 15:33:20 EST


On 10/16/23 6:47 AM, Breno Leitao wrote:
The whole network stack uses sockptr, and while it doesn't move to
something more modern, let's use sockptr in setsockptr BPF hooks, so, it
could be used by other callers.

The main motivation for this change is to use it in the io_uring
{g,s}etsockopt(), which will use a userspace pointer for *optval, but, a
kernel value for optlen.

Acked-by: Martin KaFai Lau <martin.lau@xxxxxxxxxx>