Re: [PATCH v2 16/17] MIPS: bpf: Use 32 or 64-bit load instruction to load an address to register
From: Alexei Starovoitov <hidden>
Date: 2014-06-25 14:28:43
Also in:
linux-mips
From: Alexei Starovoitov <hidden>
Date: 2014-06-25 14:28:43
Also in:
linux-mips
On Wed, Jun 25, 2014 at 1:39 AM, Markos Chandras [off-list ref] wrote:
When loading a pointer to register we need to use the appropriate 32 or 64bit instruction to preserve the pointers' top 32bits. Cc: "David S. Miller" <davem@davemloft.net> Cc: Daniel Borkmann <redacted> Cc: Alexei Starovoitov <redacted> Cc: netdev@vger.kernel.org Signed-off-by: Markos Chandras <redacted> --- Changes since v1: - Change function name to make it clear that we are loading a pointer to a register, not an address
Markos, when you post v2, please refresh the whole series, add v2 to subject and repost all patches from scratch. Thanks