mbox series

[net,v2,0/2] bpf, sockmap: Avoid sk_prot reset on sockmap unlink with ULP set

Message ID 20250331012126.1649720-1-dongchenchen2@huawei.com (mailing list archive)
Headers show
Series bpf, sockmap: Avoid sk_prot reset on sockmap unlink with ULP set | expand

Message

Dong Chenchen March 31, 2025, 1:21 a.m. UTC
Avoid sk_prot reset on sockmap unlink with ULP set to fix warning on
recurse in sock_map_close().

Dong Chenchen (2):
  bpf, sockmap: Avoid sk_prot reset on sockmap unlink with ULP set
  selftests: bpf: Add case for sockmap_ktls set when verdict attached

 net/ipv4/tcp_bpf.c                            |  3 +
 .../selftests/bpf/prog_tests/sockmap_ktls.c   | 70 +++++++++++++++++++
 2 files changed, 73 insertions(+)