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: Sun, 9 Jan 2022 19:01:51 -0600 From: Rob Herring <robh@...nel.org> To: Rob Herring <robh@...nel.org> Cc: Giuseppe Cavallaro <peppe.cavallaro@...com>, Jakub Kicinski <kuba@...nel.org>, netdev@...r.kernel.org, Alexandre Torgue <alexandre.torgue@...s.st.com>, devicetree@...r.kernel.org, Thierry Reding <thierry.reding@...il.com>, linux-kernel@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Jose Abreu <joabreu@...opsys.com> Subject: Re: [PATCH] dt-bindings: net: snps,dwmac: Enable burst length properties for more compatibles On Mon, 06 Dec 2021 11:41:47 -0600, Rob Herring wrote: > With 'unevaluatedProperties' support implemented, the properties > 'snps,pbl', 'snps,txpbl', and 'snps,rxpbl' are not allowed in the > examples for some of the DWMAC versions: > > Documentation/devicetree/bindings/net/intel,dwmac-plat.example.dt.yaml: ethernet@...00000: Unevaluated properties are not allowed ('snps,pbl', 'mdio0' were unexpected) > Documentation/devicetree/bindings/net/stm32-dwmac.example.dt.yaml: ethernet@...0a000: Unevaluated properties are not allowed ('reg-names', 'snps,pbl' were unexpected) > Documentation/devicetree/bindings/net/stm32-dwmac.example.dt.yaml: ethernet@...28000: Unevaluated properties are not allowed ('reg-names', 'snps,pbl' were unexpected) > Documentation/devicetree/bindings/net/stm32-dwmac.example.dt.yaml: ethernet@...27000: Unevaluated properties are not allowed ('reg-names', 'snps,pbl' were unexpected) > Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.example.dt.yaml: ethernet@...00000: Unevaluated properties are not allowed ('snps,txpbl', 'snps,rxpbl', 'mdio0' were unexpected) > > This appears to be an oversight, so fix it by allowing the properties > on the v3.50a, v4.10a, and v4.20a versions of the DWMAC. > > Cc: "David S. Miller" <davem@...emloft.net> > Cc: Jakub Kicinski <kuba@...nel.org> > Cc: Alexandre Torgue <alexandre.torgue@...s.st.com> > Cc: Giuseppe Cavallaro <peppe.cavallaro@...com> > Cc: Jose Abreu <joabreu@...opsys.com> > Cc: netdev@...r.kernel.org > Signed-off-by: Rob Herring <robh@...nel.org> > --- > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Applied, thanks!
Powered by blists - more mailing lists