All of lore.kernel.org
 help / color / mirror / Atom feed
* error while building the kernel Mainline
@ 2010-11-18 14:36 Justin Mattock
  2010-11-18 15:12 ` Eric Dumazet
  0 siblings, 1 reply; 19+ messages in thread
From: Justin Mattock @ 2010-11-18 14:36 UTC (permalink / raw)
  To: linux-net; +Cc: Linux Kernel Mailing List

hit this yesterday, and havent had time to look at it, to see if its a
simple fix

  MODPOST vmlinux.o
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
net/built-in.o: In function `handle_response_icmp':
ip_vs_core.c:(.text+0x2b5c4): undefined reference to `nf_conntrack_untracked'
net/built-in.o: In function `T.925':
ip_vs_core.c:(.text+0x2cbbd): undefined reference to `nf_conntrack_untracked'
net/built-in.o: In function `ip_vs_null_xmit':
(.text+0x310da): undefined reference to `nf_conntrack_untracked'
net/built-in.o: In function `ip_vs_tunnel_xmit':
(.text+0x311e3): undefined reference to `nf_conntrack_untracked'
net/built-in.o: In function `ip_vs_nat_xmit':
(.text+0x3176f): undefined reference to `nf_conntrack_untracked'
net/built-in.o:(.text+0x3199d): more undefined references to
`nf_conntrack_untracked' follow
make: *** [.tmp_vmlinux1] Error 1

has there been anything sent forward for this yet?

-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 14:36 error while building the kernel Mainline Justin Mattock
@ 2010-11-18 15:12 ` Eric Dumazet
  2010-11-18 17:25   ` Justin P. Mattock
  0 siblings, 1 reply; 19+ messages in thread
From: Eric Dumazet @ 2010-11-18 15:12 UTC (permalink / raw)
  To: Justin Mattock; +Cc: linux-net, Linux Kernel Mailing List

Le jeudi 18 novembre 2010 à 06:36 -0800, Justin Mattock a écrit :
> hit this yesterday, and havent had time to look at it, to see if its a
> simple fix
> 
>   MODPOST vmlinux.o
> WARNING: modpost: Found 1 section mismatch(es).
> To see full details build your kernel with:
> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
>   GEN     .version
>   CHK     include/generated/compile.h
>   UPD     include/generated/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> net/built-in.o: In function `handle_response_icmp':
> ip_vs_core.c:(.text+0x2b5c4): undefined reference to `nf_conntrack_untracked'
> net/built-in.o: In function `T.925':
> ip_vs_core.c:(.text+0x2cbbd): undefined reference to `nf_conntrack_untracked'
> net/built-in.o: In function `ip_vs_null_xmit':
> (.text+0x310da): undefined reference to `nf_conntrack_untracked'
> net/built-in.o: In function `ip_vs_tunnel_xmit':
> (.text+0x311e3): undefined reference to `nf_conntrack_untracked'
> net/built-in.o: In function `ip_vs_nat_xmit':
> (.text+0x3176f): undefined reference to `nf_conntrack_untracked'
> net/built-in.o:(.text+0x3199d): more undefined references to
> `nf_conntrack_untracked' follow
> make: *** [.tmp_vmlinux1] Error 1
> 
> has there been anything sent forward for this yet?
> 

Try to find out why net/netfilter/nf_conntrack_core.c is not compiled ?

./net/netfilter/nf_conntrack_core.c:65:DEFINE_PER_CPU(struct nf_conn, nf_conntrack_untracked);
./net/netfilter/nf_conntrack_core.c:66:EXPORT_PER_CPU_SYMBOL(nf_conntrack_untracked);




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 15:12 ` Eric Dumazet
@ 2010-11-18 17:25   ` Justin P. Mattock
  2010-11-18 17:48       ` Eric Dumazet
  0 siblings, 1 reply; 19+ messages in thread
From: Justin P. Mattock @ 2010-11-18 17:25 UTC (permalink / raw)
  To: Eric Dumazet; +Cc: linux-net, Linux Kernel Mailing List

