Re: linux-next: Tree for February 10 (netfilter)

6 messages, 4 authors, 2011-03-07 · open the first message on its own page

Re: linux-next: Tree for February 10 (netfilter)

From: Randy Dunlap <hidden>
Date: 2011-02-10 17:53:26

On Thu, 10 Feb 2011 18:05:25 +1100 Stephen Rothwell wrote:
Hi all,

[The kernel.org mirroring is being slow ...]

Changes since 20110209:

xt_AUDIT.c:(.text+0x39ca9): undefined reference to `ipv6_skip_exthdr'

IPV6 is not enabled.

Full config file is attached.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

Re: linux-next: Tree for February 10 (netfilter)

From: Patrick McHardy <hidden>
Date: 2011-02-14 07:35:24

On 10.02.2011 18:52, Randy Dunlap wrote:
On Thu, 10 Feb 2011 18:05:25 +1100 Stephen Rothwell wrote:
quoted
Hi all,

[The kernel.org mirroring is being slow ...]

Changes since 20110209:

xt_AUDIT.c:(.text+0x39ca9): undefined reference to `ipv6_skip_exthdr'

IPV6 is not enabled.

Full config file is attached.
Thomas, please have a look at this.

Re: linux-next: Tree for February 10 (netfilter)

From: Randy Dunlap <hidden>
Date: 2011-03-03 22:33:01

On Mon, 14 Feb 2011 08:34:56 +0100 Patrick McHardy wrote:
On 10.02.2011 18:52, Randy Dunlap wrote:
quoted
On Thu, 10 Feb 2011 18:05:25 +1100 Stephen Rothwell wrote:
quoted
Hi all,

[The kernel.org mirroring is being slow ...]

Changes since 20110209:

xt_AUDIT.c:(.text+0x39ca9): undefined reference to `ipv6_skip_exthdr'

IPV6 is not enabled.

Full config file is attached.
Thomas, please have a look at this.

Ping.
This build error is still with us in linux-next 2011.0303...


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

[PATCH] net: Enter net/ipv6/ even if CONFIG_IPV6=n

From: Thomas Graf <hidden>
Date: 2011-03-04 09:35:18

exthdrs_core.c and addrconf_core.c in net/ipv6/ contain bits which
must be made available even if IPv6 is disabled.

net/ipv6/Makefile already correctly includes them if CONFIG_IPV6=n
but net/Makefile prevents entering the subdirectory.

Signed-off-by: Thomas Graf <redacted>
diff --git a/net/Makefile b/net/Makefile
index a3330eb..a51d946 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -19,9 +19,7 @@ obj-$(CONFIG_NETFILTER)		+= netfilter/
 obj-$(CONFIG_INET)		+= ipv4/
 obj-$(CONFIG_XFRM)		+= xfrm/
 obj-$(CONFIG_UNIX)		+= unix/
-ifneq ($(CONFIG_IPV6),)
-obj-y				+= ipv6/
-endif
+obj-$(CONFIG_NET)		+= ipv6/
 obj-$(CONFIG_PACKET)		+= packet/
 obj-$(CONFIG_NET_KEY)		+= key/
 obj-$(CONFIG_BRIDGE)		+= bridge/

Re: [PATCH] net: Enter net/ipv6/ even if CONFIG_IPV6=n

From: Randy Dunlap <hidden>
Date: 2011-03-04 17:03:18

On 03/04/11 01:35, Thomas Graf wrote:
exthdrs_core.c and addrconf_core.c in net/ipv6/ contain bits which
must be made available even if IPv6 is disabled.

net/ipv6/Makefile already correctly includes them if CONFIG_IPV6=n
but net/Makefile prevents entering the subdirectory.

Signed-off-by: Thomas Graf <redacted>
Acked-by: Randy Dunlap <redacted>

Thanks.
quoted hunk
diff --git a/net/Makefile b/net/Makefile
index a3330eb..a51d946 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -19,9 +19,7 @@ obj-$(CONFIG_NETFILTER)		+= netfilter/
 obj-$(CONFIG_INET)		+= ipv4/
 obj-$(CONFIG_XFRM)		+= xfrm/
 obj-$(CONFIG_UNIX)		+= unix/
-ifneq ($(CONFIG_IPV6),)
-obj-y				+= ipv6/
-endif
+obj-$(CONFIG_NET)		+= ipv6/
 obj-$(CONFIG_PACKET)		+= packet/
 obj-$(CONFIG_NET_KEY)		+= key/
 obj-$(CONFIG_BRIDGE)		+= bridge/

-- 
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

Re: [PATCH] net: Enter net/ipv6/ even if CONFIG_IPV6=n

From: David Miller <davem@davemloft.net>
Date: 2011-03-07 20:50:42

From: Randy Dunlap <redacted>
Date: Fri, 04 Mar 2011 09:01:54 -0800
On 03/04/11 01:35, Thomas Graf wrote:
quoted
exthdrs_core.c and addrconf_core.c in net/ipv6/ contain bits which
must be made available even if IPv6 is disabled.

net/ipv6/Makefile already correctly includes them if CONFIG_IPV6=n
but net/Makefile prevents entering the subdirectory.

Signed-off-by: Thomas Graf <redacted>
Acked-by: Randy Dunlap <redacted>
Applied, thanks.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help