Message ID | 20230421170300.24115-1-fw@strlen.de (mailing list archive) |
---|---|
Headers | show |
Series | bpf: add netfilter program type | expand |
Hello: This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov <ast@kernel.org>: On Fri, 21 Apr 2023 19:02:53 +0200 you wrote: > Changes since last version: > - rework test case in last patch wrt. ctx->skb dereference etc (Alexei) > - pacify bpf ci tests, netfilter program type missed string translation > in libbpf helper. > > This still uses runtime btf walk rather than extending > the btf trace array as Alexei suggested, I would do this later (or someone else can). > > [...] Here is the summary with links: - [bpf-next,v5,1/7] bpf: add bpf_link support for BPF_NETFILTER programs https://git.kernel.org/bpf/bpf-next/c/84601d6ee68a - [bpf-next,v5,2/7] bpf: minimal support for programs hooked into netfilter framework https://git.kernel.org/bpf/bpf-next/c/fd9c663b9ad6 - [bpf-next,v5,3/7] netfilter: nfnetlink hook: dump bpf prog id https://git.kernel.org/bpf/bpf-next/c/506a74db7e01 - [bpf-next,v5,4/7] netfilter: disallow bpf hook attachment at same priority https://git.kernel.org/bpf/bpf-next/c/0bdc6da88f5b - [bpf-next,v5,5/7] tools: bpftool: print netfilter link info (no matching commit) - [bpf-next,v5,6/7] bpf: add test_run support for netfilter program type https://git.kernel.org/bpf/bpf-next/c/2b99ef22e0d2 - [bpf-next,v5,7/7] selftests/bpf: add missing netfilter return value and ctx access tests https://git.kernel.org/bpf/bpf-next/c/006c0e44ed92 You are awesome, thank you!
On Fri, Apr 21, 2023 at 06:50:21PM +0000, patchwork-bot+netdevbpf@kernel.org wrote: > Hello: > > This series was applied to bpf/bpf-next.git (master) > by Alexei Starovoitov <ast@kernel.org>: Yay! I'm getting a procedure done on my wrist so I'll be unable to code for a week or two. When I recover I'll get on the conntrack stuff + a selftest. If anyone has a burning desire to do it before then, feel free to go ahead. Thanks, Daniel