Re: [PATCH v2 2/9] mips: allocate sys_membarrier system call number

2015-09-28 Thread Mathieu Desnoyers
- On Sep 16, 2015, at 11:04 AM, Mathieu Desnoyers mathieu.desnoy...@efficios.com wrote: >> Signed-off-by: Mathieu Desnoyers >> Acked-by: Ralf Baechle [...] Hi Andrew, Since I got the Acked-by from Ralf, my understanding is that he expects that you can pick up this patch through your tree.

Re: [PATCH v2 2/9] mips: allocate sys_membarrier system call number

2015-09-16 Thread Mathieu Desnoyers
- On Sep 7, 2015, at 12:15 PM, Mathieu Desnoyers mathieu.desnoy...@efficios.com wrote: > Signed-off-by: Mathieu Desnoyers > Acked-by: Ralf Baechle > CC: Andrew Morton > CC: linux-...@vger.kernel.org > CC: linux-m...@linux-mips.org Hi, FYI, sys_membarrier has been merged upstream in Linux

[PATCH v2 2/9] mips: allocate sys_membarrier system call number

2015-09-07 Thread Mathieu Desnoyers
Signed-off-by: Mathieu Desnoyers Acked-by: Ralf Baechle CC: Andrew Morton CC: linux-...@vger.kernel.org CC: linux-m...@linux-mips.org --- arch/mips/include/uapi/asm/unistd.h | 15 +-- arch/mips/kernel/scall32-o32.S | 1 + arch/mips/kernel/scall64-64.S | 1 + arch/mips/k