commit | 9e4c24e7ee7dfd3898269519103e823892b730d8 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Jan 22 22:45:23 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Jan 23 17:35:32 2019 -0800 |
tree | b62ec0289acccf464e0fc6bcee8fd3417f4bc24c | |
parent | cb05077508bf3635fcf1637fdb30136559555c65 [diff] |
bpf: verifier: record original instruction index The communication between the verifier and advanced JITs is based on instruction indexes. We have to keep them stable throughout the optimizations otherwise referring to a particular instruction gets messy quickly. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>