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

5 messages, 2 authors, 2011-02-09 · open the first message on its own page

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

From: Randy Dunlap <hidden>
Date: 2011-02-04 19:15:34

On Thu, 3 Feb 2011 16:00:34 +1100 Stephen Rothwell wrote:
Hi all,

Changes since 20110202:
When SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled:

net/built-in.o: In function `try_to_load_type':
ip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock'
net/built-in.o: In function `ip_set_nfnl_put':
(.text+0x3ab6c): undefined reference to `nfnl_lock'
net/built-in.o: In function `ip_set_nfnl_put':
(.text+0x3ab87): undefined reference to `nfnl_unlock'
net/built-in.o: In function `ip_set_nfnl_get_byindex':
(.text+0x3abb1): undefined reference to `nfnl_lock'
net/built-in.o: In function `ip_set_nfnl_get_byindex':
(.text+0x3abc8): undefined reference to `nfnl_unlock'
net/built-in.o: In function `ip_set_nfnl_get':
(.text+0x3abef): undefined reference to `nfnl_lock'
net/built-in.o: In function `ip_set_nfnl_get':
(.text+0x3ac00): undefined reference to `nfnl_unlock'
net/built-in.o: In function `ip_set_sockfn_get':
ip_set_core.c:(.text+0x3b3a8): undefined reference to `nfnl_lock'
ip_set_core.c:(.text+0x3b3d0): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3b403): undefined reference to `nfnl_lock'
ip_set_core.c:(.text+0x3b414): undefined reference to `nfnl_unlock'
net/built-in.o: In function `ip_set_init':
ip_set_core.c:(.init.text+0xe40): undefined reference to `nfnetlink_subsys_register'
ip_set_core.c:(.init.text+0xe60): undefined reference to `nfnetlink_subsys_unregister'
net/built-in.o: In function `ip_set_fini':
ip_set_core.c:(.exit.text+0x1b2): undefined reference to `nfnetlink_subsys_unregister'


Full .config file is attached.

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

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

From: Randy Dunlap <hidden>
Date: 2011-02-04 19:34:49

On Fri, 4 Feb 2011 11:15:11 -0800 Randy Dunlap wrote:
On Thu, 3 Feb 2011 16:00:34 +1100 Stephen Rothwell wrote:
quoted
Hi all,

Changes since 20110202:
Oops.  This build error is in 20110204, not Feb. 3.

When SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled:

net/built-in.o: In function `try_to_load_type':
ip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock'
net/built-in.o: In function `ip_set_nfnl_put':
(.text+0x3ab6c): undefined reference to `nfnl_lock'
net/built-in.o: In function `ip_set_nfnl_put':
(.text+0x3ab87): undefined reference to `nfnl_unlock'
net/built-in.o: In function `ip_set_nfnl_get_byindex':
(.text+0x3abb1): undefined reference to `nfnl_lock'
net/built-in.o: In function `ip_set_nfnl_get_byindex':
(.text+0x3abc8): undefined reference to `nfnl_unlock'
net/built-in.o: In function `ip_set_nfnl_get':
(.text+0x3abef): undefined reference to `nfnl_lock'
net/built-in.o: In function `ip_set_nfnl_get':
(.text+0x3ac00): undefined reference to `nfnl_unlock'
net/built-in.o: In function `ip_set_sockfn_get':
ip_set_core.c:(.text+0x3b3a8): undefined reference to `nfnl_lock'
ip_set_core.c:(.text+0x3b3d0): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3b403): undefined reference to `nfnl_lock'
ip_set_core.c:(.text+0x3b414): undefined reference to `nfnl_unlock'
net/built-in.o: In function `ip_set_init':
ip_set_core.c:(.init.text+0xe40): undefined reference to `nfnetlink_subsys_register'
ip_set_core.c:(.init.text+0xe60): undefined reference to `nfnetlink_subsys_unregister'
net/built-in.o: In function `ip_set_fini':
ip_set_core.c:(.exit.text+0x1b2): undefined reference to `nfnetlink_subsys_unregister'


Full .config file is attached.

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

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

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

From: Patrick McHardy <hidden>
Date: 2011-02-09 07:21:34

Am 04.02.2011 20:15, schrieb Randy Dunlap:
On Thu, 3 Feb 2011 16:00:34 +1100 Stephen Rothwell wrote:
quoted
Hi all,

Changes since 20110202:
When SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled:

net/built-in.o: In function `try_to_load_type':
ip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock'
Does this patch fix the problem?

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

From: Randy Dunlap <hidden>
Date: 2011-02-09 15:53:45

On 02/08/11 23:21, Patrick McHardy wrote:
Am 04.02.2011 20:15, schrieb Randy Dunlap:
quoted
On Thu, 3 Feb 2011 16:00:34 +1100 Stephen Rothwell wrote:
quoted
Hi all,

Changes since 20110202:
When SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled:

net/built-in.o: In function `try_to_load_type':
ip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock'
Does this patch fix the problem?
Yes, it does.  Thanks.

Acked-by: Randy Dunlap <redacted>

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

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

From: Patrick McHardy <hidden>
Date: 2011-02-09 16:10:00

Am 09.02.2011 16:51, schrieb Randy Dunlap:
On 02/08/11 23:21, Patrick McHardy wrote:
quoted
Am 04.02.2011 20:15, schrieb Randy Dunlap:
quoted
On Thu, 3 Feb 2011 16:00:34 +1100 Stephen Rothwell wrote:
quoted
Hi all,

Changes since 20110202:
When SYSCTL and PROC_FS and NETFILTER_NETLINK are not enabled:

net/built-in.o: In function `try_to_load_type':
ip_set_core.c:(.text+0x3ab49): undefined reference to `nfnl_unlock'
ip_set_core.c:(.text+0x3ab4e): undefined reference to `nfnl_lock'
Does this patch fix the problem?
Yes, it does.  Thanks.

Acked-by: Randy Dunlap <redacted>
Thanks, I'll push it upstream with my next batch of patches.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help