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
| ||
|
Message-ID: <20121001174841.41fcd637@s6510.linuxnetplumber.net> Date: Mon, 1 Oct 2012 17:48:41 -0700 From: Stephen Hemminger <shemminger@...tta.com> To: ebiederm@...ssion.com (Eric W. Biederman) Cc: netdev@...r.kernel.org Subject: Re: network namespace and kernel bind issue The problem was vxlan wasn't doing sk_change_net on the created socket. I'm testing that fix. The long term fix is to change sock_create_kern() to take a 'struct net' argument. This would avoid the trap of having to change the namespace. Also several places using __sock_create() could use it. L2TP still looks to have several namespace related issues. -- 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