aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@fb.com>2017-12-01 00:31:37 -0500
committerDaniel Borkmann <daniel@iogearbox.net>2017-12-01 05:25:10 -0500
commit19ceb4178d31e543479d75e20c2f9df08f16632f (patch)
treebef3d86b652404095dff4416aa072332e774e9db /tools/perf/scripts/python/export-to-postgresql.py
parent4e92024a48ecbd06fba3ccfb2174abd3d2f54a83 (diff)
bpf: don't mark FP reg as uninit
when verifier hits an internal bug don't mark register R10==FP as uninit, since it's read only register and it's not technically correct to let verifier run further, since it may assume that R10 has valid auxiliary state. While developing subsequent patches this issue was discovered, though the code eventually changed that aux reg state doesn't have pointers any more it is still safer to avoid clearing readonly register. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: John Fastabend <john.fastabend@gmail.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions