]> git.baikalelectronics.ru Git - kernel.git/commit
bpf, arm64: save 4 bytes of unneeded stack space
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 14 May 2018 21:22:31 +0000 (23:22 +0200)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 15 May 2018 02:11:45 +0000 (19:11 -0700)
commitaf07fc7011d047083d054804a30503a903556d91
tree8328afe355615ebeb98b5a92c3ebc34c76324c9f
parent12258b46531648e873cd1787ffb5c2447e0f7792
bpf, arm64: save 4 bytes of unneeded stack space

Follow-up to e075f791430c ("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>
arch/arm64/net/bpf_jit_comp.c