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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 07 Sep 2022 10:13:26 -0500
From:   Rob Herring <robh@...nel.org>
To:     Smitha T Murthy <smitha.t@...sung.com>
Cc:     linux-kernel@...r.kernel.org, aakarsh.jain@...sung.com,
        andi@...zian.org, david.plowman@...pberrypi.com,
        dillon.minfei@...il.com, stanimir.varbanov@...aro.org,
        jernej.skrabec@...il.com, andrzej.hajda@...el.com,
        hverkuil-cisco@...all.nl, mark.rutland@....com,
        linux-arm-kernel@...ts.infradead.org, robh+dt@...nel.org,
        aswani.reddy@...sung.com, benjamin.gaignard@...labora.com,
        m.szyprowski@...sung.com, ezequiel@...guardiasur.com.ar,
        pankaj.dubey@...sung.com, krzk+dt@...nel.org,
        devicetree@...r.kernel.org, linux-media@...r.kernel.org,
        mchehab@...nel.org, linux-fsd@...la.com, alim.akhtar@...sung.com
Subject: Re: [Patch v2 01/15] dt-bindings: media: s5p-mfc: Add new DT schema for MFC

On Wed, 07 Sep 2022 12:17:01 +0530, Smitha T Murthy wrote:
> Adds DT schema for s5p-mfc in yaml format
> 
> Signed-off-by: Aakarsh Jain <aakarsh.jain@...sung.com>
> Signed-off-by: Smitha T Murthy <smitha.t@...sung.com>
> ---
>  .../devicetree/bindings/media/s5p-mfc.txt     |  77 +------------
>  .../bindings/media/samsung,s5p-mfc.yaml       | 109 ++++++++++++++++++
>  2 files changed, 110 insertions(+), 76 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/media/samsung,s5p-mfc.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:
Error: Documentation/devicetree/bindings/media/samsung,s5p-mfc.example.dts:21.11-12 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [scripts/Makefile.lib:384: Documentation/devicetree/bindings/media/samsung,s5p-mfc.example.dtb] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1420: dt_binding_check] Error 2

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/patch/

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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