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: Thu, 7 Jan 2021 02:31:16 +0000 From: ChiaWei Wang <chiawei_wang@...eedtech.com> To: Rob Herring <robh@...nel.org> CC: "linux-aspeed@...ts.ozlabs.org" <linux-aspeed@...ts.ozlabs.org>, "p.zabel@...gutronix.de" <p.zabel@...gutronix.de>, "tglx@...utronix.de" <tglx@...utronix.de>, "joel@....id.au" <joel@....id.au>, "openbmc@...ts.ozlabs.org" <openbmc@...ts.ozlabs.org>, "maz@...nel.org" <maz@...nel.org>, "andrew@...id.au" <andrew@...id.au>, "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>, "linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>, "robh+dt@...nel.org" <robh+dt@...nel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, BMC-SW <BMC-SW@...eedtech.com> Subject: RE: [PATCH 1/6] dt-bindings: aspeed: Add eSPI controller Hi Rob, > -----Original Message----- > From: Rob Herring <robh@...nel.org> > Sent: Wednesday, January 6, 2021 11:08 PM > To: ChiaWei Wang <chiawei_wang@...eedtech.com> > Subject: Re: [PATCH 1/6] dt-bindings: aspeed: Add eSPI controller > > On Wed, 06 Jan 2021 13:59:34 +0800, Chia-Wei, Wang wrote: > > Add dt-bindings and the inclusion header for Aspeed eSPI controller. > > > > Signed-off-by: Chia-Wei, Wang <chiawei_wang@...eedtech.com> > > --- > > .../devicetree/bindings/soc/aspeed/espi.yaml | 252 > ++++++++++++++++++ > > .../interrupt-controller/aspeed-espi-ic.h | 15 ++ > > 2 files changed, 267 insertions(+) > > create mode 100644 > > Documentation/devicetree/bindings/soc/aspeed/espi.yaml > > create mode 100644 > > include/dt-bindings/interrupt-controller/aspeed-espi-ic.h > > > > My bot found errors running 'make dt_binding_check' on your patch: > > yamllint warnings/errors: > > dtschema/dtc warnings/errors: > Error: > Documentation/devicetree/bindings/soc/aspeed/espi.example.dts:45.35-36 > syntax error FATAL ERROR: Unable to parse input tree > make[1]: *** [scripts/Makefile.lib:344: > Documentation/devicetree/bindings/soc/aspeed/espi.example.dt.yaml] Error 1 > make: *** [Makefile:1370: dt_binding_check] Error 2 > > See https://patchwork.ozlabs.org/patch/1422809 > > This check can fail if there are any dependencies. The base for a patch series is > generally the most recent rc1. > > If you already ran 'make dt_binding_check' and didn't see the above error(s), > then make sure 'yamllint' is installed and dt-schema is up to > date: > > pip3 install dtschema --upgrade > > Please check and re-submit. My 'make dt_binding_check' did not show the error. I will update the tool as suggested to fix the error. Thanks.
Powered by blists - more mailing lists