Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752109Ab1BIHVe (ORCPT ); Wed, 9 Feb 2011 02:21:34 -0500 Received: from stinky.trash.net ([213.144.137.162]:46021 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751162Ab1BIHVd (ORCPT ); Wed, 9 Feb 2011 02:21:33 -0500 Message-ID: <4D524079.1000908@trash.net> Date: Wed, 09 Feb 2011 08:21:29 +0100 From: Patrick McHardy User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Thunderbird/3.1.7 MIME-Version: 1.0 To: Randy Dunlap CC: Stephen Rothwell , netdev , linux-next@vger.kernel.org, LKML , netfilter-devel@vger.kernel.org, Jozsef Kadlecsik Subject: Re: linux-next: Tree for February 3 (netfilter) References: <20110203160034.44ae3247.sfr@canb.auug.org.au> <20110204111511.1f4d6706.randy.dunlap@oracle.com> In-Reply-To: <20110204111511.1f4d6706.randy.dunlap@oracle.com> Content-Type: multipart/mixed; boundary="------------000406090609020601010303" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1469 Lines: 46 This is a multi-part message in MIME format. --------------000406090609020601010303 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Am 04.02.2011 20:15, schrieb Randy Dunlap: > On Thu, 3 Feb 2011 16:00:34 +1100 Stephen Rothwell wrote: > >> Hi all, >> >> Changes since 20110202: > > When SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled: > > net/built-in.o: In function `try_to_load_type': > ip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock' > ip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock' Does this patch fix the problem? --------------000406090609020601010303 Content-Type: text/plain; name="x" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="x" diff --git a/net/netfilter/ipset/Kconfig b/net/netfilter/ipset/Kconfig index 3b970d3..2c5b348 100644 --- a/net/netfilter/ipset/Kconfig +++ b/net/netfilter/ipset/Kconfig @@ -1,6 +1,7 @@ menuconfig IP_SET tristate "IP set support" depends on INET && NETFILTER + depends on NETFILTER_NETLINK help This option adds IP set support to the kernel. In order to define and use the sets, you need the userspace utility --------------000406090609020601010303-- -- 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/