Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754310AbXLFFdU (ORCPT ); Thu, 6 Dec 2007 00:33:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751578AbXLFFdJ (ORCPT ); Thu, 6 Dec 2007 00:33:09 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:36821 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751262AbXLFFdI (ORCPT ); Thu, 6 Dec 2007 00:33:08 -0500 Date: Wed, 05 Dec 2007 21:33:07 -0800 (PST) Message-Id: <20071205.213307.03574092.davem@davemloft.net> To: laforge@gnumonks.org Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] fix br_fdb_fini() section mismatch From: David Miller In-Reply-To: <20071206052658.GD30235@prithivi.gnumonks.org> References: <20071206052658.GD30235@prithivi.gnumonks.org> X-Mailer: Mew version 5.2 on Emacs 22.1 / Mule 5.0 (SAKAKI) 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 Content-Length: 816 Lines: 21 From: Harald Welte Date: Thu, 6 Dec 2007 10:56:58 +0530 > When compiling a kernel (current linus git or 2.6.24-rc4) with built-in > CONFIG_BRIDGE, I get the following error: > > LD .tmp_vmlinux1 > `br_fdb_fini' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o > make: *** [.tmp_vmlinux1] Error 1 > > This patch fixes it. > > Signed-off-by: Harald Welte Thanks, I already have this in my net-2.6.25 tree and will propagate it to 2.6.24-rcX as well. -- 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/