Message ID | 20221108221650.808950-1-john.fastabend@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | fix panic bringing up veth with xdp progs | expand |
On Tue, 8 Nov 2022 14:16:49 -0800 John Fastabend wrote: > Not sure if folks want to take this through BPF tree or networking tree. Whatever's easiest :) FWIW Acked-by: Jakub Kicinski <kuba@kernel.org> > I took a quick look and didn't see any pending fixes so seems no one > has noticed the panic yet. It reproducible and easy to repro. > > I put bpf in the title thinking it woudl be great to run through the > BPF selftests given its XDP triggering the panic. > > Sorry maintainers resent with CC'ing actual lists. Had a scripting > issue. Also dropped henqqi has they are bouncing. Adding Paolo, who had comments on this patch in the past. The entire concept is worth mainintaining in your opinion, I take it?
Hello: This patch was applied to bpf/bpf-next.git (master) by Martin KaFai Lau <martin.lau@kernel.org>: On Tue, 8 Nov 2022 14:16:49 -0800 you wrote: > Not sure if folks want to take this through BPF tree or networking tree. > I took a quick look and didn't see any pending fixes so seems no one > has noticed the panic yet. It reproducible and easy to repro. > > I put bpf in the title thinking it woudl be great to run through the > BPF selftests given its XDP triggering the panic. > > [...] Here is the summary with links: - [1/1,bpf-next] bpf: veth driver panics when xdp prog attached before veth_open https://git.kernel.org/bpf/bpf-next/c/5e5dc33d5dac You are awesome, thank you!