2007-08-13 09:55:38

by Joe Perches

[permalink] [raw]
Subject: [PATCH] [365/2many] MAINTAINERS - PARAVIRT_OPS INTERFACE

Add file pattern to MAINTAINER entry

Signed-off-by: Joe Perches <[email protected]>

diff --git a/MAINTAINERS b/MAINTAINERS
index 2166416..44768ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3519,6 +3519,9 @@ M: [email protected]
L: [email protected]
L: [email protected]
S: Supported
+F: arch/i386/kernel/paravirt.c
+F: include/asm-i386/paravirt.h
+F: include/asm-um/paravirt.h

PC87360 HARDWARE MONITORING DRIVER
P: Jim Cromie


2007-08-13 18:58:54

by Chris Wright

[permalink] [raw]
Subject: Re: [PATCH] [365/2many] MAINTAINERS - PARAVIRT_OPS INTERFACE

* [email protected] ([email protected]) wrote:
> Add file pattern to MAINTAINER entry
>
> Signed-off-by: Joe Perches <[email protected]>
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2166416..44768ce 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3519,6 +3519,9 @@ M: [email protected]
> L: [email protected]
> L: [email protected]
> S: Supported
> +F: arch/i386/kernel/paravirt.c
> +F: include/asm-i386/paravirt.h
> +F: include/asm-um/paravirt.h

Not asm-um. And it's much more spread out than that, touching many
non-paravirt specific files (as in include/asm-i386/ and search for
CONFIG_PARAVIRT). I'm failing to see the value of this churn.

thanks,
-chris