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] [day] [month] [year] [list]
Date:	Thu, 15 Nov 2012 22:49:02 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	vyasevic@...hat.com
Cc:	netdev@...r.kernel.org, fengguang.wu@...el.com
Subject: Re: [PATCH 1/2] net: Make IPv6 build depend on CONFIG_INET

From: Vlad Yasevich <vyasevic@...hat.com>
Date: Thu, 15 Nov 2012 21:34:57 -0500

> IPv6 build selection currently controlled by CONFIG_NET, so it is
> possible to build IPv6 functinality without selectiona any TCP/IP
> features (CONFIG_INET).  Make IPv6 be consistent with IPv4.
> 
> This should resolve the following issue:
> 
> net/built-in.o: In function `tcp6_gro_complete':
> tcpv6_offload.c:(.text+0x3d045): undefined reference to
> `tcp_gro_complete'
> net/built-in.o: In function `tcp6_gro_receive':
> tcpv6_offload.c:(.text+0x3d19b): undefined reference to
> `tcp_gro_receive'
> net/built-in.o: In function `ipv6_exthdrs_offload_init':
> (.init.text+0x118b): undefined reference to `inet_del_offload'
> net/built-in.o:(.rodata+0x1c58): undefined reference to
> `tcp_tso_segment'
> 
> Signed-off-by: Vlad Yasevich <vyasvic@...hat.com>

Applied.
--
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