All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: xt_TPROXY.c:undefined reference to `udp6_lib_lookup'
       [not found] <5335381f.hAg4XjgCrcKXOEa4%fengguang.wu@intel.com>
@ 2014-03-28  9:30 ` Peng Tao
  2014-03-28 11:07   ` Florian Westphal
  2014-03-28 12:24   ` Fengguang Wu
  0 siblings, 2 replies; 3+ messages in thread
From: Peng Tao @ 2014-03-28  9:30 UTC (permalink / raw)
  To: kbuild test robot; +Cc: Andreas Dilger, Greg Kroah-Hartman, kbuild-all, netdev

On Fri, Mar 28, 2014 at 4:51 PM, kbuild test robot
<fengguang.wu@intel.com> wrote:
> tree:   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   f217c44ebd41ce7369d2df07622b2839479183b0
> commit: 2c185ffa270a95e3699c223a0ee67f560ec0db8c staging/lustre: don't compile procfs code when CONFIG_PROC_FS is off
> date:   4 months ago
> config: i386-randconfig-c1-03281459 (attached as .config)
>
> All error/warnings:
>
>    net/built-in.o: In function `tproxy_tg6_v1':
>>> xt_TPROXY.c:(.text+0x44b23): undefined reference to `udp6_lib_lookup'
>>> xt_TPROXY.c:(.text+0x44f6f): undefined reference to `udp6_lib_lookup'
>>> xt_TPROXY.c:(.text+0x4505e): undefined reference to `udp6_lib_lookup'
>    net/built-in.o: In function `tproxy_tg_init':
>    xt_TPROXY.c:(.init.text+0x1748): undefined reference to `nf_defrag_ipv6_enable'
>
I don't see how this relates to a Lustre commit.
.config looks reasonable to me. It has CONFIG_IPV6=m, which should
have built udp6_lib_lookup (net/ipv6/udp.c) yet ld failed to link it?

CCing netdev to see if there is someone seeing it otherwise.

Thanks,
Tao

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

* Re: xt_TPROXY.c:undefined reference to `udp6_lib_lookup'
  2014-03-28  9:30 ` xt_TPROXY.c:undefined reference to `udp6_lib_lookup' Peng Tao
@ 2014-03-28 11:07   ` Florian Westphal
  2014-03-28 12:24   ` Fengguang Wu
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Westphal @ 2014-03-28 11:07 UTC (permalink / raw)
  To: Peng Tao
  Cc: kbuild test robot, Andreas Dilger, Greg Kroah-Hartman,
	kbuild-all, netdev

Peng Tao <bergwolf@gmail.com> wrote:
> On Fri, Mar 28, 2014 at 4:51 PM, kbuild test robot
> <fengguang.wu@intel.com> wrote:
> > tree:   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   f217c44ebd41ce7369d2df07622b2839479183b0
> > commit: 2c185ffa270a95e3699c223a0ee67f560ec0db8c staging/lustre: don't compile procfs code when CONFIG_PROC_FS is off
> > date:   4 months ago
> > config: i386-randconfig-c1-03281459 (attached as .config)
> >
> > All error/warnings:
> >
> >    net/built-in.o: In function `tproxy_tg6_v1':
> >>> xt_TPROXY.c:(.text+0x44b23): undefined reference to `udp6_lib_lookup'
> >>> xt_TPROXY.c:(.text+0x44f6f): undefined reference to `udp6_lib_lookup'
> >>> xt_TPROXY.c:(.text+0x4505e): undefined reference to `udp6_lib_lookup'
> >    net/built-in.o: In function `tproxy_tg_init':
> >    xt_TPROXY.c:(.init.text+0x1748): undefined reference to `nf_defrag_ipv6_enable'
> >
> I don't see how this relates to a Lustre commit.

Its not.

> .config looks reasonable to me. It has CONFIG_IPV6=m, which should
> have built udp6_lib_lookup (net/ipv6/udp.c) yet ld failed to link it?

most likely TPROXY=y, seems we need change from
1a5bbfc3d6b700178b75743a2ba1fd2e58a8f36f
for TPROXY as well.

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

* Re: xt_TPROXY.c:undefined reference to `udp6_lib_lookup'
  2014-03-28  9:30 ` xt_TPROXY.c:undefined reference to `udp6_lib_lookup' Peng Tao
  2014-03-28 11:07   ` Florian Westphal
@ 2014-03-28 12:24   ` Fengguang Wu
  1 sibling, 0 replies; 3+ messages in thread
From: Fengguang Wu @ 2014-03-28 12:24 UTC (permalink / raw)
  To: Peng Tao; +Cc: Andreas Dilger, Greg Kroah-Hartman, kbuild-all, netdev

Hi Peng,

On Fri, Mar 28, 2014 at 05:30:12PM +0800, Peng Tao wrote:
> On Fri, Mar 28, 2014 at 4:51 PM, kbuild test robot
> <fengguang.wu@intel.com> wrote:
> > tree:   git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> > head:   f217c44ebd41ce7369d2df07622b2839479183b0
> > commit: 2c185ffa270a95e3699c223a0ee67f560ec0db8c staging/lustre: don't compile procfs code when CONFIG_PROC_FS is off
> > date:   4 months ago
> > config: i386-randconfig-c1-03281459 (attached as .config)
> >
> > All error/warnings:
> >
> >    net/built-in.o: In function `tproxy_tg6_v1':
> >>> xt_TPROXY.c:(.text+0x44b23): undefined reference to `udp6_lib_lookup'
> >>> xt_TPROXY.c:(.text+0x44f6f): undefined reference to `udp6_lib_lookup'
> >>> xt_TPROXY.c:(.text+0x4505e): undefined reference to `udp6_lib_lookup'
> >    net/built-in.o: In function `tproxy_tg_init':
> >    xt_TPROXY.c:(.init.text+0x1748): undefined reference to `nf_defrag_ipv6_enable'
> >
> I don't see how this relates to a Lustre commit.
> .config looks reasonable to me. It has CONFIG_IPV6=m, which should
> have built udp6_lib_lookup (net/ipv6/udp.c) yet ld failed to link it?

Yes, sorry. It's your build fix unveils this link error and confused
the bisect.. I'll fixup the script to show a notice message in this case.

Thanks,
Fengguang

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

end of thread, other threads:[~2014-03-28 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <5335381f.hAg4XjgCrcKXOEa4%fengguang.wu@intel.com>
2014-03-28  9:30 ` xt_TPROXY.c:undefined reference to `udp6_lib_lookup' Peng Tao
2014-03-28 11:07   ` Florian Westphal
2014-03-28 12:24   ` Fengguang Wu

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.