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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sat, 15 Jun 2019 07:47:23 -0700 (PDT)
From:   Palmer Dabbelt <palmer@...ive.com>
To:     Paul Walmsley <paul.walmsley@...ive.com>
CC:     linux-kernel@...r.kernel.org
Subject:     Re: [PATCH] MAINTAINERS: don't automatically patches involving SiFive to the linux-riscv list

On Thu, 13 Jun 2019 00:02:25 PDT (-0700), Paul Walmsley wrote:
> The current K: entry in the "SIFIVE DRIVERS" section causes
> scripts/get_maintainer.pl to recommend that all patches that originate
> from, or are sent or copied to, anyone with a @sifive.com E-mail
> address to be copied to the linux-riscv@...ts.infradead.org mailing
> list:
>
> https://lore.kernel.org/linux-riscv/CABEDWGxKCqCq2HBU8u1-=QgmMCdb69oXxN5rz65nxNODxdCAnw@mail.gmail.com/
>
> This is undesirable, since not all of these patches may be relevant to
> the linux-riscv@ mailing list.  Fix by excluding K: matches that look
> like a sifive.com E-mail address.
>
> Based on the following patch from Palmer Dabbelt <palmer@...ive.com>:
>
> https://lore.kernel.org/linux-riscv/mhng-2a897a66-1f3d-4878-ba47-1ae36b555540@palmer-si-x1e/
>
> Signed-off-by: Paul Walmsley <paul.walmsley@...ive.com>
> Cc: Palmer Dabbelt <palmer@...ive.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 57f496cff999..66d23856781d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14332,7 +14332,7 @@ M:	Paul Walmsley <paul.walmsley@...ive.com>
>  L:	linux-riscv@...ts.infradead.org
>  T:	git git://github.com/sifive/riscv-linux.git
>  S:	Supported
> -K:	sifive
> +K:	[^@]sifive
>  N:	sifive
>
>  SILEAD TOUCHSCREEN DRIVER

Reviewed-by: Palmer Dabbelt <palmer@...ive.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