Andrii Nakryiko <andrii.nakryiko@xxxxxxxxx> writes: > On Tue, Dec 13, 2022 at 3:24 PM Toke Høiland-Jørgensen <toke@xxxxxxxxxx> wrote: >> >> This adds a simple test for inserting an XDP program into a cpumap that is >> "owned" by an XDP program that was loaded as PROG_TYPE_EXT (as libxdp >> does). Prior to the kernel fix this would fail because the map type >> ownership would be set to PROG_TYPE_EXT instead of being resolved to >> PROG_TYPE_XDP. >> >> v3: >> - Update comment to better explain the cause >> - Add Yonghong's ACK >> >> Acked-by: Yonghong Song <yhs@xxxxxx> >> Signed-off-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> >> --- > > what a race, I just replied a few minutes ago on your v2. Let's use > modern BPF skeleton approach instead of adding legacy stuff to > testing_helpers Sure, will respin... -Toke