From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aleksey Senin Subject: [ofa-general] Re: linux-next: origin tree build failure Date: Mon, 29 Dec 2008 10:48:19 +0200 Message-ID: <1230540499.4261.24.camel@alst60> References: <20081229114321.4b6baea5.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20081229114321.4b6baea5.sfr@canb.auug.org.au> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org To: Stephen Rothwell Cc: Roland Dreier , linux-next@vger.kernel.org, Linus , LKML , general@lists.openfabrics.org List-Id: linux-next.vger.kernel.org I'm going to change it by adding #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) exactly as it solved in ipoib module and as Roland says. On Mon, 2008-12-29 at 11:43 +1100, Stephen Rothwell wrote: > Hi Roland, > > Today's linux-next build (powerpc ppc64_defconfig) failed like this: > > ERROR: ".ipv6_chk_addr" [drivers/infiniband/core/ib_addr.ko] undefined! > ERROR: ".ip6_route_output" [drivers/infiniband/core/ib_addr.ko] undefined! > > Caused by commit 38617c64bf9a10bf20e41d95b69bb81e8560fe9d ("RDMA/addr: > Add support for translating IPv6 addresses"). This requires a dependency > on IPV6. > > I have reverted that commit for today (which fixes the build, but may not > be the correct solution). From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753869AbYL2JFD (ORCPT ); Mon, 29 Dec 2008 04:05:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752795AbYL2JEp (ORCPT ); Mon, 29 Dec 2008 04:04:45 -0500 Received: from fwil.voltaire.com ([193.47.165.2]:35246 "EHLO exil.voltaire.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752514AbYL2JEo convert rfc822-to-8bit (ORCPT ); Mon, 29 Dec 2008 04:04:44 -0500 X-Greylist: delayed 921 seconds by postgrey-1.27 at vger.kernel.org; Mon, 29 Dec 2008 04:04:43 EST X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 2.24.1.1 Content-class: urn:content-classes:message Subject: Re: linux-next: origin tree build failure Date: Mon, 29 Dec 2008 10:48:19 +0200 Message-ID: <1230540499.4261.24.camel@alst60> In-Reply-To: <20081229114321.4b6baea5.sfr@canb.auug.org.au> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: linux-next: origin tree build failure Thread-Index: Aclpkk5w5XrthW/RQya3hkKlAjGvpw== References: <20081229114321.4b6baea5.sfr@canb.auug.org.au> From: "Aleksey Senin" To: "Stephen Rothwell" Cc: "Roland Dreier" , , , "LKML" , "Linus" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I'm going to change it by adding #if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE) exactly as it solved in ipoib module and as Roland says. On Mon, 2008-12-29 at 11:43 +1100, Stephen Rothwell wrote: > Hi Roland, > > Today's linux-next build (powerpc ppc64_defconfig) failed like this: > > ERROR: ".ipv6_chk_addr" [drivers/infiniband/core/ib_addr.ko] undefined! > ERROR: ".ip6_route_output" [drivers/infiniband/core/ib_addr.ko] undefined! > > Caused by commit 38617c64bf9a10bf20e41d95b69bb81e8560fe9d ("RDMA/addr: > Add support for translating IPv6 addresses"). This requires a dependency > on IPV6. > > I have reverted that commit for today (which fixes the build, but may not > be the correct solution).