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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 2 Aug 2021 16:21:05 +0200 From: Andrew Lunn <andrew@...n.ch> To: Pali Rohár <pali@...nel.org> Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: How to find out name or id of newly created interface > Hello! This has additional issue that I have to choose some free ifindex > number and it introduce another race condition that other userspace > process may choose same ifindex number. So create request in this case > fails if other userspace process is faster... So it has same race > condition as specifying interface name. O.K. if you don't want to deal with retries, you are going to have to modify the return value. The nice thing is, its netlink. So you can add additional attributes, and not break backwards compatibility. User space should ignore all attributes it does not expect. But i suspect the architecture of the code is not going to make it easy. Andrew
Powered by blists - more mailing lists