[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230901231129.578493-1-martin.lau@linux.dev>
Date: Fri, 1 Sep 2023 16:11:26 -0700
From: Martin KaFai Lau <martin.lau@...ux.dev>
To: bpf@...r.kernel.org
Cc: 'Alexei Starovoitov ' <ast@...nel.org>,
'Andrii Nakryiko ' <andrii@...nel.org>,
'Daniel Borkmann ' <daniel@...earbox.net>,
netdev@...r.kernel.org,
kernel-team@...a.com
Subject: [PATCH bpf 0/3] bpf: Fixes for bpf_sk_storage
From: Martin KaFai Lau <martin.lau@...nel.org>
This set has two fixes for bpf_sk_storage. Please see the individual
patch for details.
Martin KaFai Lau (3):
bpf: bpf_sk_storage: Fix invalid wait context lockdep report
bpf: bpf_sk_storage: Fix the missing uncharge in sk_omem_alloc
selftests/bpf: Check bpf_sk_storage has uncharged sk_omem_alloc
kernel/bpf/bpf_local_storage.c | 49 +++++----------
.../bpf/prog_tests/sk_storage_omem_uncharge.c | 56 +++++++++++++++++
.../selftests/bpf/progs/bpf_tracing_net.h | 1 +
.../bpf/progs/sk_storage_omem_uncharge.c | 61 +++++++++++++++++++
4 files changed, 133 insertions(+), 34 deletions(-)
create mode 100644 tools/testing/selftests/bpf/prog_tests/sk_storage_omem_uncharge.c
create mode 100644 tools/testing/selftests/bpf/progs/sk_storage_omem_uncharge.c
--
2.34.1
Powered by blists - more mailing lists