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: <169600172184.3601218.2121908606358610119.robh@kernel.org> Date: Fri, 29 Sep 2023 10:35:24 -0500 From: Rob Herring <robh@...nel.org> To: Gatien Chevallier <gatien.chevallier@...s.st.com> Cc: arnd@...nel.org, linux-phy@...ts.infradead.org, linux-mmc@...r.kernel.org, dmaengine@...r.kernel.org, robh+dt@...nel.org, jic23@...nel.org, davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, linux-spi@...r.kernel.org, linux-i2c@...r.kernel.org, olivier.moysan@...s.st.com, linux-media@...r.kernel.org, krzysztof.kozlowski+dt@...aro.org, Oleksii Moisieiev <oleksii_moisieiev@...m.com>, edumazet@...gle.com, linux-stm32@...md-mailman.stormreply.com, ulf.hansson@...aro.org, richardcochran@...il.com, will@...nel.org, linux-crypto@...r.kernel.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, arnaud.pouliquen@...s.st.com, linux-serial@...r.kernel.org, alexandre.torgue@...s.st.com, Frank Rowand <frowand.list@...il.com>, andi.shyti@...nel.org, linux-usb@...r.kernel.org, peng.fan@....nxp.com, lee@...nel.org, fabrice.gasnier@...s.st.com, conor+dt@...nel.org, Oleksii_Moisieiev@...m.com, herbert@...dor.apana.org.au, linux-arm-kernel@...ts.infradead.org, catalin.marinas@....com, al@....codeaurora.org, sa-devel@...a-project.org, hugues.fruchet@...s.st.com, devicetree@...r.kernel.org, linux-iio@...r.kernel.org, mchehab@...nel.org, vkoul@...nel.org, gregkh@...uxfoundation.org Subject: Re: [PATCH v5 01/11] dt-bindings: document generic access controller On Fri, 29 Sep 2023 16:28:42 +0200, Gatien Chevallier wrote: > From: Oleksii Moisieiev <Oleksii_Moisieiev@...m.com> > > Introducing of the generic access controller bindings for the > access controller provider and consumer devices. Those bindings are > intended to allow a better handling of accesses to resources in a > hardware architecture supporting several compartments. > > This patch is based on [1]. It is integrated in this patchset as it > provides a use-case for it. > > Diffs with [1]: > - Rename feature-domain* properties to access-control* to narrow > down the scope of the binding > - YAML errors and typos corrected. > - Example updated > - Some rephrasing in the binding description > > [1]: https://lore.kernel.org/lkml/0c0a82bb-18ae-d057-562b > > Signed-off-by: Oleksii Moisieiev <oleksii_moisieiev@...m.com> > Signed-off-by: Gatien Chevallier <gatien.chevallier@...s.st.com> > > --- > Changes in V5: > - Diffs with [1] > - Discarded the [IGNORE] tag as the patch is now part of the > patchset > > .../access-controllers/access-controller.yaml | 90 +++++++++++++++++++ > 1 file changed, 90 insertions(+) > create mode 100644 Documentation/devicetree/bindings/access-controllers/access-controller.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/access-controllers/access-controller.yaml: access-control-provider: missing type definition doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230929142852.578394-2-gatien.chevallier@foss.st.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. 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 after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists