commit | 09ece3d0f2ee524b8d1d3c775d9eeb50c40558d8 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Mon May 14 23:22:31 2018 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Mon May 14 19:11:45 2018 -0700 |
tree | 8328afe355615ebeb98b5a92c3ebc34c76324c9f | |
parent | 38ca930601631585fbd7826f8f6908055a8dbc9e [diff] |
bpf, arm64: save 4 bytes of unneeded stack space Follow-up to 816d9ef32a8b ("bpf, arm64: remove ld_abs/ld_ind") in that the extra 4 byte JIT scratchpad is not needed anymore since it was in ld_abs/ld_ind as stack buffer for bpf_load_pointer(). Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Alexei Starovoitov <ast@kernel.org>