Re: [PATCH 1/2] unicore32: switch to generic kernel_thread()/kernel_execve()

2012-10-19 Thread guanxuetao
> On Fri, Oct 19, 2012 at 04:43:09PM +0800, Guan Xuetao wrote: >> From: Al Viro >> >> Signed-off-by: Al Viro >> Acked-and-Tested-by: Guan Xuetao > > You mean, it worked modulo obvious missing ')'? Wow... OK, merged > into signal.git#for-next, obviously in no-rebase mode (as the matter > of

Re: [PATCH 1/2] unicore32: switch to generic kernel_thread()/kernel_execve()

2012-10-19 Thread Al Viro
On Fri, Oct 19, 2012 at 04:43:09PM +0800, Guan Xuetao wrote: > From: Al Viro > > Signed-off-by: Al Viro > Acked-and-Tested-by: Guan Xuetao You mean, it worked modulo obvious missing ')'? Wow... OK, merged into signal.git#for-next, obviously in no-rebase mode (as the matter of fact, I'm

[PATCH 1/2] unicore32: switch to generic kernel_thread()/kernel_execve()

2012-10-19 Thread Guan Xuetao
From: Al Viro Signed-off-by: Al Viro Acked-and-Tested-by: Guan Xuetao --- arch/unicore32/Kconfig |2 + arch/unicore32/include/asm/processor.h |5 --- arch/unicore32/kernel/entry.S | 15 arch/unicore32/kernel/process.c| 58

[PATCH 1/2] unicore32: switch to generic kernel_thread()/kernel_execve()

2012-10-19 Thread Guan Xuetao
From: Al Viro v...@zeniv.linux.org.uk Signed-off-by: Al Viro v...@zeniv.linux.org.uk Acked-and-Tested-by: Guan Xuetao g...@mprc.pku.edu.cn --- arch/unicore32/Kconfig |2 + arch/unicore32/include/asm/processor.h |5 --- arch/unicore32/kernel/entry.S | 15

Re: [PATCH 1/2] unicore32: switch to generic kernel_thread()/kernel_execve()

2012-10-19 Thread Al Viro
On Fri, Oct 19, 2012 at 04:43:09PM +0800, Guan Xuetao wrote: From: Al Viro v...@zeniv.linux.org.uk Signed-off-by: Al Viro v...@zeniv.linux.org.uk Acked-and-Tested-by: Guan Xuetao g...@mprc.pku.edu.cn You mean, it worked modulo obvious missing ')'? Wow... OK, merged into signal.git#for-next,

Re: [PATCH 1/2] unicore32: switch to generic kernel_thread()/kernel_execve()

2012-10-19 Thread guanxuetao
On Fri, Oct 19, 2012 at 04:43:09PM +0800, Guan Xuetao wrote: From: Al Viro v...@zeniv.linux.org.uk Signed-off-by: Al Viro v...@zeniv.linux.org.uk Acked-and-Tested-by: Guan Xuetao g...@mprc.pku.edu.cn You mean, it worked modulo obvious missing ')'? Wow... OK, merged into