[PATCH 0/3] bpf_wq followup series

Benjamin Tissoires posted 3 patches 1 year, 9 months ago
There is a newer version of this series
kernel/bpf/arraymap.c                       | 15 ++++++++-------
kernel/bpf/hashtab.c                        | 16 +++++-----------
tools/testing/selftests/bpf/prog_tests/wq.c |  2 --
3 files changed, 13 insertions(+), 20 deletions(-)
[PATCH 0/3] bpf_wq followup series
Posted by Benjamin Tissoires 1 year, 9 months ago
Few patches that should have been there from day 1.

Anyway, they are coming now.

Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
---
Benjamin Tissoires (3):
      bpf: do not walk twice the map on free
      bpf: do not walk twice the hash map on free
      selftests/bpf: drop an unused local variable

 kernel/bpf/arraymap.c                       | 15 ++++++++-------
 kernel/bpf/hashtab.c                        | 16 +++++-----------
 tools/testing/selftests/bpf/prog_tests/wq.c |  2 --
 3 files changed, 13 insertions(+), 20 deletions(-)
---
base-commit: 52578f7f53ff8fe3a8f6f3bc8b5956615c07a16e
change-id: 20240425-bpf-next-2114350587e3

Best regards,
-- 
Benjamin Tissoires <bentiss@kernel.org>