bpf: fix precision propagation verbose logging
authorAndrii Nakryiko <andrii@kernel.org>
Mon, 13 Mar 2023 18:40:17 +0000 (11:40 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Mon, 13 Mar 2023 18:46:44 +0000 (11:46 -0700)
commit34f0677e7afd3a292bc1aadda7ce8e35faedb204
treec9d5bac9918a761933e94f86872ecb570ee81a44
parent49b5300f1f8f2b542b31d63043c2febd13edbe3a
bpf: fix precision propagation verbose logging

Fix wrong order of frame index vs register/slot index in precision
propagation verbose (level 2) output. It's wrong and very confusing as is.

Fixes: 529409ea92d5 ("bpf: propagate precision across all frames, not just the last one")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20230313184017.4083374-1-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
kernel/bpf/verifier.c