ARM: net: bpf: fix stack alignment
authorRussell King <rmk+kernel@armlinux.org.uk>
Sat, 13 Jan 2018 16:10:07 +0000 (16:10 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Wed, 17 Jan 2018 19:36:43 +0000 (19:36 +0000)
commitd1220efd23484c72c82d5471f05daeb35b5d1916
treead26dd35eea603c5bc13512692179a67ebc57aab
parentf4483f2cc1fdc03488c8a1452e545545ae5bda93
ARM: net: bpf: fix stack alignment

As per 2dede2d8e925 ("ARM EABI: stack pointer must be 64-bit aligned
after a CPU exception") the stack should be aligned to a 64-bit boundary
on EABI systems.  Ensure that the eBPF JIT appropraitely aligns the
stack.

Fixes: 39c13c204bb1 ("arm: eBPF JIT compiler")
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/net/bpf_jit_32.c