This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Thu Apr 25 06:53:55 2024 Delivery-date: Sat, 22 Sep 2007 17:44:32 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753637AbXIVRoH (ORCPT ); Sat, 22 Sep 2007 13:44:07 -0400 Received: from agminet01.oracle.com ([141.146.126.228]:59642 "EHLO agminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753025AbXIVRoG convert rfc822-to-8bit (ORCPT ); Sat, 22 Sep 2007 13:44:06 -040 Received: from agmgw1.us.oracle.com (agmgw1.us.oracle.com [152.68.180.212]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l8MHhn0r008107; Sat, 22 Sep 2007 12:43:49 -0500 Received: from acsmt351.oracle.com (acsmt351.oracle.com [141.146.40.151]) by agmgw1.us.oracle.com (Switch-3.2.0/Switch-3.2.0) with ESMTP id l8MHhmdK008953; Sat, 22 Sep 2007 11:43:48 -0600 Received: from pool-71-117-233-180.ptldor.fios.verizon.net by acsmt352.oracle.com with ESMTP id 3236569161190482966; Sat, 22 Sep 2007 10:42:46 -0700 Date: Sat, 22 Sep 2007 10:42:45 -0700 From: Randy Dunlap To: Jan Engelhardt Cc: Satyam Sharma , Andi Kleen , patches@x86-64.org, Linux Kernel Mailing List Subject: Re: [PATCH] [34/50] i386: Fix argument signedness warnings Message-Id: <20070922104245.f3d83ea0.randy.dunlap@oracle.com> In-Reply-To: References: <200709221231.836138000@suse.de> <20070921223234.0A71513DCD@wotan.suse.de> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.4.6 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 22 Sep 2007 12:01:16 +0200 (CEST) Jan Engelhardt wrote: > > On Sep 22 2007 10:36, Satyam Sharma wrote: > >> from arch/i386/boot/compressed/misc.c:14: > >> include/asm/processor.h: In function ‘cpuid_count’: > > ^^^^^^^^^^ ^^^^^^^^^^ > >> include/asm/processor.h:615: warning: pointer targets in passing > >> argument 1 of ‘native_cpuid’ differ in signedness > > > >> include/asm/processor.h:615: warning: pointer targets in passing > >> argument 2 of ‘native_cpuid’ differ in signedness > > > >> include/asm/processor.h:615: warning: pointer targets in passing > >> argument 3 of ‘native_cpuid’ differ in signedness > > > >> include/asm/processor.h:615: warning: pointer targets in passing > >> argument 4 of ‘native_cpuid’ differ in signedness > > ^^^^^^^^^^ ^^^^^^^^^^ > > > >Yikes. My bad, I had faulty (default) alpine settings (and a sad > >combination of LANG=en_US.UTF-8) when I made and sent out that patch. > >Please ensure that this finally gets committed in a somewhat saner and > >more readable state to the tree. > > I am not too thrilled about gcc using non-ascii for interpunctuation > (for Western languages).. Ack. I usually build with "LC_ALL=C" to make those readable. --- ‾Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - 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/