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

The extra skb_copy_bits() buffer is not used anymore, therefore
remove the extra 4 byte stack space requirement.

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/arm/net/bpf_jit_32.c