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: <20200409203314.GB143353@roeck-us.net>
Date:   Thu, 9 Apr 2020 13:33:14 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Rob Herring <robh@...nel.org>
Cc:     devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
        Nuno Sá <nuno.sa@...log.com>,
        Jean Delvare <jdelvare@...e.com>, linux-hwmon@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: hwmon: Fix incorrect $id paths

On Thu, Apr 09, 2020 at 02:25:15PM -0600, Rob Herring wrote:
> Fix the path warnings in the adi,axi-fan-control and adt7475 bindings:
> 
> Documentation/devicetree/bindings/hwmon/adt7475.yaml: $id:
>   relative path/filename doesn't match actual path or filename
>   expected: http://devicetree.org/schemas/hwmon/adt7475.yaml#
> Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml: $id:
>   relative path/filename doesn't match actual path or filename
>   expected: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#
> 
> Cc: "Nuno Sá" <nuno.sa@...log.com>
> Cc: Jean Delvare <jdelvare@...e.com>
> Cc: Guenter Roeck <linux@...ck-us.net>
> Cc: linux-hwmon@...r.kernel.org
> Signed-off-by: Rob Herring <robh@...nel.org>

Acked-by: Guenter Roeck <linux@...ck-us.net>

> ---
> Will take this via the DT tree.
> 
> Rob
> 
>  .../devicetree/bindings/hwmon/adi,axi-fan-control.yaml          | 2 +-
>  Documentation/devicetree/bindings/hwmon/adt7475.yaml            | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml b/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
> index 29bb2c778c59..7db78767c02d 100644
> --- a/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/adi,axi-fan-control.yaml
> @@ -2,7 +2,7 @@
>  # Copyright 2019 Analog Devices Inc.
>  %YAML 1.2
>  ---
> -$id: http://devicetree.org/schemas/bindings/hwmon/adi,axi-fan-control.yaml#
> +$id: http://devicetree.org/schemas/hwmon/adi,axi-fan-control.yaml#
>  $schema: http://devicetree.org/meta-schemas/core.yaml#
>  
>  title: Analog Devices AXI FAN Control Device Tree Bindings
> diff --git a/Documentation/devicetree/bindings/hwmon/adt7475.yaml b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> index 76985034ea73..46c441574f98 100644
> --- a/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> +++ b/Documentation/devicetree/bindings/hwmon/adt7475.yaml
> @@ -1,7 +1,7 @@
>  # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>  %YAML 1.2
>  ---
> -$id: http://devicetree.org/schemas/adt7475.yaml#
> +$id: http://devicetree.org/schemas/hwmon/adt7475.yaml#
>  $schema: http://devicetree.org/meta-schemas/core.yaml#
>  
>  title: ADT7475 hwmon sensor
> -- 
> 2.20.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