qemu-riscv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-riscv] [Qemu-devel] [PATCH for-3.1 1/2] MAINTAINERS: Any file


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-riscv] [Qemu-devel] [PATCH for-3.1 1/2] MAINTAINERS: Any file with "riscv" in the name is a RISC-V file
Date: Thu, 22 Nov 2018 01:29:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 22/11/18 0:46, Palmer Dabbelt wrote:
There was a recent thread about unmaintained files in QEMU where it was
noted that a few RISC-V related files had slipped through the patterns
in our MAINTAINERS file entry.  This patch adds some more aggressive
pattern matching in an attempt to rectify this situation.

Signed-off-by: Palmer Dabbelt <address@hidden>
---
  MAINTAINERS | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1032406c5607..e89adc81d5d5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -255,6 +255,8 @@ F: target/riscv/
  F: hw/riscv/
  F: include/hw/riscv/
  F: disas/riscv.c
+K: riscv
+N: riscv

QEMU doesn't support the 'N' tag.
I see from the Linux kernel:

  N: Files and directories with regex patterns.
     N:   [^a-z]tegra     all files whose path contains the word tegra
     One pattern per line.  Multiple N: lines acceptable.
     scripts/get_maintainer.pl has different behavior for files that
     match F: pattern and matches of N: patterns.  By default,
     get_maintainer will not look at git log history when an F: pattern
     match occurs.  When an N: match occurs, git log history is used
     to also notify the people that have git commit signatures.

Should we add this feature to checkscript?

S390
  M: Richard Henderson <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]