On 11/18/2010 07:12 AM, Eric Dumazet wrote:
> Le jeudi 18 novembre 2010 à 06:36 -0800, Justin Mattock a écrit :
>> hit this yesterday, and havent had time to look at it, to see if its a
>> simple fix
>>
>>    MODPOST vmlinux.o
>> WARNING: modpost: Found 1 section mismatch(es).
>> To see full details build your kernel with:
>> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
>>    GEN     .version
>>    CHK     include/generated/compile.h
>>    UPD     include/generated/compile.h
>>    CC      init/version.o
>>    LD      init/built-in.o
>>    LD      .tmp_vmlinux1
>> net/built-in.o: In function `handle_response_icmp':
>> ip_vs_core.c:(.text+0x2b5c4): undefined reference to `nf_conntrack_untracked'
>> net/built-in.o: In function `T.925':
>> ip_vs_core.c:(.text+0x2cbbd): undefined reference to `nf_conntrack_untracked'
>> net/built-in.o: In function `ip_vs_null_xmit':
>> (.text+0x310da): undefined reference to `nf_conntrack_untracked'
>> net/built-in.o: In function `ip_vs_tunnel_xmit':
>> (.text+0x311e3): undefined reference to `nf_conntrack_untracked'
>> net/built-in.o: In function `ip_vs_nat_xmit':
>> (.text+0x3176f): undefined reference to `nf_conntrack_untracked'
>> net/built-in.o:(.text+0x3199d): more undefined references to
>> `nf_conntrack_untracked' follow
>> make: *** [.tmp_vmlinux1] Error 1
>>
>> has there been anything sent forward for this yet?
>>
>
> Try to find out why net/netfilter/nf_conntrack_core.c is not compiled ?

seems it is compiling, it's after the compiling when this breaks

>
> ./net/netfilter/nf_conntrack_core.c:65:DEFINE_PER_CPU(struct nf_conn, nf_conntrack_untracked);
> ./net/netfilter/nf_conntrack_core.c:66:EXPORT_PER_CPU_SYMBOL(nf_conntrack_untracked);
>
>
>
>

Justin P. Mattock

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 17:25   ` Justin P. Mattock
@ 2010-11-18 17:48       ` Eric Dumazet
  0 siblings, 0 replies; 19+ messages in thread
From: Eric Dumazet @ 2010-11-18 17:48 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: linux-net, Linux Kernel Mailing List, netdev, Simon Horman,
	Netfilter Development Mailinglist, Patrick McHardy

Le jeudi 18 novembre 2010 à 09:25 -0800, Justin P. Mattock a écrit :
> On 11/18/2010 07:12 AM, Eric Dumazet wrote:
> > Le jeudi 18 novembre 2010 à 06:36 -0800, Justin Mattock a écrit :
> >> hit this yesterday, and havent had time to look at it, to see if its a
> >> simple fix
> >>
> >>    MODPOST vmlinux.o
> >> WARNING: modpost: Found 1 section mismatch(es).
> >> To see full details build your kernel with:
> >> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> >>    GEN     .version
> >>    CHK     include/generated/compile.h
> >>    UPD     include/generated/compile.h
> >>    CC      init/version.o
> >>    LD      init/built-in.o
> >>    LD      .tmp_vmlinux1
> >> net/built-in.o: In function `handle_response_icmp':
> >> ip_vs_core.c:(.text+0x2b5c4): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o: In function `T.925':
> >> ip_vs_core.c:(.text+0x2cbbd): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o: In function `ip_vs_null_xmit':
> >> (.text+0x310da): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o: In function `ip_vs_tunnel_xmit':
> >> (.text+0x311e3): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o: In function `ip_vs_nat_xmit':
> >> (.text+0x3176f): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o:(.text+0x3199d): more undefined references to
> >> `nf_conntrack_untracked' follow
> >> make: *** [.tmp_vmlinux1] Error 1
> >>
> >> has there been anything sent forward for this yet?
> >>
> >
> > Try to find out why net/netfilter/nf_conntrack_core.c is not compiled ?
> 
> seems it is compiling, it's after the compiling when this breaks
> 
> >
> > ./net/netfilter/nf_conntrack_core.c:65:DEFINE_PER_CPU(struct nf_conn, nf_conntrack_untracked);
> > ./net/netfilter/nf_conntrack_core.c:66:EXPORT_PER_CPU_SYMBOL(nf_conntrack_untracked);
> >
> >
> >
> >
> 
> Justin P. Mattock


Let me guess...

net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
statically (in vmlinux) ?

CONFIG_NF_CONNTRACK=m
CONFIG_IP_VS=y

We probably need some Kconfig magic ;)




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
@ 2010-11-18 17:48       ` Eric Dumazet
  0 siblings, 0 replies; 19+ messages in thread
