From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755891Ab2BOWKF (ORCPT ); Wed, 15 Feb 2012 17:10:05 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:60956 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755555Ab2BOWKB (ORCPT ); Wed, 15 Feb 2012 17:10:01 -0500 Date: Thu, 16 Feb 2012 02:09:56 +0400 From: Cyrill Gorcunov To: Andrew Morton Cc: "hpanvin@gmail.com" , linux-kernel@vger.kernel.org, "Eric W. Biederman" , Pavel Emelyanov , KOSAKI Motohiro , Ingo Molnar , Pavel Emelyanov , Andrey Vagin , KOSAKI Motohiro , Thomas Gleixner , Glauber Costa , Andi Kleen , Tejun Heo , Matt Helsley , Pekka Enberg , Eric Dumazet , Vasiliy Kulikov , Alexey Dobriyan , Valdis.Kletnieks@vt.edu, Michal Marek Subject: Re: [patch 2/4] syscalls, x86: Add __NR_kcmp syscall v8 Message-ID: <20120215220956.GN4533@moon> References: <20120213164822.227219834@openvz.org> <20120213165137.903318774@openvz.org> <20120214151312.92afd44a.akpm@linux-foundation.org> <20120215065245.GB1894@moon> <20120215070427.GE1894@moon> <20120215072454.GA4533@moon> <20120215135313.0e22d1bf.akpm@linux-foundation.org> <20120215220040.GA26668@moon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120215220040.GA26668@moon> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 16, 2012 at 02:00:40AM +0400, Cyrill Gorcunov wrote: > On Wed, Feb 15, 2012 at 01:53:13PM -0800, Andrew Morton wrote: > > That worked. > > > > What's with all those warnings, btw? > > > > From: Andrew Morton > > Subject: syscalls-x86-add-__nr_kcmp-syscall-v8-fix-fix-fix > > > > kcmp_test.c: In function 'main': > > kcmp_test.c:69: warning: format '%2d' expects type 'int', but argument 4 has type 'long int' > > Indeed it's nit, wonder why I've not beed warned by compiler before > (nothing serious since results do fit integer anyway but _must_ > be fixed). I'll update shortly. Sorry for that. > Heh, I just realized that you've fixed it already. Thanks a lot! Cyrill