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: <20190427162823.GA9816@lunn.ch> Date: Sat, 27 Apr 2019 18:28:23 +0200 From: Andrew Lunn <andrew@...n.ch> To: Petr Štetiar <ynezz@...e.cz> Cc: netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, Florian Fainelli <f.fainelli@...il.com>, Heiner Kallweit <hkallweit1@...il.com>, Rob Herring <robh+dt@...nel.org>, Frank Rowand <frowand.list@...il.com>, Srinivas Kandagatla <srinivas.kandagatla@...aro.org>, Maxime Ripard <maxime.ripard@...tlin.com>, Alban Bedel <albeu@...e.fr>, Felix Fietkau <nbd@....name>, John Crispin <john@...ozen.org> Subject: Re: [PATCH 1/4] of_net: Add NVMEM support to of_get_mac_address > /** > - * Search the device tree for the best MAC address to use. 'mac-address' is > - * checked first, because that is supposed to contain to "most recent" MAC > - * address. If that isn't set, then 'local-mac-address' is checked next, > - * because that is the default address. If that isn't set, then the obsolete > - * 'address' is checked, just in case we're using an old device tree. > + * Search the device tree for the best MAC address to use. Check NVME first as > + * it should contain the proper MAC address, then 'mac-address' is checked > + * next, because that is supposed to contain to "most recent" MAC address. If > + * that isn't set, then 'local-mac-address' is checked next, because that is > + * the default address. If that isn't set, then the obsolete 'address' is > + * checked, just in case we're using an old device tree. Hi Petr I'm not sure this is the correct order. I would actually put NVMEM after mac-address and local-mac-address. These are well established and used. We don't want to break existing boards with a new property. By putting NVMEM later, in order to make it used, any existing mac-address and local-mac-address need to be removed, making the developers actually think about what they are doing. Andrew
Powered by blists - more mailing lists