From: Eric Dumazet @ 2010-11-18 17:48 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: linux-net, Linux Kernel Mailing List, netdev, Simon Horman,
	Netfilter Development Mailinglist, Patrick McHardy

Le jeudi 18 novembre 2010 à 09:25 -0800, Justin P. Mattock a écrit :
> On 11/18/2010 07:12 AM, Eric Dumazet wrote:
> > Le jeudi 18 novembre 2010 à 06:36 -0800, Justin Mattock a écrit :
> >> hit this yesterday, and havent had time to look at it, to see if its a
> >> simple fix
> >>
> >>    MODPOST vmlinux.o
> >> WARNING: modpost: Found 1 section mismatch(es).
> >> To see full details build your kernel with:
> >> 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
> >>    GEN     .version
> >>    CHK     include/generated/compile.h
> >>    UPD     include/generated/compile.h
> >>    CC      init/version.o
> >>    LD      init/built-in.o
> >>    LD      .tmp_vmlinux1
> >> net/built-in.o: In function `handle_response_icmp':
> >> ip_vs_core.c:(.text+0x2b5c4): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o: In function `T.925':
> >> ip_vs_core.c:(.text+0x2cbbd): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o: In function `ip_vs_null_xmit':
> >> (.text+0x310da): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o: In function `ip_vs_tunnel_xmit':
> >> (.text+0x311e3): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o: In function `ip_vs_nat_xmit':
> >> (.text+0x3176f): undefined reference to `nf_conntrack_untracked'
> >> net/built-in.o:(.text+0x3199d): more undefined references to
> >> `nf_conntrack_untracked' follow
> >> make: *** [.tmp_vmlinux1] Error 1
> >>
> >> has there been anything sent forward for this yet?
> >>
> >
> > Try to find out why net/netfilter/nf_conntrack_core.c is not compiled ?
> 
> seems it is compiling, it's after the compiling when this breaks
> 
> >
> > ./net/netfilter/nf_conntrack_core.c:65:DEFINE_PER_CPU(struct nf_conn, nf_conntrack_untracked);
> > ./net/netfilter/nf_conntrack_core.c:66:EXPORT_PER_CPU_SYMBOL(nf_conntrack_untracked);
> >
> >
> >
> >
> 
> Justin P. Mattock


Let me guess...

net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
statically (in vmlinux) ?

CONFIG_NF_CONNTRACK=m
CONFIG_IP_VS=y

We probably need some Kconfig magic ;)



--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 17:48       ` Eric Dumazet
  (?)
@ 2010-11-18 17:50       ` David Miller
  2010-11-18 18:12         ` Patrick McHardy
  2010-11-18 18:13         ` Justin P. Mattock
  -1 siblings, 2 replies; 19+ messages in thread
From: David Miller @ 2010-11-18 17:50 UTC (permalink / raw)
  To: eric.dumazet
  Cc: justinmattock, linux-net, linux-kernel, netdev, horms,
	netfilter-devel, kaber

From: Eric Dumazet <eric.dumazet@gmail.com>
Date: Thu, 18 Nov 2010 18:48:17 +0100

> Let me guess...
> 
> net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
> statically (in vmlinux) ?
> 
> CONFIG_NF_CONNTRACK=m
> CONFIG_IP_VS=y
> 
> We probably need some Kconfig magic ;)

Randy Dunlap made a similar report today with a sample .config
that triggers the problem.

I'll look into it after lunch.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 17:50       ` David Miller
@ 2010-11-18 18:12         ` Patrick McHardy
  2010-11-18 18:13         ` Justin P. Mattock
  1 sibling, 0 replies; 19+ messages in thread
