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] [day] [month] [year] [list]
Message-ID: <CAK7LNASPE6KWA-g0t3gD1vfFYqZL0pcy=e_tFa09Ns5j5pkqkg@mail.gmail.com>
Date:   Sun, 26 Feb 2023 17:02:14 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     linux-kbuild@...r.kernel.org
Cc:     devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>,
        Frank Rowand <frowand.list@...il.com>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] .gitattributes: use 'dts' diff driver for *.dtso files

On Sun, Feb 19, 2023 at 11:23 PM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> Now we have the third extension for DT source files (overlay).
> Give the diff=dts attribute to *.dtso as well.
>
> While I was here, I merged *.c and *.o into *.[ch] and added the
> SPDX-License-Identifier.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
>
> Changes in v3:
>   - Add SPDX-License-Identifier
>
> Changes in v2:
>   - Slightly shorten the code
>
>  .gitattributes | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/.gitattributes b/.gitattributes
> index 4b32eaa9571e..c9ba5bfc4036 100644
> --- a/.gitattributes
> +++ b/.gitattributes
> @@ -1,4 +1,4 @@
> -*.c   diff=cpp
> -*.h   diff=cpp
> -*.dtsi diff=dts
> -*.dts  diff=dts
> +# SPDX-License-Identifier: GPL-2.0-only
> +*.[ch] diff=cpp
> +*.dts diff=dts
> +*.dts[io] diff=dts
> --
> 2.34.1
>

Applied to linux-kbuild.


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