lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sat, 28 Mar 2009 21:26:42 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Cyrill Gorcunov <gorcunov@...il.com>
CC:	Pablo Neira Ayuso <pablo@...filter.org>, davem@...emloft.net,
	sfr@...b.auug.org.au, linux-next@...r.kernel.org,
	linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
	kaber@...sh.net, netfilter-devel@...r.kernel.org
Subject: Re: linux-next: Tree for March 27 (netfilter build error)

Cyrill Gorcunov wrote:
> [David Miller - Fri, Mar 27, 2009 at 04:01:07PM -0700]
> | From: Randy Dunlap <randy.dunlap@...cle.com>
> | Date: Fri, 27 Mar 2009 09:48:40 -0700
> | 
> | > Stephen Rothwell wrote:
> | > > Hi all,
> | > > 
> | > > Changes since 20090326:
> | > 
> | > 
> | > with CONFIG_IPV6=n:
> | > 
> | > ERROR: "__ipv6_addr_type" [net/netfilter/xt_cluster.ko] undefined!
> | > 
> | > config attached.
> | 
> | Patrick and netfilter folks, please have a look, thanks!
> | 
> 
> Pablo, seems like something as inlined below is
> missed? (except I doubt about CONFIG_IPV6_MODULE
> here)
> 
>         Cyrill

works_for_me.  Thanks.
but missing S-O-B.

Acked-by: Randy Dunlap <randy.dunlap@...cle.com>


> ---
>  net/netfilter/xt_cluster.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> Index: linux-2.6.git/net/netfilter/xt_cluster.c
> ===================================================================
> --- linux-2.6.git.orig/net/netfilter/xt_cluster.c
> +++ linux-2.6.git/net/netfilter/xt_cluster.c
> @@ -67,8 +67,10 @@ xt_cluster_is_multicast_addr(const struc
>  		is_multicast = ipv4_is_multicast(ip_hdr(skb)->daddr);
>  		break;
>  	case NFPROTO_IPV6:
> +#if defined(CONFIG_IPV6) || defined(CONFIG_IPV6_MODULE)
>  		is_multicast = ipv6_addr_type(&ipv6_hdr(skb)->daddr) &
>  						IPV6_ADDR_MULTICAST;
> +#endif
>  		break;
>  	default:
>  		WARN_ON(1);


-- 
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