Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757077Ab1CBMtP (ORCPT ); Wed, 2 Mar 2011 07:49:15 -0500 Received: from mga02.intel.com ([134.134.136.20]:29299 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755899Ab1CBMtO (ORCPT ); Wed, 2 Mar 2011 07:49:14 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.62,253,1297065600"; d="scan'208";a="608200195" Date: Wed, 2 Mar 2011 20:49:12 +0800 From: Shaohua Li To: Jan Beulich Cc: "mingo@elte.hu" , "tglx@linutronix.de" , "akpm@linux-foundation.org" , "mingo@redhat.com" , "linux-kernel@vger.kernel.org" , "hpa@zytor.com" Subject: Re: [tip:x86/mm] x86: Work around old gas bug Message-ID: <20110302124912.GB23940@sli10-conroe.sh.intel.com> References: <201103012352.p21NqRN1006974@imap1.linux-foundation.org> <4D6E2B8B02000078000347C0@vpn.id2.novell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D6E2B8B02000078000347C0@vpn.id2.novell.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1709 Lines: 42 On Wed, Mar 02, 2011 at 06:35:39PM +0800, Jan Beulich wrote: > >>> On 02.03.11 at 09:42, tip-bot for Shaohua Li wrote: > > Commit-ID: 253d89d3dd6b65595f317e5f1ecef43aa207a3a0 > > Gitweb: > > http://git.kernel.org/tip/253d89d3dd6b65595f317e5f1ecef43aa207a3a0 > > Author: Shaohua Li > > AuthorDate: Tue, 1 Mar 2011 15:52:26 -0800 > > Committer: Ingo Molnar > > CommitDate: Wed, 2 Mar 2011 08:16:23 +0100 > > > > x86: Work around old gas bug > > > > pre-2.16 binutils works fine, post-2.16 binutils works fine, but 2.16 broke > > again: > > > > > arch/x86/kernel/entry_64.S: Assembler messages: > > > arch/x86/kernel/entry_64.S:984: Error: junk at end of line, first > > unrecognized character is `1' > > > [...] > > > > Signed-off-by: Shaohua Li > > Signed-off-by: Andrew Morton > > Cc: "H. Peter Anvin" > > Cc: Jan Beulich > > LKML-Reference: <201103012352.p21NqRN1006974@imap1.linux-foundation.org> > > Signed-off-by: Ingo Molnar > > Ingo, didn't you write yesterday that this looks unacceptable to > you? > > Shaohua, did you try whether the .irpc alternative I suggested > works (knowing that a similar .irpc was in place previously)? I tried, but fails at early stage (not related to the problem). According to HPA, I need rebuild gcc too, which I haven't done yet. Thanks, Shaohua -- 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/