isovalent / ebpf-docs

An effort to comprehensively document eBPF
https://ebpf-docs.dylanreimerink.nl/
BSD 2-Clause "Simplified" License
177 stars 18 forks source link

Add detailed verifier docs + guide to verifier log reading #10

Open dylandreimerink opened 6 months ago

dylandreimerink commented 6 months ago

For most developers the verifier is the main obstacle to content with when it comes to writing eBPF programs. We already have a generic concept page which doesn't go into details. It would be valuable to make some more detailed documentation surrounding the inner workings of the verifier. The verifier does output a log, but its hard to read, especially newcomers.