mbox series

[0/3] bpf_wq followup series

Message ID 20240425-bpf-next-v1-0-1d8330e6c643@kernel.org (mailing list archive)
Headers show
Series bpf_wq followup series | expand

Message

Benjamin Tissoires April 25, 2024, 1:59 p.m. UTC
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,