Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932927AbXA2AAG (ORCPT ); Sun, 28 Jan 2007 19:00:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932997AbXA2AAG (ORCPT ); Sun, 28 Jan 2007 19:00:06 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:42770 "EHLO mailhub.stusta.mhn.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932927AbXA2AAE (ORCPT ); Sun, 28 Jan 2007 19:00:04 -0500 Date: Mon, 29 Jan 2007 01:00:11 +0100 From: Adrian Bunk To: David Miller Cc: randy.dunlap@oracle.com, akpm@osdl.org, linux-kernel@vger.kernel.org, netfilter@lists.netfilter.org, netdev@vger.kernel.org Subject: Re: [2.6 patch] NF_CONNTRACK_H323 must depend on (IPV6 || IPV6=n) Message-ID: <20070129000011.GB6017@stusta.de> References: <20070127234928.64d8e437.akpm@osdl.org> <20070128114148.b8067721.randy.dunlap@oracle.com> <20070128222136.GZ6017@stusta.de> <20070128.155348.39160134.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070128.155348.39160134.davem@davemloft.net> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1768 Lines: 54 On Sun, Jan 28, 2007 at 03:53:48PM -0800, David Miller wrote: > From: Adrian Bunk > Date: Sun, 28 Jan 2007 23:21:37 +0100 > > > On Sun, Jan 28, 2007 at 11:41:48AM -0800, Randy Dunlap wrote: > > >... > > > net/built-in.o: In function `q931_help': > > > nf_conntrack_h323_main.c:(.text.q931_help+0x6ad): undefined reference to `ip6_route_output' > > > nf_conntrack_h323_main.c:(.text.q931_help+0x6c3): undefined reference to `ip6_route_output' > > >... > > > > You didn't send your .config, but it seems you had CONFIG_IPV6=m and > > CONFIG_NF_CONNTRACK_H323=y. > > > > In this case, the untested patch below should fix it. > > > > > ~Randy > > > > cu > > Adrian > > > > > > <-- snip --> > > > > > > CONFIG_IPV6=m, CONFIG_NF_CONNTRACK_H323=y results in a compile error. > > > > Fix this by letting NF_CONNTRACK_H323 depend on (IPV6 || IPV6=n). > > > > Signed-off-by: Adrian Bunk > > Adrian is this the correct way to constrain the selection between > "n" and "m" in this kind of situation? I thought doing something > like "depends on IPV6" is sufficient to achieve that? "depends on IPV6" would fix the bug - but it would also make NF_CONNTRACK_H323 unavailable for all people without IPV6 support in their kernel. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/