Jakub Sitnicki wrote: > Don't require the kernel code, like BPF helpers, that needs access to > SOCKMAP map contents to live in the sock_map module. Expose the SOCKMAP > lookup operation to all kernel-land. > > Lookup from BPF context is not whitelisted yet. While syscalls have a > dedicated lookup handler. > > Signed-off-by: Jakub Sitnicki <jakub@xxxxxxxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx>