From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753096AbbJQL2Q (ORCPT ); Sat, 17 Oct 2015 07:28:16 -0400 Received: from mail.us.es ([193.147.175.20]:48674 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753068AbbJQL2M (ORCPT ); Sat, 17 Oct 2015 07:28:12 -0400 X-Qmail-Scanner-Diagnostics: from 127.0.0.1 by antivirus1 (envelope-from , uid 501) with qmail-scanner-2.10 (clamdscan: 0.98.7/20976. spamassassin: 3.4.0. Clear:RC:1(127.0.0.1):SA:0(-103.2/7.5):. Processed in 2.06079 secs); 17 Oct 2015 11:28:11 -0000 X-Spam-ASN: AS12715 87.216.0.0/16 X-Envelope-From: pneira@us.es Date: Sat, 17 Oct 2015 13:35:16 +0200 From: Pablo Neira Ayuso To: Arnd Bergmann Cc: netfilter-devel@vger.kernel.org, coreteam@netfilter.org, Patrick McHardy , Jozsef Kadlecsik , "David S. Miller" , Alexey Kuznetsov , James Morris , Hideaki YOSHIFUJI , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] netfilter: fix Kconfig dependencies for nft_dup_ipv{4,6} Message-ID: <20151017113516.GA3002@salvia> References: <5041322.FiDa5XtNuO@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5041322.FiDa5XtNuO@wuerfel> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 16, 2015 at 10:10:04PM +0200, Arnd Bergmann wrote: > nft_dup_ipv4 and nft_dup_ipv6 select the respective nf_dup_ipv{4,6} > drivers, which must not be built-in if nf_conntrack is a loadable > module, otherwise we get a link error: > > net/built-in.o: In function `nf_dup_ipv6': > (.text+0xdef20): undefined reference to `nf_conntrack_untracked' > > The dependency was fixed for the nf_dup_* modules recently, but this > patch adds the same dependency to the nft_dup_* modules for > the (hopefully) complete fix. Already have this patch for this enqueued here: http://git.kernel.org/cgit/linux/kernel/git/pablo/nf.git/commit/?id=6ece90f9a13e2592cbd6634f74bcb306169b5ab6 Will be submitting this to David asap. Thanks anyway.