commit | 2960ae48c4636778761610dd49187691c3774465 | [log] [tgz] |
---|---|---|
author | Alexei Starovoitov <ast@fb.com> | Tue May 30 13:31:35 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 31 19:29:48 2017 -0400 |
tree | 7578aae05af40cd063fa3cd8679effc13a28863b | |
parent | 177366bf7ceb35860281a6ebe824e42bf96fd95d [diff] |
bpf: take advantage of stack_depth tracking in x64 JIT Take advantage of stack_depth tracking in x64 JIT. Round up allocated stack by 8 bytes to make sure it stays aligned for functions called from JITed bpf program. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>