Merge branch 'fix panic bringing up veth with xdp progs'
authorMartin KaFai Lau <martin.lau@kernel.org>
Thu, 10 Nov 2022 04:57:16 +0000 (20:57 -0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 10 Nov 2022 05:02:24 +0000 (21:02 -0800)
commitc7028aa2fb03597e85ad2ac1ad0ac319ace00418
tree40d748a17c066da172a6c82df85b18136ac5e26a
parentfd74b79df0d1c9506583d0b52e3d7562a38ac34a
parent5e5dc33d5dacb34b0165061bc5a10efd2fd3b66f
Merge branch 'fix panic bringing up veth with xdp progs'

John Fastabend says:

====================

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.

Sorry maintainers resent with CC'ing actual lists. Had a scripting
issue. Also dropped henqqi has they are bouncing.

Thanks!
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>