From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754031Ab0JNBui (ORCPT ); Wed, 13 Oct 2010 21:50:38 -0400 Received: from mga01.intel.com ([192.55.52.88]:10050 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752277Ab0JNBug (ORCPT ); Wed, 13 Oct 2010 21:50:36 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.57,328,1283756400"; d="scan'208";a="616528133" Date: Thu, 14 Oct 2010 17:41:44 +0800 From: Feng Tang To: Andrew Morton CC: "H. Peter Anvin" , Stephen Rothwell , "linux-next@vger.kernel.org" , LKML , "Ingo Molnar" , Thomas Gleixner Subject: Re: linux-next: Tree for October 13 Message-ID: <20101014174144.324a0f6b@feng-vmt> In-Reply-To: <20101013174740.f48e4ec2.akpm@linux-foundation.org> References: <20101013154522.7b087a20.sfr@canb.auug.org.au> <20101013173826.f4b911b4.akpm@linux-foundation.org> <4CB651A4.60205@zytor.com> <20101013174740.f48e4ec2.akpm@linux-foundation.org> Organization: intel X-Mailer: Claws Mail 3.7.4 (GTK+ 2.20.0; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, On Thu, 14 Oct 2010 08:47:40 +0800 Andrew Morton wrote: > On Wed, 13 Oct 2010 17:41:08 -0700 > "H. Peter Anvin" wrote: > > > On 10/13/2010 05:38 PM, Andrew Morton wrote: > > > On Wed, 13 Oct 2010 15:45:22 +1100 > > > Stephen Rothwell wrote: > > > > > >> I have created today's linux-next tree at > > >> git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > > > > > > In an i386 allmodconfig build, compilation of > > > arch/x86/kernel/early_printk_mrst.c is emitting a call to > > > __this_fixmap_does_not_exist(). > > > > Will look at it. Do you happen to have toolchain versions? > > > > gcc-4.1.0. Which is actually an officially banned compiler version: > > # if __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ <= 1 > # error Your version of gcc miscompiles the __weak directive > > lazyass here needs to find a new cross-compiler. I just compiled with allmodconfig on X86_32 with gcc 4.4.3 (ubuntu 4.4.3-4ubuntu5) and X86_64 with gcc 4.4.4 (Debian 4.4.4-1), haven't see the error yet. Thanks, Feng