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:   Tue, 13 Feb 2018 08:02:48 -0800
From:   Joe Perches <joe@...ches.com>
To:     Greentime Hu <green.hu@...il.com>, greentime@...estech.com,
        linux-kernel@...r.kernel.org, arnd@...db.de,
        linux-arch@...r.kernel.org, tglx@...utronix.de,
        jason@...edaemon.net, marc.zyngier@....com, robh+dt@...nel.org,
        netdev@...r.kernel.org, deanbo422@...il.com,
        devicetree@...r.kernel.org, viro@...iv.linux.org.uk,
        dhowells@...hat.com, will.deacon@....com,
        daniel.lezcano@...aro.org, linux-serial@...r.kernel.org,
        geert.uytterhoeven@...il.com, linus.walleij@...aro.org,
        mark.rutland@....com, greg@...ah.com, ren_guo@...ky.com,
        rdunlap@...radead.org, davem@...emloft.net, jonas@...thpole.se,
        stefan.kristiansson@...nalahti.fi, shorne@...il.com
Subject: Re: [PATCH v7 31/37] MAINTAINERS: Add nds32

On Tue, 2018-02-13 at 17:09 +0800, Greentime Hu wrote:
> Add a maintainer information for the nds32(Andes) architecture.
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -868,6 +868,17 @@ X:	drivers/iio/*/adjd*
>  F:	drivers/staging/iio/*/ad*
>  F:	drivers/staging/iio/trigger/iio-trig-bfin-timer.c
>  
> +ANDES ARCHITECTURE
> +M:	Greentime Hu <green.hu@...il.com>
> +M:	Vincent Chen <deanbo422@...il.com>
> +T:	git https://github.com/andestech/linux.git
> +S:	Supported
> +F:	arch/nds32

This should have a trailing /

F:	arch/nds32/

> +F:	Documentation/devicetree/bindings/interrupt-controller/andestech,ativic32.txt
> +F:	Documentation/devicetree/bindings/nds32
> +K:	nds32

Perhaps this should be

K:	\bnds32

as there are some existing uses of nds32 in the current tree.

or maybe case insensitive like

K:	(?i:\bnds32)
or
K:	(?:\bnds32|\bNDS32)

> +N:	nds32
> +
>  ANDROID CONFIG FRAGMENTS
>  M:	Rob Herring <robh@...nel.org>
>  S:	Supported

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