]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
veristat: Document verifier log dumping capability
authorDaniel Xu <dxu@dxuuu.xyz>
Thu, 9 Jan 2025 23:42:29 +0000 (16:42 -0700)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 10 Jan 2025 22:35:30 +0000 (14:35 -0800)
commit95ad526edebcb3a68429315c81024ffc4ec0980a
treedc4069d7317664b3c839f48a58809209a056880a
parentdefac894af93cb347fae0520fe8f14ca36f6fe87
veristat: Document verifier log dumping capability

`-vl2` 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: Daniel Xu <dxu@dxuuu.xyz>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/d57bbcca81e06ae8dcdadaedb99a48dced67e422.1736466129.git.dxu@dxuuu.xyz
tools/testing/selftests/bpf/veristat.c