Andrew mentioned that it is confusing who is maintaining kdump and some
update to MAINTAINERS regarding kdump is required.
o Updating MAINTAINERS file for info regarding kdump maintainership.
Signed-off-by: Vivek Goyal <[email protected]>
---
linux-2.6.17-rc4-1M-vivek/MAINTAINERS | 10 ++++++++++
1 files changed, 10 insertions(+)
diff -puN MAINTAINERS~kdump-maintainers-update MAINTAINERS
--- linux-2.6.17-rc4-1M/MAINTAINERS~kdump-maintainers-update 2006-05-15 10:05:45.000000000 -0400
+++ linux-2.6.17-rc4-1M-vivek/MAINTAINERS 2006-05-15 10:21:20.000000000 -0400
@@ -1536,6 +1536,16 @@ M: [email protected]
L: [email protected]
S: Maintained
+KDUMP
+P: Vivek Goyal
+M: [email protected]
+P: Haren Myneni
+M: [email protected]
+L: [email protected]
+L: [email protected]
+W: http://lse.sourceforge.net/kdump/
+S: Maintained
+
KERNEL AUTOMOUNTER (AUTOFS)
P: H. Peter Anvin
M: [email protected]
_
Vivek Goyal <[email protected]> wrote:
>
> diff -puN MAINTAINERS~kdump-maintainers-update MAINTAINERS
> --- linux-2.6.17-rc4-1M/MAINTAINERS~kdump-maintainers-update 2006-05-15 10:05:45.000000000 -0400
> +++ linux-2.6.17-rc4-1M-vivek/MAINTAINERS 2006-05-15 10:21:20.000000000 -0400
> @@ -1536,6 +1536,16 @@ M: [email protected]
> L: [email protected]
> S: Maintained
>
> +KDUMP
> +P: Vivek Goyal
> +M: [email protected]
> +P: Haren Myneni
> +M: [email protected]
btw, I'm thinking it would be sensible to convert the MAINTAINERS file into the
form:
P: Vivek Goyal <[email protected]>
P: Haren Myneni <[email protected]>
And remove the "M:" lines.
This is more compact, saner for pasting into email clients, saner for
pasting into patch changelogs and would save me, oh, 45 seconds per day.
Is there any reason not to do this? Such as tools which are parsing the
current format?