lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 24 Apr 2007 22:12:39 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	yoshfuji@...ux-ipv6.org
Cc:	herbert@...dor.apana.org.au, netdev@...r.kernel.org
Subject: Re: [2/2] [IPV6]: Consolidate common SNMP code

From: David Miller <davem@...emloft.net>
Date: Tue, 24 Apr 2007 21:54:29 -0700 (PDT)

> From: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@...ux-ipv6.org>
> Date: Wed, 25 Apr 2007 13:21:03 +0900 (JST)
> 
> > In article <20070425040637.GA4838@...dor.apana.org.au> (at Wed, 25 Apr 2007 14:06:37 +1000), Herbert Xu <herbert@...dor.apana.org.au> says:
> > 
> > > Hi:
> > > 
> > > [IPV6]: Consolidate common SNMP code
> > > 
> > > This patch moves the non-proc SNMP code into addrconf.c and reuses
> > > IPv4 SNMP code where applicable.
> > :
> > > Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au>
> > 
> > 
> > Acked-by: YOSHIFUJI Hideaki <yoshfuji@...ux-ipv6.org>
> 
> Also applied, thanks.

This breaks the build with IPV6 modular:

  LD      .tmp_vmlinux1
net/built-in.o: In function `snmp6_seq_show':
proc.c:(.text+0x68244): undefined reference to `ipv6_statistics'
proc.c:(.text+0x68250): undefined reference to `ipv6_statistics'
proc.c:(.text+0x68284): undefined reference to `icmpv6_statistics'
proc.c:(.text+0x68288): undefined reference to `icmpv6_statistics'
proc.c:(.text+0x682c8): undefined reference to `udp_stats_in6'
proc.c:(.text+0x682cc): undefined reference to `udp_stats_in6'
proc.c:(.text+0x6830c): undefined reference to `udplite_stats_in6'
proc.c:(.text+0x68310): undefined reference to `udplite_stats_in6'
net/built-in.o: In function `sockstat6_seq_show':
proc.c:(.text+0x68360): undefined reference to `tcpv6_prot'
proc.c:(.text+0x68368): undefined reference to `tcpv6_prot'
proc.c:(.text+0x68380): undefined reference to `udpv6_prot'
proc.c:(.text+0x68388): undefined reference to `udpv6_prot'
proc.c:(.text+0x68398): undefined reference to `udplitev6_prot'
proc.c:(.text+0x683a0): undefined reference to `udplitev6_prot'
proc.c:(.text+0x683b0): undefined reference to `rawv6_prot'
proc.c:(.text+0x683b8): undefined reference to `rawv6_prot'
proc.c:(.text+0x683c8): undefined reference to `ip6_frag_nqueues'
proc.c:(.text+0x683d0): undefined reference to `ip6_frag_nqueues'
proc.c:(.text+0x683d4): undefined reference to `ip6_frag_mem'
proc.c:(.text+0x683dc): undefined reference to `ip6_frag_mem'
make: *** [.tmp_vmlinux1] Error 1
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