diff options
author | Daniel Borkmann <daniel@iogearbox.net> | 2024-10-16 16:49:12 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-10-17 21:06:34 +0300 |
commit | 3e9e708757ca3b7eb65a820031d62fea1a265709 (patch) | |
tree | d430bbb3ef23b6f94cb6f0e7574c89fb2c93cc7f /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 3878ae04e9fc24dacb77a1d32bd87e7d8108599e (diff) | |
download | linux-3e9e708757ca3b7eb65a820031d62fea1a265709.tar.xz |
bpf: Fix print_reg_state's constant scalar dump
print_reg_state() should not consider adding reg->off to reg->var_off.value
when dumping scalars. Scalars can be produced with reg->off != 0 through
BPF_ADD_CONST, and thus as-is this can skew the register log dump.
Fixes: 98d7ca374ba4 ("bpf: Track delta between "linked" registers.")
Reported-by: Nathaniel Theis <nathaniel.theis@nccgroup.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20241016134913.32249-2-daniel@iogearbox.net
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions