Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757640AbYL1XMS (ORCPT ); Sun, 28 Dec 2008 18:12:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752786AbYL1XME (ORCPT ); Sun, 28 Dec 2008 18:12:04 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:60190 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752537AbYL1XMD (ORCPT ); Sun, 28 Dec 2008 18:12:03 -0500 Date: Sun, 28 Dec 2008 15:11:40 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Ingo Molnar cc: KOSAKI Motohiro , linux-kernel@vger.kernel.org, Andrew Morton , Thomas Gleixner , "H. Peter Anvin" , Jesse Barnes Subject: Re: [git pull] sparseirq / irq updates for v2.6.29 In-Reply-To: <20081227173839.GA9793@elte.hu> Message-ID: References: <20081225160741.GA14486@elte.hu> <20081227133240.GA8716@elte.hu> <2f11576a0812270927taef068fobbad997dc5e5aacf@mail.gmail.com> <20081227173839.GA9793@elte.hu> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 661 Lines: 18 On Sat, 27 Dec 2008, Ingo Molnar wrote: > > well, it's a regression that is being worked on: certain buggy GCC > versions (unclear yet what scope but quite rare it appears) optimize out > __weak function calls incorrectly. We've hit that kind of bug before, haven't we? I think the solution last time was to make sure that the __weak function is never in the same compilation unit as a call to it. Linus -- 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/