commit | d1220efd23484c72c82d5471f05daeb35b5d1916 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Sat Jan 13 16:10:07 2018 +0000 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Wed Jan 17 19:36:43 2018 +0000 |
tree | ad26dd35eea603c5bc13512692179a67ebc57aab | |
parent | f4483f2cc1fdc03488c8a1452e545545ae5bda93 [diff] |
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>