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: <176045970552.4162088.13140212466799720724.robh@kernel.org>
Date: Tue, 14 Oct 2025 11:35:18 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Michael Riesch <michael.riesch@...labora.com>
Cc: Sakari Ailus <sakari.ailus@...ux.intel.com>, 
 Heiko Stuebner <heiko@...ech.de>, devicetree@...r.kernel.org, 
 Kever Yang <kever.yang@...k-chips.com>, 
 linux-arm-kernel@...ts.infradead.org, 
 Sebastian Reichel <sebastian.reichel@...labora.com>, 
 Alexander Shiyan <eagle.alexander923@...il.com>, 
 Mehdi Djait <mehdi.djait@...ux.intel.com>, Rob Herring <robh+dt@...nel.org>, 
 Collabora Kernel Team <kernel@...labora.com>, 
 Mauro Carvalho Chehab <mchehab@...nel.org>, 
 Markus Elfring <Markus.Elfring@....de>, linux-media@...r.kernel.org, 
 linux-rockchip@...ts.infradead.org, 
 Laurent Pinchart <laurent.pinchart@...asonboard.com>, 
 Thomas Petazzoni <thomas.petazzoni@...tlin.com>, 
 Val Packett <val@...kett.cool>, linux-kernel@...r.kernel.org, 
 Bryan O'Donoghue <bryan.odonoghue@...aro.org>, 
 Nicolas Dufresne <nicolas.dufresne@...labora.com>, 
 Théo Lebrun <theo.lebrun@...tlin.com>, 
 Paul Kocialkowski <paulk@...-base.io>, 
 Krzysztof Kozlowski <krzk+dt@...nel.org>, 
 Gerald Loacker <gerald.loacker@...fvision.net>, 
 Bryan O'Donoghue <bod@...nel.org>, Conor Dooley <conor+dt@...nel.org>, 
 Maxime Chevallier <maxime.chevallier@...tlin.com>, 
 Philipp Zabel <p.zabel@...gutronix.de>
Subject: Re: [PATCH v12 05/18] media: dt-bindings: add rockchip rk3568 mipi
 csi-2 receiver


On Tue, 14 Oct 2025 15:01:51 +0200, Michael Riesch wrote:
> Add documentation for the Rockchip RK3568 MIPI CSI-2 Receiver.
> 
> Signed-off-by: Michael Riesch <michael.riesch@...fvision.net>
> Reviewed-by: Bryan O'Donoghue <bod@...nel.org>
> Reviewed-by: Rob Herring (Arm) <robh@...nel.org>
> Signed-off-by: Michael Riesch <michael.riesch@...labora.com>
> ---
>  .../bindings/media/rockchip,rk3568-mipi-csi.yaml   | 146 +++++++++++++++++++++
>  MAINTAINERS                                        |   6 +
>  2 files changed, 152 insertions(+)
> 

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

yamllint warnings/errors:

dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@...80000 (qcom,slim-ngd-v1.5.0): 'audio-codec@1,0' does not match any of the regexes: '^pinctrl-[0-9]+$', '^slim@[0-9a-f]+$'
	from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@...80000 (qcom,slim-ngd-v1.5.0): #address-cells: 1 was expected
	from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@...80000 (qcom,slim-ngd-v1.5.0): 'dmas' is a required property
	from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/slimbus/slimbus.example.dtb: slim@...80000 (qcom,slim-ngd-v1.5.0): 'dma-names' is a required property
	from schema $id: http://devicetree.org/schemas/slimbus/qcom,slim-ngd.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi.example.dtb: csi@...b0000 (rockchip,rk3568-mipi-csi): interrupt-names:0: 'err1' was expected
	from schema $id: http://devicetree.org/schemas/media/rockchip,rk3568-mipi-csi.yaml#
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/media/rockchip,rk3568-mipi-csi.example.dtb: csi@...b0000 (rockchip,rk3568-mipi-csi): interrupt-names:1: 'err2' was expected
	from schema $id: http://devicetree.org/schemas/media/rockchip,rk3568-mipi-csi.yaml#

doc reference errors (make refcheckdocs):

See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240220-rk3568-vicap-v12-5-c6dbece6bb98@collabora.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