All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: don't automatically patches involving SiFive to the linux-riscv list
@ 2019-06-13  7:02 Paul Walmsley
  2019-06-15 14:47 ` Palmer Dabbelt
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Walmsley @ 2019-06-13  7:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: palmer

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@lists.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@sifive.com>:

https://lore.kernel.org/linux-riscv/mhng-2a897a66-1f3d-4878-ba47-1ae36b555540@palmer-si-x1e/

Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Palmer Dabbelt <palmer@sifive.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@sifive.com>
 L:	linux-riscv@lists.infradead.org
 T:	git git://github.com/sifive/riscv-linux.git
 S:	Supported
-K:	sifive
+K:	[^@]sifive
 N:	sifive
 
 SILEAD TOUCHSCREEN DRIVER
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] MAINTAINERS: don't automatically patches involving SiFive to the linux-riscv list
  2019-06-13  7:02 [PATCH] MAINTAINERS: don't automatically patches involving SiFive to the linux-riscv list Paul Walmsley
@ 2019-06-15 14:47 ` Palmer Dabbelt
  0 siblings, 0 replies; 2+ messages in thread
From: Palmer Dabbelt @ 2019-06-15 14:47 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-kernel

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@lists.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@sifive.com>:
>
> https://lore.kernel.org/linux-riscv/mhng-2a897a66-1f3d-4878-ba47-1ae36b555540@palmer-si-x1e/
>
> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
> Cc: Palmer Dabbelt <palmer@sifive.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@sifive.com>
>  L:	linux-riscv@lists.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@sifive.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-15 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-13  7:02 [PATCH] MAINTAINERS: don't automatically patches involving SiFive to the linux-riscv list Paul Walmsley
2019-06-15 14:47 ` Palmer Dabbelt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.