Re: [PATCH] MIPS64: signal: n64 kernel bugfix of MIPS32 o32 ABI sigaction syscall

2015-10-16 Thread Leonid Yegoshin
On 10/16/2015 01:11 AM, Markos Chandras wrote: On 10/15/2015 07:50 PM, Leonid Yegoshin wrote: MIPS32 o32 ABI sigaction() processing on MIPS64 n64 kernel was incorrectly set to processing aka rt_sigaction() variant only. Fixed. Signed-off-by: Leonid Yegoshin --- arch/mips/include/asm/signal.

Re: [PATCH] MIPS64: signal: n64 kernel bugfix of MIPS32 o32 ABI sigaction syscall

2015-10-16 Thread Markos Chandras
On 10/15/2015 07:50 PM, Leonid Yegoshin wrote: > MIPS32 o32 ABI sigaction() processing on MIPS64 n64 kernel was incorrectly > set to processing aka rt_sigaction() variant only. > > Fixed. > > Signed-off-by: Leonid Yegoshin > --- > arch/mips/include/asm/signal.h | 15 --- > arch/mi

[PATCH] MIPS64: signal: n64 kernel bugfix of MIPS32 o32 ABI sigaction syscall

2015-10-15 Thread Leonid Yegoshin
MIPS32 o32 ABI sigaction() processing on MIPS64 n64 kernel was incorrectly set to processing aka rt_sigaction() variant only. Fixed. Signed-off-by: Leonid Yegoshin --- arch/mips/include/asm/signal.h | 15 --- arch/mips/kernel/signal.c |2 +- 2 files changed, 13 insertions

[PATCH] MIPS64: signal: n64 kernel bugfix of MIPS32 o32 ABI sigaction syscall

2015-10-15 Thread Leonid Yegoshin
MIPS32 o32 ABI sigaction() processing on MIPS64 n64 kernel was incorrectly set to processing aka rt_sigaction() variant only. Fixed. Signed-off-by: Leonid Yegoshin --- arch/mips/include/asm/signal.h | 15 --- arch/mips/kernel/signal.c |2 +- 2 files changed, 13 insertions