diff options
author | Roman Gushchin <[email protected]> | 2018-08-02 15:47:10 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2018-08-03 10:15:32 +0200 |
commit | 0069fb854364da79fd99236ea620affc8e1152d5 (patch) | |
tree | 2ffafb808868a26ddb110ac0996c126137651a41 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 82c018d734a7aa24a9ac8f33f610c55923fb6911 (diff) |
selftests/bpf: fix a typo in map in map test
Commit fbeb1603bf4e ("bpf: verifier: MOV64 don't mark dst reg unbounded")
revealed a typo in commit fb30d4b71214 ("bpf: Add tests for map-in-map"):
BPF_MOV64_REG(BPF_REG_0, 0) was used instead of
BPF_MOV64_IMM(BPF_REG_0, 0).
I've noticed the problem by running bpf kselftests.
Fixes: fb30d4b71214 ("bpf: Add tests for map-in-map")
Signed-off-by: Roman Gushchin <[email protected]>
Cc: Martin KaFai Lau <[email protected]>
Cc: Arthur Fabre <[email protected]>
Cc: Daniel Borkmann <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Acked-by: Martin KaFai Lau <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions