* [PATCH] Fix config requirements of IPv6
@ 2007-09-06 20:01 Bernhard Walle
2007-09-06 20:49 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Walle @ 2007-09-06 20:01 UTC (permalink / raw)
To: linux-kernel, netdev; +Cc: akpm
[PATCH] Fix config requirements of IPv6
net/ipv6/inet6_connection_sock.c in function __inet6_csk_dst_store() requires
flow_cache_genid which is defined in net/core/flow.c which is compiled when
CONFIG_XFRM is set.
This patch expresses that dependency.
Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
---
net/ipv6/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- a/net/ipv6/Kconfig
+++ b/net/ipv6/Kconfig
@@ -5,6 +5,7 @@
# IPv6 as module will cause a CRASH if you try to unload it
config IPV6
tristate "The IPv6 protocol"
+ select XFRM
default m
---help---
This is complemental support for the IP version 6.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix config requirements of IPv6
2007-09-06 20:01 [PATCH] Fix config requirements of IPv6 Bernhard Walle
@ 2007-09-06 20:49 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-09-06 20:49 UTC (permalink / raw)
To: bernhard; +Cc: linux-kernel, netdev, akpm
From: Bernhard Walle <bernhard@bwalle.de>
Date: Thu, 6 Sep 2007 22:01:52 +0200
> [PATCH] Fix config requirements of IPv6
>
> net/ipv6/inet6_connection_sock.c in function __inet6_csk_dst_store() requires
> flow_cache_genid which is defined in net/core/flow.c which is compiled when
> CONFIG_XFRM is set.
>
> This patch expresses that dependency.
>
>
> Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
IPV6 should not require XFRM, a proper fix for this issue
was added to the net-2.6.24 tree earlier today already.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-06 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-06 20:01 [PATCH] Fix config requirements of IPv6 Bernhard Walle
2007-09-06 20:49 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).