]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/ipv4/tcp_bpf.c
bpf: Clean up sockmap related Kconfigs
authorCong Wang <cong.wang@bytedance.com>
Tue, 23 Feb 2021 18:49:26 +0000 (10:49 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 26 Feb 2021 20:28:03 +0000 (12:28 -0800)
commit887596095ec2a9ea39ffcf98f27bf2e77c5eb512
treeb4cf08fb470aa03cd92a8387b0ef1ce2db5e6514
parenta83586a7ddba25065ec37323c05deb9019ce4fa9
bpf: Clean up sockmap related Kconfigs

As suggested by John, clean up sockmap related Kconfigs:

Reduce the scope of CONFIG_BPF_STREAM_PARSER down to TCP stream
parser, to reflect its name.

Make the rest sockmap code simply depend on CONFIG_BPF_SYSCALL
and CONFIG_INET, the latter is still needed at this point because
of TCP/UDP proto update. And leave CONFIG_NET_SOCK_MSG untouched,
as it is used by non-sockmap cases.

Signed-off-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Reviewed-by: Lorenz Bauer <lmb@cloudflare.com>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: Jakub Sitnicki <jakub@cloudflare.com>
Link: https://lore.kernel.org/bpf/20210223184934.6054-2-xiyou.wangcong@gmail.com
12 files changed:
include/linux/bpf.h
include/linux/bpf_types.h
include/linux/skmsg.h
include/net/tcp.h
include/net/udp.h
init/Kconfig
net/Kconfig
net/core/Makefile
net/core/skmsg.c
net/core/sock_map.c
net/ipv4/Makefile
net/ipv4/tcp_bpf.c