From: Patrick McHardy @ 2010-11-18 18:12 UTC (permalink / raw)
  To: David Miller
  Cc: eric.dumazet, justinmattock, linux-net, linux-kernel, netdev,
	horms, netfilter-devel

Am 18.11.2010 18:50, schrieb David Miller:
> From: Eric Dumazet <eric.dumazet@gmail.com>
> Date: Thu, 18 Nov 2010 18:48:17 +0100
> 
>> Let me guess...
>>
>> net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
>> statically (in vmlinux) ?
>>
>> CONFIG_NF_CONNTRACK=m
>> CONFIG_IP_VS=y
>>
>> We probably need some Kconfig magic ;)
> 
> Randy Dunlap made a similar report today with a sample .config
> that triggers the problem.
> 
> I'll look into it after lunch.

Thanks, I'll take care of this.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 17:50       ` David Miller
  2010-11-18 18:12         ` Patrick McHardy
@ 2010-11-18 18:13         ` Justin P. Mattock
  2010-11-18 18:20           ` Patrick McHardy
  1 sibling, 1 reply; 19+ messages in thread
From: Justin P. Mattock @ 2010-11-18 18:13 UTC (permalink / raw)
  To: David Miller
  Cc: eric.dumazet, linux-net, linux-kernel, netdev, horms,
	netfilter-devel, kaber

On 11/18/2010 09:50 AM, David Miller wrote:
> From: Eric Dumazet<eric.dumazet@gmail.com>
> Date: Thu, 18 Nov 2010 18:48:17 +0100
>
>> Let me guess...
>>
>> net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
>> statically (in vmlinux) ?
>>
>> CONFIG_NF_CONNTRACK=m
>> CONFIG_IP_VS=y
>>
>> We probably need some Kconfig magic ;)
>
> Randy Dunlap made a similar report today with a sample .config
> that triggers the problem.
>
> I'll look into it after lunch.
>

alright..

Justin P. Mattock

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 18:13         ` Justin P. Mattock
@ 2010-11-18 18:20           ` Patrick McHardy
  2010-11-18 18:28             ` Justin P. Mattock
  2010-11-18 19:18             ` Justin P. Mattock
  0 siblings, 2 replies; 19+ messages in thread
From: Patrick McHardy @ 2010-11-18 18:20 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: David Miller, eric.dumazet, linux-net, linux-kernel, netdev,
	horms, netfilter-devel

[-- Attachment #1: Type: text/plain, Size: 739 bytes --]

Am 18.11.2010 19:13, schrieb Justin P. Mattock:
> On 11/18/2010 09:50 AM, David Miller wrote:
>> From: Eric Dumazet<eric.dumazet@gmail.com>
>> Date: Thu, 18 Nov 2010 18:48:17 +0100
>>
>>> Let me guess...
>>>
>>> net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
>>> statically (in vmlinux) ?
>>>
>>> CONFIG_NF_CONNTRACK=m
>>> CONFIG_IP_VS=y
>>>
>>> We probably need some Kconfig magic ;)
>>

Please try whether this patch fixes the problem.

netfilter: fix IP_VS dependencies

When NF_CONNTRACK is enabled, IP_VS uses conntrack symbols.
Therefore IP_VS can't be linked statically when conntrack
is built modular.

Reported-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>



[-- Attachment #2: x --]
[-- Type: text/plain, Size: 473 bytes --]

diff --git a/net/netfilter/ipvs/Kconfig b/net/netfilter/ipvs/Kconfig
index a22dac2..70bd1d0 100644
--- a/net/netfilter/ipvs/Kconfig
+++ b/net/netfilter/ipvs/Kconfig
@@ -4,6 +4,7 @@
 menuconfig IP_VS
 	tristate "IP virtual server support"
 	depends on NET && INET && NETFILTER
+	depends on (NF_CONNTRACK || NF_CONNTRACK=n)
 	---help---
 	  IP Virtual Server support will let you build a high-performance
 	  virtual server based on cluster of two or more real servers. This

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 18:20           ` Patrick McHardy
@ 2010-11-18 18:28             ` Justin P. Mattock
  2010-11-18 19:18             ` Justin P. Mattock
  1 sibling, 0 replies; 19+ messages in thread
