Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932626AbaJOCC5 (ORCPT ); Tue, 14 Oct 2014 22:02:57 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:46451 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755536AbaJOCC4 (ORCPT ); Tue, 14 Oct 2014 22:02:56 -0400 Date: Tue, 14 Oct 2014 22:02:54 -0400 (EDT) Message-Id: <20141014.220254.144210672646232483.davem@davemloft.net> To: sfr@canb.auug.org.au Cc: netdev@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, peppe.cavallaro@st.com Subject: Re: linux-next: build failure after merge of the net tree From: David Miller In-Reply-To: <20141015104411.306b138e@canb.auug.org.au> References: <20141015104411.306b138e@canb.auug.org.au> X-Mailer: Mew version 6.6 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.7 (shards.monkeyblade.net [149.20.54.216]); Tue, 14 Oct 2014 19:02:55 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Stephen Rothwell Date: Wed, 15 Oct 2014 10:44:11 +1100 > Hi all, > > After merging the net tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/built-in.o: In function `.LANCHOR0': > :(.rodata+0x6b764): undefined reference to `sti_gmac_data' > :(.rodata+0x6b828): undefined reference to `sti_gmac_data' > :(.rodata+0x6b8ec): undefined reference to `sti_gmac_data' > :(.rodata+0x6b9b0): undefined reference to `sti_gmac_data' > > Caused by commit 53b26b9bc9a5 ("stmmac: dwmac-sti: review the > glue-logic for STi4xx and STiD127 SoCs") which renamed sti_gmac_data to > stih4xx_dwmac_data (or something) without updating all the references > to it (including the one added in the previous commit ...). > > I reverted that commit for today. Sigh, Giuseppe if I don't see a proper fix by tomorrow I'm reverting all of the stmmac changes I applied today. -- 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/