Hello:
This series was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Tue, 1 Aug 2023 22:26:19 +0800 you wrote:
This series introduces a new tracepoint in bpf_xdp_link_attach(). By this tracepoint, error message will be captured when error happens in dev_xdp_attach(), e.g. invalid attaching flags.
v4 -> v5:
- Initialise the extack variable.
- Fix code style issue of variable declaration lines.
[...]
Here is the summary with links: - [bpf-next,v5,1/2] bpf, xdp: Add tracepoint to xdp attaching failure https://git.kernel.org/bpf/bpf-next/c/bf4ea1d0b2cb - [bpf-next,v5,2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint https://git.kernel.org/bpf/bpf-next/c/7fedbf32fcc7
You are awesome, thank you!