From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Sat, 23 Feb 2013 22:31:45 +0000 Subject: [patch 2/2] arm: Wire up kcmp syscall In-Reply-To: <20130219070703.GC20312@moon> References: <20130219064800.719149796@openvz.org> <20130219065210.148067470@openvz.org> <20130219070703.GC20312@moon> Message-ID: <201302232231.45972.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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() line, which means it does not even depend on patch 1. Russell, are you picking this one up? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759284Ab3BWWcO (ORCPT ); Sat, 23 Feb 2013 17:32:14 -0500 Received: from moutng.kundenserver.de ([212.227.17.10]:49993 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759013Ab3BWWcN (ORCPT ); Sat, 23 Feb 2013 17:32:13 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Subject: Re: [patch 2/2] arm: Wire up kcmp syscall Date: Sat, 23 Feb 2013 22:31:45 +0000 User-Agent: KMail/1.12.2 (Linux/3.8.0-6-generic; KDE/4.3.2; x86_64; ; ) Cc: Cyrill Gorcunov , Russell King , xemul@parallels.com, linux-kernel@vger.kernel.org, ebiederm@xmission.com, hpa@zytor.com, akpm@linux-foundation.org, Alexander Kartashov References: <20130219064800.719149796@openvz.org> <20130219065210.148067470@openvz.org> <20130219070703.GC20312@moon> In-Reply-To: <20130219070703.GC20312@moon> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201302232231.45972.arnd@arndb.de> X-Provags-ID: V02:K0:2s7ZqQmx19DllXCPJ94rxO3uoVi52I5oFJgyCREJKIw DLeB/CCrKhk7QSzFe92/zd3y+HLTT7R77Eb9YWtIPGpdA62qED 5TIxrU3SpZFPHu3wCQlZIsDnMXwEALF2fDkWmxCt0v625zYkna LS+/ySMqrxg20nEQybhxY9wK4C2O73gMw0h1iV3LQCwYCenl9X IZ3WsBA2G+65qAIraOFCGRfadfVACZ31MVGuSssgcWYVfhT6P5 5COaRBuBMOh9LnM69uBhBa2n25TjW0/s1cA05COp2RL8rhE5PD 0IuwVjc4D4RmoITzp59EuP9xOv39UhKDFf+RlFInNt6uwXd2I+ 87+OLn+R4VIqKSRi0ZIk= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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() line, which means it does not even depend on patch 1. Russell, are you picking this one up?