From: Justin P. Mattock @ 2010-11-18 18:28 UTC (permalink / raw)
  To: Patrick McHardy
  Cc: David Miller, eric.dumazet, linux-net, linux-kernel, netdev,
	horms, netfilter-devel

On 11/18/2010 10:20 AM, Patrick McHardy wrote:
> Am 18.11.2010 19:13, schrieb Justin P. Mattock:
>> On 11/18/2010 09:50 AM, David Miller wrote:
>>> From: Eric Dumazet<eric.dumazet@gmail.com>
>>> Date: Thu, 18 Nov 2010 18:48:17 +0100
>>>
>>>> Let me guess...
>>>>
>>>> net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
>>>> statically (in vmlinux) ?
>>>>
>>>> CONFIG_NF_CONNTRACK=m
>>>> CONFIG_IP_VS=y
>>>>
>>>> We probably need some Kconfig magic ;)
>>>
>
> Please try whether this patch fixes the problem.

sure.. right now I'm rebuilding with conntract built-in as suggested by 
eric. then ill go back and test your patch out

>
> netfilter: fix IP_VS dependencies
>
> When NF_CONNTRACK is enabled, IP_VS uses conntrack symbols.
> Therefore IP_VS can't be linked statically when conntrack
> is built modular.
>
> Reported-by: Justin P. Mattock<justinmattock@gmail.com>
> Signed-off-by: Patrick McHardy<kaber@trash.net>
>
>

Justin P. Mattock

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 18:20           ` Patrick McHardy
  2010-11-18 18:28             ` Justin P. Mattock
@ 2010-11-18 19:18             ` Justin P. Mattock
  2010-11-18 20:32               ` Patrick McHardy
  1 sibling, 1 reply; 19+ messages in thread
From: Justin P. Mattock @ 2010-11-18 19:18 UTC (permalink / raw)
  To: Patrick McHardy
  Cc: David Miller, eric.dumazet, linux-net, linux-kernel, netdev,
	horms, netfilter-devel

On 11/18/2010 10:20 AM, Patrick McHardy wrote:
> Am 18.11.2010 19:13, schrieb Justin P. Mattock:
>> On 11/18/2010 09:50 AM, David Miller wrote:
>>> From: Eric Dumazet<eric.dumazet@gmail.com>
>>> Date: Thu, 18 Nov 2010 18:48:17 +0100
>>>
>>>> Let me guess...
>>>>
>>>> net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
>>>> statically (in vmlinux) ?
>>>>
>>>> CONFIG_NF_CONNTRACK=m
>>>> CONFIG_IP_VS=y
>>>>
>>>> We probably need some Kconfig magic ;)
>>>
>
> Please try whether this patch fixes the problem.
>
> netfilter: fix IP_VS dependencies
>
> When NF_CONNTRACK is enabled, IP_VS uses conntrack symbols.
> Therefore IP_VS can't be linked statically when conntrack
> is built modular.
>
> Reported-by: Justin P. Mattock<justinmattock@gmail.com>
> Signed-off-by: Patrick McHardy<kaber@trash.net>
>
>


alright!! doing the above change
CONFIG_NF_CONNTRACK=y gets a clean build.. as well as reverting 
everything and using your patch..

Thanks for the fix..

