From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: linux-next: tip tree build warning Date: Mon, 23 Nov 2009 10:05:39 -0800 Message-ID: <20091123100539.bcdbd211.randy.dunlap@oracle.com> References: <20091116162503.7f083c3a.sfr@canb.auug.org.au> <20091116090507.18abfa0f.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from rcsinet11.oracle.com ([148.87.113.123]:28245 "EHLO rgminet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751128AbZKWSGU (ORCPT ); Mon, 23 Nov 2009 13:06:20 -0500 In-Reply-To: <20091116090507.18abfa0f.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, 16 Nov 2009 09:05:07 -0800 Randy Dunlap wrote: > On Mon, 16 Nov 2009 16:25:03 +1100 Stephen Rothwell wrote: > > > Hi all, > > > > Today's linux-next build (x86_64 allmodconfig) produced this warning: > > > > arch/x86/kernel/apic/apic.c: In function 'calibrate_APIC_clock': > > arch/x86/kernel/apic/apic.c:650: warning: format '%ld' expects type 'long int', but argument 2 has type 'u32' > > > > Introduced by commit 23af368e9a904f59256c27d371ce223d6cee0430 > > ("clockevents: Use u32 for mult and shift factors"). > > > also this warning: > > arch/x86/kernel/vmiclock_32.c:230: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'u32' > > (i386 build) Thomas posted a patch for this, but I'm still seeing this warning (20091123), so I guess his patch hasn't been merged/pushed yet? thanks, --- ~Randy