commit | 84430d4232c36cb858564374f839d233fd6f623a | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Sun Oct 21 02:09:27 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Oct 20 23:13:32 2018 -0700 |
tree | c7c94f74bd538f1e6c0595fd9a80836234122bfe | |
parent | ad38911dcdb6978a415db65b3e00e0f3fcd9edfc [diff] |
bpf, verifier: avoid retpoline for map push/pop/peek operation Extend prior work from 09772d92cd5a ("bpf: avoid retpoline for lookup/update/delete calls on maps") to also apply to the recently added map helpers that perform push/pop/peek operations so that the indirect call can be avoided. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Alexei Starovoitov <ast@kernel.org>