Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932139AbYJMT3B (ORCPT ); Mon, 13 Oct 2008 15:29:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757428AbYJMT2x (ORCPT ); Mon, 13 Oct 2008 15:28:53 -0400 Received: from 220-133-139-86.HINET-IP.hinet.net ([220.133.139.86]:53529 "EHLO cooldavid.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756964AbYJMT2x (ORCPT ); Mon, 13 Oct 2008 15:28:53 -0400 From: "Guo-Fu Tseng" To: Kamalesh Babulal , linux-kernel@vger.kernel.org Cc: apw@shadowen.org, jgarzik@redhat.com, ron.mercer@qlogic.com, scofeldm@cisco.com Reply-To: cooldavid@cooldavid.org Subject: Re: [PATCH] 2.6.27-git2 - fix build error at csum_ipv6_magic() Date: Tue, 14 Oct 2008 03:28:14 +0800 Message-Id: <20081013192101.M74635@cooldavid.org> In-Reply-To: <20081013121441.GB14372@linux.vnet.ibm.com> References: <20081013121441.GB14372@linux.vnet.ibm.com> X-Mailer: Open WebMail 2.51 20050228 X-OriginatingIP: 140.117.194.21 (cooldavid) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1795 Lines: 47 On Mon, 13 Oct 2008 17:44:41 +0530, Kamalesh Babulal wrote > Hi, > 2.6.27-git2 kernel build fails with allyesconfig on powerpc with > build error > > > > CC drivers/net/enic/enic_main.o > drivers/net/enic/enic_main.c: In function `nic_queue_wq_skb_tso`: > drivers/net/enic/enic_main.c:576: error: implicit declaration of function `sum_ipv6_magic` > make[3]: *** [drivers/net/enic/enic_main.o] Error 1 > > > > drivers/net/qlge/qlge_main.c: In function `l_tso`: > drivers/net/qlge/qlge_main.c:1862: error: implicit declaration of function `sum_ipv6_magic` > make[3]: *** [drivers/net/qlge/qlge_main.o] Error 1 > > > > drivers/net/jme.c: In function `me_tx_tso`: > drivers/net/jme.c:1784: error: implicit declaration of function `sum_ipv6_magic` > make[2]: *** [drivers/net/jme.o] Error 1 > > The patch is build tested only. > > Signed-off-by: Kamalesh Babulal > --- Thank you Kamalesh. But since compensate the lack of `csum_ipv6_magic` function defined in of some architecture, should be included in as well? BTW, if there is a patch against jme driver which I maintain, and I just simply agree with it, should I silently noticed that and let someone like Jeff or David to review/apply it, or should I reply an ack of it? Guo-Fu Tseng -- 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/