The following test says it all. I did my best to search for previous bug reports on this, but I just couldn't find anything similar, so apologies if I missed something obvious somewhere. If I try to ...
Support static initialization of BPF_MAP_TYPE_PROG_ARRAY maps (used for BPF tail calls) with a syntax similar to map-in-map initialization: SEC("socket") int tail_1(void *ctx) { return 42; } struct { ...