Justin P. Mattock

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 19:18             ` Justin P. Mattock
@ 2010-11-18 20:32               ` Patrick McHardy
  2010-11-18 20:54                 ` David Miller
  0 siblings, 1 reply; 19+ messages in thread
From: Patrick McHardy @ 2010-11-18 20:32 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: David Miller, eric.dumazet, linux-net, linux-kernel, netdev,
	horms, netfilter-devel

Am 18.11.2010 20:18, schrieb Justin P. Mattock:
> On 11/18/2010 10:20 AM, Patrick McHardy wrote:
>> Am 18.11.2010 19:13, schrieb Justin P. Mattock:
>>> On 11/18/2010 09:50 AM, David Miller wrote:
>>>> From: Eric Dumazet<eric.dumazet@gmail.com>
>>>> Date: Thu, 18 Nov 2010 18:48:17 +0100
>>>>
>>>>> Let me guess...
>>>>>
>>>>> net/netfilter/nf_conntrack_core is compiled as a module, and ip_vs
>>>>> statically (in vmlinux) ?
>>>>>
>>>>> CONFIG_NF_CONNTRACK=m
>>>>> CONFIG_IP_VS=y
>>>>>
>>>>> We probably need some Kconfig magic ;)
>>>>
>>
>> Please try whether this patch fixes the problem.
>>
>> netfilter: fix IP_VS dependencies
>>
>> When NF_CONNTRACK is enabled, IP_VS uses conntrack symbols.
>> Therefore IP_VS can't be linked statically when conntrack
>> is built modular.
>>
>> Reported-by: Justin P. Mattock<justinmattock@gmail.com>
>> Signed-off-by: Patrick McHardy<kaber@trash.net>
>>
>>
> 
> 
> alright!! doing the above change
> CONFIG_NF_CONNTRACK=y gets a clean build.. as well as reverting
> everything and using your patch..
> 
> Thanks for the fix..

Thanks for testing. Dave, please apply directly, thanks!

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 20:32               ` Patrick McHardy
@ 2010-11-18 20:54                 ` David Miller
  2010-11-18 21:03                   ` Randy Dunlap
  0 siblings, 1 reply; 19+ messages in thread
From: David Miller @ 2010-11-18 20:54 UTC (permalink / raw)
  To: kaber
  Cc: justinmattock, eric.dumazet, linux-net, linux-kernel, netdev,
	horms, netfilter-devel

From: Patrick McHardy <kaber@trash.net>
Date: Thu, 18 Nov 2010 21:32:11 +0100

> Thanks for testing. Dave, please apply directly, thanks!

Done.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 20:54                 ` David Miller
@ 2010-11-18 21:03                   ` Randy Dunlap
  2010-11-18 21:10                     ` David Miller
  0 siblings, 1 reply; 19+ messages in thread
From: Randy Dunlap @ 2010-11-18 21:03 UTC (permalink / raw)
  To: David Miller
  Cc: kaber, justinmattock, eric.dumazet, linux-net, linux-kernel,
	netdev, horms, netfilter-devel

On Thu, 18 Nov 2010 12:54:51 -0800 (PST) David Miller wrote:

> From: Patrick McHardy <kaber@trash.net>
> Date: Thu, 18 Nov 2010 21:32:11 +0100
> 
> > Thanks for testing. Dave, please apply directly, thanks!

Dave,

This patch does not fix the config/build error that I posted for linux-next.

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 21:03                   ` Randy Dunlap
@ 2010-11-18 21:10                     ` David Miller
  2010-11-18 21:15                       ` David Miller
  0 siblings, 1 reply; 19+ messages in thread
From: David Miller @ 2010-11-18 21:10 UTC (permalink / raw)
  To: randy.dunlap
  Cc: kaber, justinmattock, eric.dumazet, linux-net, linux-kernel,
	netdev, horms, netfilter-devel

From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Thu, 18 Nov 2010 13:03:18 -0800

> On Thu, 18 Nov 2010 12:54:51 -0800 (PST) David Miller wrote:
> 
>> From: Patrick McHardy <kaber@trash.net>
>> Date: Thu, 18 Nov 2010 21:32:11 +0100
>> 
>> > Thanks for testing. Dave, please apply directly, thanks!
> 
> Dave,
> 
> This patch does not fix the config/build error that I posted for linux-next.

And it has bugs, now when NF_CONNTRACT is set to "m" IPVS isn't offered
at all.

So I'm reverting.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 21:10                     ` David Miller
@ 2010-11-18 21:15                       ` David Miller
  2010-11-18 21:48                         ` Patrick McHardy
  0 siblings, 1 reply; 19+ messages in thread
From: David Miller @ 2010-11-18 21:15 UTC (permalink / raw)
  To: randy.dunlap
  Cc: kaber, justinmattock, eric.dumazet, linux-net, linux-kernel,
	netdev, horms, netfilter-devel

