diff options
author | Paul Walmsley <paul.walmsley@sifive.com> | 2019-06-12 05:33:45 -0700 |
---|---|---|
committer | Paul Walmsley <paul.walmsley@sifive.com> | 2019-07-01 13:10:47 -0700 |
commit | 3e9d80a3b383495c6ff369aa8fc51433aff1e496 (patch) | |
tree | 3497c50f5607d3c0b93601b6d859f139ba96c5d3 /MAINTAINERS | |
parent | 6dd91e0eacff0a5c822ca37565d6b5740c4d2a80 (diff) | |
download | linux-stable-3e9d80a3b383495c6ff369aa8fc51433aff1e496.tar.gz linux-stable-3e9d80a3b383495c6ff369aa8fc51433aff1e496.tar.bz2 linux-stable-3e9d80a3b383495c6ff369aa8fc51433aff1e496.zip |
MAINTAINERS: don't automatically patches involving SiFive to the linux-riscv list
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>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 01a52fc964da..0736ef3fdc34 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14341,7 +14341,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 SIFIVE FU540 SYSTEM-ON-CHIP |