vbpf / ebpf-samples

Sample ebpf programs to analyze
91 stars 12 forks source link

Test BPF program with anonymous inner map. #39

Closed Alan-Jowett closed 10 months ago

Alan-Jowett commented 10 months ago

Add BPF program defined in BTF where the inner map type is an anonymous struct.

Verification using Linux 5.15 passes, but verification with Prevail fails.

Verification fails with:

exit: map_fd not found
Alan-Jowett commented 10 months ago

Need to add expected JSON output.