[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201002013442.2541568-1-kafai@fb.com>
Date: Thu, 1 Oct 2020 18:34:42 -0700
From: Martin KaFai Lau <kafai@...com>
To: <bpf@...r.kernel.org>
CC: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>, <kernel-team@...com>,
<netdev@...r.kernel.org>, Stanislav Fomichev <sdf@...gle.com>
Subject: [PATCH bpf-next 0/2] Do not limit cb_flags when creating child sk from listen sk
This set fixes an issue that the bpf_skops_init_child() unnecessarily
limited the child sk from inheriting all bpf_sock_ops_cb_flags
of the listen sk. It also adds a test to check that.
Martin KaFai Lau (2):
bpf: tcp: Do not limit cb_flags when creating child sk from listen sk
bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flags
include/net/tcp.h | 33 -------------------
net/ipv4/tcp_minisocks.c | 1 -
.../bpf/prog_tests/tcp_hdr_options.c | 12 +++++++
.../bpf/progs/test_misc_tcp_hdr_options.c | 4 +--
.../bpf/progs/test_tcp_hdr_options.c | 7 ++--
.../selftests/bpf/test_tcp_hdr_options.h | 5 +--
6 files changed, 22 insertions(+), 40 deletions(-)
--
2.24.1
Powered by blists - more mailing lists