From patchwork Sun Mar 11 12:37:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Schillstrom X-Patchwork-Id: 145978 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 34FE0B6FA8 for ; Sun, 11 Mar 2012 23:37:41 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752622Ab2CKMhd (ORCPT ); Sun, 11 Mar 2012 08:37:33 -0400 Received: from smtp-gw21.han.skanova.net ([81.236.55.21]:33840 "EHLO smtp-gw21.han.skanova.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752583Ab2CKMhb convert rfc822-to-8bit (ORCPT ); Sun, 11 Mar 2012 08:37:31 -0400 Received: from mailer (213.65.94.224) by smtp-gw21.han.skanova.net (8.5.133) id 4EDE1D170280C754; Sun, 11 Mar 2012 13:37:28 +0100 Received: from schillstrom.com (wiki2.mlab.se [172.24.1.4]) by mailer (8.14.4/8.14.4) with ESMTP id q2BCbMdd027330; Sun, 11 Mar 2012 13:37:22 +0100 MIME-Version: 1.0 X-Mailer: AfterLogic WebMail PHP X-Originating-IP: 172.24.1.70 X-Priority: 3 (Normal) Message-ID: From: "Hans Schillstrom" To: "Pablo Neira Ayuso" Cc: "Randy Dunlap" , "Stephen Rothwell" , linux-next@vger.kernel.org, "LKML" , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org Subject: Re[2]: linux-next: Tree for Mar 9 (netfilter) Date: Sun, 11 Mar 2012 13:37:25 +0100 (CET) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello >On Fri, Mar 09, 2012 at 12:30:42PM -0800, Randy Dunlap wrote: >> On 03/09/2012 12:11 AM, Stephen Rothwell wrote: >> >> > Hi all, >> > >> > There will be no linux-next release on March 12 due to a public holiday. >> > >> > Changes since 20120308: >> >> >> xt_LOG.c:(.text+0x789b1): undefined reference to `ip6t_ext_hdr' >> >> Full randconfig file is attached. > >The patch attached fixes this problem, thanks! This one is needed as well, To force xt_LOG to be configured as a module if ipv6 is a module, otherwise you end up in the same linking problem Signed-off-by: Hans Schillstrom --- net/netfilter/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 0c6f67e..4ef9c80 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -547,6 +547,7 @@ config NETFILTER_XT_TARGET_LED config NETFILTER_XT_TARGET_LOG tristate "LOG target support" + depends on (IPV6 || IPV6=n) default m if NETFILTER_ADVANCED=n help This option adds a `LOG' target, which allows you to create rules in