Re: [PATCH bpf-next] bpf: veristat: Document verifier log dumping capability

2025-01-10 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko : On Thu, 9 Jan 2025 16:42:29 -0700 you wrote: > `-l2 -v` is a useful combination of flags to dump the entire > verification log. This is helpful when making changes to the verifier, > as you can see what it thinks pro

Re: [PATCH bpf-next] bpf: veristat: Document verifier log dumping capability

2025-01-10 Thread Andrii Nakryiko
On Thu, Jan 9, 2025 at 3:42 PM Daniel Xu wrote: > > `-l2 -v` is a useful combination of flags to dump the entire > verification log. This is helpful when making changes to the verifier, > as you can see what it thinks program one instruction at a time. > > This was more or less a hidden feature be

[PATCH bpf-next] bpf: veristat: Document verifier log dumping capability

2025-01-09 Thread Daniel Xu
`-l2 -v` is a useful combination of flags to dump the entire verification log. This is helpful when making changes to the verifier, as you can see what it thinks program one instruction at a time. This was more or less a hidden feature before. Document it so others can discover it. Signed-off-by: