This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Tue Mar 19 08:39:45 2024 Delivery-date: Sat, 22 Sep 2007 05:24:03 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752258AbXIVFDe (ORCPT ); Sat, 22 Sep 2007 01:03:34 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:44942 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751924AbXIVFDe (ORCPT ); Sat, 22 Sep 2007 01:03:34 -0400 Received: from localhost ([127.0.0.1]) by pentafluge.infradead.org with esmtps (Exim 4.63 #1 (Red Hat Linux)) id 1IYx9P-0005bg-Pn; Sat, 22 Sep 2007 06:03:32 +0100 Date: Sat, 22 Sep 2007 10:36:30 +0530 (IST) From: Satyam Sharma X-X-Sender: satyam@enigma.security.iitk.ac.in To: Andi Kleen Cc: patches@x86-64.org, Linux Kernel Mailing List Subject: Re: [PATCH] [34/50] i386: Fix argument signedness warnings In-Reply-To: <20070921223234.0A71513DCD@wotan.suse.de> Message-Id: References: <200709221231.836138000@suse.de> <20070921223234.0A71513DCD@wotan.suse.de> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sat, 22 Sep 2007, Andi Kleen wrote: > > From: Satyam Sharma > > > These build warnings: > > In file included from include/asm/thread_info.h:16, > from include/linux/thread_info.h:21, > from include/linux/preempt.h:9, > from include/linux/spinlock.h:49, > from include/linux/vmalloc.h:4, > 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. Thanks, Satyam - 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/