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: Fri, 25 Nov 2022 14:20:05 -0600 From: Samuel Holland <samuel@...lland.org> To: Chen-Yu Tsai <wens@...e.org>, Jernej Skrabec <jernej.skrabec@...il.com>, "David S . Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org> Cc: Samuel Holland <samuel@...lland.org>, LABBE Corentin <clabbe.montjoie@...il.com>, Maxime Ripard <mripard@...nel.org>, devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, linux-sunxi@...ts.linux.dev, netdev@...r.kernel.org Subject: [PATCH 0/3] dt-bindings: net: sunxi: Fix binding validation issues These patches fix issues found when running `make dtbs_check` on sunxi boards. I am not 100% sure about the change in the first two patches, but I think I understand what is happening, and the change has the desired effect. It fixes errors of the form: arch/arm/boot/dts/sun6i-a31s-colorfly-e708-q1.dtb: ethernet@...0000: Unevaluated properties are not allowed ('mdio', 'reset-names', 'resets', 'snps,fixed-burst', 'snps,force_sf_dma_mode', 'snps,pbl' were unexpected) where all of the listed properties are defined in snps,dwmac.yaml. The third patch fixes an unrelated omission in the sun8i-emac binding. Samuel Holland (3): dt-bindings: net: sun7i-gmac: Fix snps,dwmac.yaml inheritance dt-bindings: net: sun8i-emac: Fix snps,dwmac.yaml inheritance dt-bindings: net: sun8i-emac: Add phy-supply property .../devicetree/bindings/net/allwinner,sun7i-a20-gmac.yaml | 5 ++--- .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 6 +++++- 2 files changed, 7 insertions(+), 4 deletions(-) -- 2.37.4
Powered by blists - more mailing lists