Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-20 Thread Vineet Gupta
On Saturday 19 January 2013 08:39 AM, Al Viro wrote: > Please, collapse your #36--#40 into that one (and I'd probably fold #17 > here as well, to simplify that reordering). Sure, it's not a bisection > hazard, but... > I kept #16 and #17 distinct and * squashed

Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-20 Thread Vineet Gupta
On Saturday 19 January 2013 08:39 AM, Al Viro wrote: Please, collapse your #36--#40 into that one (and I'd probably fold #17 here as well, to simplify that reordering). Sure, it's not a bisection hazard, but... I kept #16 and #17 distinct and * squashed switch-to-generic-kernel-thread

Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-19 Thread Vineet Gupta
On Saturday 19 January 2013 08:39 AM, Al Viro wrote: > Please, collapse your #36--#40 into that one (and I'd probably fold #17 > here as well, to simplify that reordering). Sure, it's not a bisection > hazard, but... Thanks again for the review Al. Sure, I can do that - however because those

Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-19 Thread Vineet Gupta
On Saturday 19 January 2013 08:39 AM, Al Viro wrote: Please, collapse your #36--#40 into that one (and I'd probably fold #17 here as well, to simplify that reordering). Sure, it's not a bisection hazard, but... Thanks again for the review Al. Sure, I can do that - however because those

Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-18 Thread Al Viro
Please, collapse your #36--#40 into that one (and I'd probably fold #17 here as well, to simplify that reordering). Sure, it's not a bisection hazard, but... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-18 Thread Arnd Bergmann
On Friday 18 January 2013, Vineet Gupta wrote: > Signed-off-by: Vineet Gupta > Cc: Arnd Bergmann Acked-by: Arnd Bergmann -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-18 Thread Vineet Gupta
Signed-off-by: Vineet Gupta Cc: Arnd Bergmann --- arch/arc/include/asm/ptrace.h |5 ++ arch/arc/include/asm/syscall.h | 72 +++ arch/arc/include/asm/syscalls.h | 30 ++ arch/arc/include/asm/unistd.h | 29 ++ arch/arc/kernel/entry.S |

[PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-18 Thread Vineet Gupta
Signed-off-by: Vineet Gupta vgu...@synopsys.com Cc: Arnd Bergmann a...@arndb.de --- arch/arc/include/asm/ptrace.h |5 ++ arch/arc/include/asm/syscall.h | 72 +++ arch/arc/include/asm/syscalls.h | 30 ++ arch/arc/include/asm/unistd.h | 29 ++

Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-18 Thread Arnd Bergmann
On Friday 18 January 2013, Vineet Gupta wrote: Signed-off-by: Vineet Gupta vgu...@synopsys.com Cc: Arnd Bergmann a...@arndb.de Acked-by: Arnd Bergmann a...@arndb.de -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

Re: [PATCH v2 16/76] ARC: Syscall support (no-legacy-syscall ABI)

2013-01-18 Thread Al Viro
Please, collapse your #36--#40 into that one (and I'd probably fold #17 here as well, to simplify that reordering). Sure, it's not a bisection hazard, but... -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More