Re: [patch 2/2] arm: Wire up kcmp syscall

2013-02-23 Thread Arnd Bergmann
On Tuesday 19 February 2013, Cyrill Gorcunov wrote: > From: Alexander Kartashov > Subject: arm: Wire up kcmp syscall > > Signed-off-by: Alexander Kartashov > Cc: Russell King Acked-by: Arnd Bergmann Looks uncontroversial since the number is already reserved and there is a cond_syscall()

Re: [patch 2/2] arm: Wire up kcmp syscall

2013-02-23 Thread Arnd Bergmann
On Tuesday 19 February 2013, Cyrill Gorcunov wrote: From: Alexander Kartashov alekskartas...@parallels.com Subject: arm: Wire up kcmp syscall Signed-off-by: Alexander Kartashov alekskartas...@parallels.com Cc: Russell King li...@arm.linux.org.uk Acked-by: Arnd Bergmann a...@arndb.de Looks

Re: [patch 2/2] arm: Wire up kcmp syscall

2013-02-20 Thread Cyrill Gorcunov
On Wed, Feb 20, 2013 at 03:17:23PM -0800, Andrew Morton wrote: > On Tue, 19 Feb 2013 11:07:03 +0400 > Cyrill Gorcunov wrote: > > > From: Alexander Kartashov > > Subject: arm: Wire up kcmp syscall > > > > Signed-off-by: Alexander Kartashov > > Cc: Russell King > > This should have had

Re: [patch 2/2] arm: Wire up kcmp syscall

2013-02-20 Thread Andrew Morton
On Tue, 19 Feb 2013 11:07:03 +0400 Cyrill Gorcunov wrote: > From: Alexander Kartashov > Subject: arm: Wire up kcmp syscall > > Signed-off-by: Alexander Kartashov > Cc: Russell King This should have had signed-off-by:you, as you were on the patch's delivery path. -- To unsubscribe from this

Re: [patch 2/2] arm: Wire up kcmp syscall

2013-02-20 Thread Andrew Morton
On Tue, 19 Feb 2013 11:07:03 +0400 Cyrill Gorcunov gorcu...@openvz.org wrote: From: Alexander Kartashov alekskartas...@parallels.com Subject: arm: Wire up kcmp syscall Signed-off-by: Alexander Kartashov alekskartas...@parallels.com Cc: Russell King li...@arm.linux.org.uk This should have

Re: [patch 2/2] arm: Wire up kcmp syscall

2013-02-20 Thread Cyrill Gorcunov
On Wed, Feb 20, 2013 at 03:17:23PM -0800, Andrew Morton wrote: On Tue, 19 Feb 2013 11:07:03 +0400 Cyrill Gorcunov gorcu...@openvz.org wrote: From: Alexander Kartashov alekskartas...@parallels.com Subject: arm: Wire up kcmp syscall Signed-off-by: Alexander Kartashov

Re: [patch 2/2] arm: Wire up kcmp syscall

2013-02-18 Thread Cyrill Gorcunov
quilt eat original header, here is the former, sorry for incovenience. --- From: Alexander Kartashov Subject: arm: Wire up kcmp syscall Signed-off-by: Alexander Kartashov Cc: Russell King --- arch/arm/include/uapi/asm/unistd.h |2 +- arch/arm/kernel/calls.S|2 +- 2 files

[patch 2/2] arm: Wire up kcmp syscall

2013-02-18 Thread Cyrill Gorcunov
Signed-off-by: Alexander Kartashov Cc: Russell King --- arch/arm/include/uapi/asm/unistd.h |2 +- arch/arm/kernel/calls.S|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6.git/arch/arm/include/uapi/asm/unistd.h

[patch 2/2] arm: Wire up kcmp syscall

2013-02-18 Thread Cyrill Gorcunov
Signed-off-by: Alexander Kartashov alekskartas...@parallels.com Cc: Russell King li...@arm.linux.org.uk --- arch/arm/include/uapi/asm/unistd.h |2 +- arch/arm/kernel/calls.S|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index:

Re: [patch 2/2] arm: Wire up kcmp syscall

2013-02-18 Thread Cyrill Gorcunov
quilt eat original header, here is the former, sorry for incovenience. --- From: Alexander Kartashov alekskartas...@parallels.com Subject: arm: Wire up kcmp syscall Signed-off-by: Alexander Kartashov alekskartas...@parallels.com Cc: Russell King li...@arm.linux.org.uk ---