Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755839Ab2BOWAp (ORCPT ); Wed, 15 Feb 2012 17:00:45 -0500 Received: from mail-bk0-f46.google.com ([209.85.214.46]:53965 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755071Ab2BOWAo (ORCPT ); Wed, 15 Feb 2012 17:00:44 -0500 Date: Thu, 16 Feb 2012 02:00:40 +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: <20120215220040.GA26668@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120215135313.0e22d1bf.akpm@linux-foundation.org> 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 Content-Length: 803 Lines: 21 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. Cyrill -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/