mbox series

[bpf-next,v3,0/3] bpf_wq followup series

Message ID 20240430-bpf-next-v3-0-27afe7f3b17c@kernel.org (mailing list archive)
Headers show
Series bpf_wq followup series | expand

Message

Benjamin Tissoires April 30, 2024, 10:43 a.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>
---
Changes in v3:
- fixed bpf_test module not being able to be removed, because the bpf_wq
  was never freed
- Link to v2: https://lore.kernel.org/r/20240430-bpf-next-v2-0-140aa50f0f19@kernel.org

Changes in v2:
- fix wq in hashtabs not being freed (and static call not being used)
- Link to v1: https://lore.kernel.org/r/20240425-bpf-next-v1-0-1d8330e6c643@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                        | 49 ++++++++---------------------
 tools/testing/selftests/bpf/prog_tests/wq.c |  2 --
 3 files changed, 21 insertions(+), 45 deletions(-)
---
base-commit: 1bba3b3d373dbafae891e7cb06b8c82c8d62aba1
change-id: 20240425-bpf-next-2114350587e3

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org April 30, 2024, 2:40 p.m. UTC | #1
Hello:

This series was applied to bpf/bpf-next.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Tue, 30 Apr 2024 12:43:23 +0200 you wrote:
> Few patches that should have been there from day 1.
> 
> Anyway, they are coming now.
> 
> Signed-off-by: Benjamin Tissoires <bentiss@kernel.org>
> ---
> Changes in v3:
> - fixed bpf_test module not being able to be removed, because the bpf_wq
>   was never freed
> - Link to v2: https://lore.kernel.org/r/20240430-bpf-next-v2-0-140aa50f0f19@kernel.org
> 
> [...]

Here is the summary with links:
  - [bpf-next,v3,1/3] bpf: do not walk twice the map on free
    https://git.kernel.org/bpf/bpf-next/c/b98a5c68ccaa
  - [bpf-next,v3,2/3] bpf: do not walk twice the hash map on free
    https://git.kernel.org/bpf/bpf-next/c/a891711d0166
  - [bpf-next,v3,3/3] selftests/bpf: drop an unused local variable
    https://git.kernel.org/bpf/bpf-next/c/05cbc217aafb

You are awesome, thank you!