ARM: net: bpf: correct stack layout documentation
authorRussell King <rmk+kernel@armlinux.org.uk>
Sat, 13 Jan 2018 22:51:27 +0000 (22:51 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jan 2018 13:03:43 +0000 (14:03 +0100)
commit295bcfbbcf5a741e9103605c3252276ed21433bb
tree1cd48d5a81e51cef953fb688bdad9f3f98828eab
parent403f4c6ae9d15afd0776316728db18f20600dba6
ARM: net: bpf: correct stack layout documentation

commit 0005e55a79cfda88199e41a406a829c88d708c67 upstream.

The stack layout documentation incorrectly suggests that the BPF JIT
scratch space starts immediately below BPF_FP. This is not correct,
so let's fix the documentation to reflect reality.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/net/bpf_jit_32.c