Open
Description
Describe the bug
The ebpf-verifier submodule used in jbpf is >2 years of out date (last commit is December 2022). Since then, ebpf-verifier (now named prevail) has made several important bug fixes that impact verification correctness. It's also added more useful errors upon verification failure and line numbers where verification failed.
To Reproduce
Steps to reproduce the behavior:
- Run jbpf-verifier-cli against a bpf program
- Receive verification errors that no longer exist in upstream prevail, or errors that are tough to debug without error context and line numbers
Expected behavior
Update ebpf-verifier in jbpf. I spent some time trying this out, but ran into a lot of issues especially with the whole project rename scheme (ebpf-verifier => prevail).
Metadata
Metadata
Assignees
Labels
No labels