From: Markos Chandras Date: Mon, 23 Jun 2014 09:39:00 +0000 (+0100) Subject: MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64 X-Git-Tag: omap-for-v3.16/fixes-rc4~42^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8214ef14a1db4172c93e5694906bda9b00fac93;p=pandora-kernel.git MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64 When allocating stack space for BPF memwords we need to use the appropriate 32 or 64-bit instruction to avoid losing the top 32 bits of the stack pointer. Signed-off-by: Markos Chandras Cc: "David S. Miller" Cc: Daniel Borkmann Cc: Alexei Starovoitov Cc: netdev@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7135/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed