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>] [day] [month] [year] [list]
Date:	Tue, 14 May 2013 08:30:54 -0700
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Lorenzo Colitti <lorenzo@...gle.com>
Cc:	"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
	segoon@...nwall.com, yoshfuji@...ux-ipv6.org,
	Eric Dumazet <edumazet@...gle.com>
Subject: Re: [PATCH] net: ipv6: Add IPv6 support to the ping socket.

On Wed, 2013-05-15 at 00:22 +0900, Lorenzo Colitti wrote:
> On Wed, May 15, 2013 at 12:16 AM, Eric Dumazet
> <eric.dumazet@...il.com> wrote:
>         This cannot possibly work with
>         
>         CONFIG_IPV6=m
> 
> 
> Hmm, I thought I did that. I had problems with #if
> IS_ENABLED(CONFIG_IPV6), but I thought #if CONFIG_IPV6 worked. Let me
> try again.

Also remind to send text mails to netdev, not html

Let me try to compile your patch :

  MODPOST 263 modules
ERROR: "ping_init_sock" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_rcv" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_close" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_common_sendmsg" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_get_port" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_unhash" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_bind" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_err" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_getfrag" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_recvmsg" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_hash" [net/ipv6/ipv6.ko] undefined!
ERROR: "ping_queue_rcv_skb" [net/ipv6/ipv6.ko] undefined!
make[2]: *** [__modpost] Error 1
make[1]: *** [modules] Error 2
make[1]: *** Waiting for unfinished jobs....

Sorry :)


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