From: David Miller <davem@davemloft.net>
Date: Thu, 18 Nov 2010 13:10:04 -0800 (PST)

> From: Randy Dunlap <randy.dunlap@oracle.com>
> Date: Thu, 18 Nov 2010 13:03:18 -0800
> 
>> On Thu, 18 Nov 2010 12:54:51 -0800 (PST) David Miller wrote:
>> 
>>> From: Patrick McHardy <kaber@trash.net>
>>> Date: Thu, 18 Nov 2010 21:32:11 +0100
>>> 
>>> > Thanks for testing. Dave, please apply directly, thanks!
>> 
>> Dave,
>> 
>> This patch does not fix the config/build error that I posted for linux-next.
> 
> And it has bugs, now when NF_CONNTRACT is set to "m" IPVS isn't offered
> at all.
> 
> So I'm reverting.

Ignore this, I was looking for "*_IPVS" in the config instead of
"*_IP_VS" for some stupid reason.

Patch is sane and I'll look into Randy's problem when I get a chance.
:-)

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 21:15                       ` David Miller
@ 2010-11-18 21:48                         ` Patrick McHardy
  2010-11-18 23:48                           ` Justin P. Mattock
  0 siblings, 1 reply; 19+ messages in thread
From: Patrick McHardy @ 2010-11-18 21:48 UTC (permalink / raw)
  To: David Miller
  Cc: randy.dunlap, justinmattock, eric.dumazet, linux-net,
	linux-kernel, netdev, horms, netfilter-devel

Am 18.11.2010 22:15, schrieb David Miller:
> From: David Miller <davem@davemloft.net>
> Date: Thu, 18 Nov 2010 13:10:04 -0800 (PST)
> 
>> From: Randy Dunlap <randy.dunlap@oracle.com>
>> Date: Thu, 18 Nov 2010 13:03:18 -0800
>>
>>> On Thu, 18 Nov 2010 12:54:51 -0800 (PST) David Miller wrote:
>>>
>>>> From: Patrick McHardy <kaber@trash.net>
>>>> Date: Thu, 18 Nov 2010 21:32:11 +0100
>>>>
>>>>> Thanks for testing. Dave, please apply directly, thanks!
>>>
>>> Dave,
>>>
>>> This patch does not fix the config/build error that I posted for linux-next.
>>
>> And it has bugs, now when NF_CONNTRACT is set to "m" IPVS isn't offered
>> at all.
>>
>> So I'm reverting.
> 
> Ignore this, I was looking for "*_IPVS" in the config instead of
> "*_IP_VS" for some stupid reason.

I always make the same mistake :)

> Patch is sane and I'll look into Randy's problem when I get a chance.
> :-)

I've already asked the tproxy guys to look into this, it's a
different problem that requires more tproxy knowledge than
have.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 21:48                         ` Patrick McHardy
@ 2010-11-18 23:48                           ` Justin P. Mattock
  2010-11-19  0:20                             ` Simon Horman
  0 siblings, 1 reply; 19+ messages in thread
From: Justin P. Mattock @ 2010-11-18 23:48 UTC (permalink / raw)
  To: Patrick McHardy
  Cc: David Miller, randy.dunlap, eric.dumazet, linux-net,
	linux-kernel, netdev, horms, netfilter-devel

On 11/18/2010 01:48 PM, Patrick McHardy wrote:
> Am 18.11.2010 22:15, schrieb David Miller:
>> From: David Miller<davem@davemloft.net>
>> Date: Thu, 18 Nov 2010 13:10:04 -0800 (PST)
>>
>>> From: Randy Dunlap<randy.dunlap@oracle.com>
>>> Date: Thu, 18 Nov 2010 13:03:18 -0800
>>>
>>>> On Thu, 18 Nov 2010 12:54:51 -0800 (PST) David Miller wrote:
>>>>
>>>>> From: Patrick McHardy<kaber@trash.net>
>>>>> Date: Thu, 18 Nov 2010 21:32:11 +0100
>>>>>
>>>>>> Thanks for testing. Dave, please apply directly, thanks!
>>>>
>>>> Dave,
>>>>
>>>> This patch does not fix the config/build error that I posted for linux-next.
>>>
>>> And it has bugs, now when NF_CONNTRACT is set to "m" IPVS isn't offered
>>> at all.
>>>
>>> So I'm reverting.
>>
>> Ignore this, I was looking for "*_IPVS" in the config instead of
>> "*_IP_VS" for some stupid reason.
>
> I always make the same mistake :)
>
>> Patch is sane and I'll look into Randy's problem when I get a chance.
>> :-)
>
> I've already asked the tproxy guys to look into this, it's a
> different problem that requires more tproxy knowledge than
> have.
>


