diff options
author | Daniel Borkmann <[email protected]> | 2018-01-26 23:33:46 +0100 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2018-01-26 16:42:06 -0800 |
commit | e472d5d8afeccca835334d10e0f9389d2baba9c0 (patch) | |
tree | c05f720f1550220c52e6e4716118dfb18e19d701 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1fb5c9c622c559e1524a419358c78397be822dda (diff) |
bpf, mips64: remove unneeded zero check from div/mod with k
The verifier in both cBPF and eBPF reject div/mod by 0 imm,
so this can never load. Remove emitting such test and reject
it from being JITed instead (the latter is actually also not
needed, but given practice in sparc64, ppc64 today, so
doesn't hurt to add it here either).
Signed-off-by: Daniel Borkmann <[email protected]>
Cc: David Daney <[email protected]>
Reviewed-by: David Daney <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions