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]
Message-Id: <176451936113.1126569.7335546829589054725.robh@kernel.org>
Date: Sun, 30 Nov 2025 10:16:02 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Shrikant Raskar <raskar.shree97@...il.com>
Cc: dlechner@...libre.com, conor+dt@...nel.org, neil.armstrong@...aro.org, 
 krzk+dt@...nel.org, linux-iio@...r.kernel.org, skhan@...uxfoundation.org, 
 nuno.sa@...log.com, heiko@...ech.de, andy@...nel.org, 
 david.hunter.linux@...il.com, devicetree@...r.kernel.org, 
 linux-kernel@...r.kernel.org, jic23@...nel.org
Subject: Re: [PATCH v2 1/4] dt-bindings: iio: proximity: Add RF Digital
 RFD77402 ToF sensor


On Sun, 30 Nov 2025 21:07:09 +0530, Shrikant Raskar wrote:
> The RF Digital RFD77402 is a Time-of-Flight (ToF) proximity and distance
> sensor that provides absolute and highly accurate distance measurements
> from 100 mm up to 2000 mm over an I²C interface. It includes an optional
> interrupt pin that signals when new measurement data is ready.
> 
> Signed-off-by: Shrikant Raskar <raskar.shree97@...il.com>
> ---
> Changelog:
> Changes since v1:
> - Fix patch heading
> - Fix commit message
> - Remove '|' from description
> - Update interrupt description
> - Add 'vdd-supply' to required
> - Add 'vdd-supply' to example
> 
> Link to v1:https://lore.kernel.org/all/20251126031440.30065-2-raskar.shree97@gmail.com/
> ---
>  .../iio/proximity/rfdigital,rfd77402.yaml     | 53 +++++++++++++++++++
>  .../devicetree/bindings/vendor-prefixes.yaml  |  2 +
>  2 files changed, 55 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/iio/proximity/rfdigital,rfd77402.yaml
> 

My bot found errors running 'make dt_binding_check' on your patch:

yamllint warnings/errors:

dtschema/dtc warnings/errors:
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@...3000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@...3000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@...5000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']
Documentation/devicetree/bindings/thermal/thermal-sensor.example.dtb: /example-0/soc/thermal-sensor@...5000: failed to match any schema with compatible: ['qcom,sdm845-tsens', 'qcom,tsens-v2']

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20251130153712.6792-2-raskar.shree97@gmail.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

Powered by Openwall GNU/*/Linux Powered by OpenVZ