]> 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)
commit3879cb51061e176365b20734d1a5730aa85007d4
tree82c96dc2a059162da559774905f576550c594b55
parent6ac0c237ce13352d95f2f8c0673c20906dbc5bed
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