go outside to clean the garage, and put up the christmas lights up, come 
back and am freaking for a second that the problems not fixed...

tripping me out man!!

Justin P. Mattock

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: error while building the kernel Mainline
  2010-11-18 23:48                           ` Justin P. Mattock
@ 2010-11-19  0:20                             ` Simon Horman
  0 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2010-11-19  0:20 UTC (permalink / raw)
  To: Justin P. Mattock
  Cc: Patrick McHardy, David Miller, randy.dunlap, eric.dumazet,
	linux-net, linux-kernel, netdev, netfilter-devel

On Thu, Nov 18, 2010 at 03:48:00PM -0800, Justin P. Mattock wrote:
> On 11/18/2010 01:48 PM, Patrick McHardy wrote:
> >Am 18.11.2010 22:15, schrieb David Miller:
> >>From: David Miller<davem@davemloft.net>
> >>Date: Thu, 18 Nov 2010 13:10:04 -0800 (PST)
> >>
> >>>From: Randy Dunlap<randy.dunlap@oracle.com>
> >>>Date: Thu, 18 Nov 2010 13:03:18 -0800
> >>>
> >>>>On Thu, 18 Nov 2010 12:54:51 -0800 (PST) David Miller wrote:
> >>>>
> >>>>>From: Patrick McHardy<kaber@trash.net>
> >>>>>Date: Thu, 18 Nov 2010 21:32:11 +0100
> >>>>>
> >>>>>>Thanks for testing. Dave, please apply directly, thanks!
> >>>>
> >>>>Dave,
> >>>>
> >>>>This patch does not fix the config/build error that I posted for linux-next.
> >>>
> >>>And it has bugs, now when NF_CONNTRACT is set to "m" IPVS isn't offered
> >>>at all.
> >>>
> >>>So I'm reverting.
> >>
> >>Ignore this, I was looking for "*_IPVS" in the config instead of
> >>"*_IP_VS" for some stupid reason.
> >
> >I always make the same mistake :)
> >
> >>Patch is sane and I'll look into Randy's problem when I get a chance.
> >>:-)
> >
> >I've already asked the tproxy guys to look into this, it's a
> >different problem that requires more tproxy knowledge than
> >have.
> >
> 
> 
> go outside to clean the garage, and put up the christmas lights up,
> come back and am freaking for a second that the problems not
> fixed...
> 
> tripping me out man!!

On a similar note, sorry for not participating in the IPVS portion of
this thread, it was all over by the time that I woke up this morning.

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2010-11-19  0:20 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-18 14:36 error while building the kernel Mainline Justin Mattock
2010-11-18 15:12 ` Eric Dumazet
2010-11-18 17:25   ` Justin P. Mattock
2010-11-18 17:48     ` Eric Dumazet
2010-11-18 17:48       ` Eric Dumazet
2010-11-18 17:50       ` David Miller
2010-11-18 18:12         ` Patrick McHardy
2010-11-18 18:13         ` Justin P. Mattock
2010-11-18 18:20           ` Patrick McHardy
2010-11-18 18:28             ` Justin P. Mattock
2010-11-18 19:18             ` Justin P. Mattock
2010-11-18 20:32               ` Patrick McHardy
2010-11-18 20:54                 ` David Miller
2010-11-18 21:03                   ` Randy Dunlap
2010-11-18 21:10                     ` David Miller
2010-11-18 21:15                       ` David Miller
2010-11-18 21:48                         ` Patrick McHardy
2010-11-18 23:48                           ` Justin P. Mattock
2010-11-19  0:20                             ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.