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, 22 Apr 2014 07:23:42 -0700
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Lorenzo Colitti <lorenzo@...gle.com>
Cc:	netdev@...r.kernel.org, yoshfuji@...ux-ipv6.org,
	hannes@...essinduktion.org, davem@...emloft.net
Subject: Re: [PATCH net-next v2 2/3] net: ipv6: Use ip6_datagram_send_common
 in L2TP IPv6.

On Tue, 2014-04-22 at 18:38 +0900, Lorenzo Colitti wrote:
> This code was also virtually identical with the UDP and raw
> socket sendmsg code.
> 
> Tested: compiles with CONFIG_IPV6=Y and CONFIG_L2TP_IP=Y.
> 
> Signed-off-by: Lorenzo Colitti <lorenzo@...gle.com>
> ---
>  net/l2tp/l2tp_ip6.c | 114 +++++-----------------------------------------------
>  1 file changed, 9 insertions(+), 105 deletions(-)

Please try CONFIG_IPV6=m and/or CONFIG_L2TP_IP=m then ;)

You forgot to EXPORT_SYMBOL(ip6_datagram_send_common)

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