2011-04-04 08:30:48

by Ian Campbell

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Re-alphabetize Xen entries.

Signed-off-by: Ian Campbell <[email protected]>
Cc: Jeremy Fitzhardinge <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: [email protected]
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
---
MAINTAINERS | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index bb702f3..bcd0972 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6916,6 +6916,18 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.
S: Maintained
F: drivers/platform/x86

+XEN HYPERVISOR INTERFACE
+M: Jeremy Fitzhardinge <[email protected]>
+M: Konrad Rzeszutek Wilk <[email protected]>
+L: [email protected] (moderated for non-subscribers)
+L: [email protected]
+S: Supported
+F: arch/x86/xen/
+F: drivers/*/xen-*front.c
+F: drivers/xen/
+F: arch/x86/include/asm/xen/
+F: include/xen/
+
XEN NETWORK BACKEND DRIVER
M: Ian Campbell <[email protected]>
L: [email protected] (moderated for non-subscribers)
@@ -6936,18 +6948,6 @@ S: Supported
F: arch/x86/xen/*swiotlb*
F: drivers/xen/*swiotlb*

-XEN HYPERVISOR INTERFACE
-M: Jeremy Fitzhardinge <[email protected]>
-M: Konrad Rzeszutek Wilk <[email protected]>
-L: [email protected] (moderated for non-subscribers)
-L: [email protected]
-S: Supported
-F: arch/x86/xen/
-F: drivers/*/xen-*front.c
-F: drivers/xen/
-F: arch/x86/include/asm/xen/
-F: include/xen/
-
XFS FILESYSTEM
P: Silicon Graphics Inc
M: Alex Elder <[email protected]>
--
1.7.2.5


2011-04-04 16:18:53

by Konrad Rzeszutek Wilk

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Re-alphabetize Xen entries.

On Mon, Apr 04, 2011 at 09:30:43AM +0100, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <[email protected]>
> Cc: Jeremy Fitzhardinge <[email protected]>
> Cc: Konrad Rzeszutek Wilk <[email protected]>
> Cc: [email protected]
> Cc: Andrew Morton <[email protected]>
> Cc: Linus Torvalds <[email protected]>

Looks good to me.

This, and "Various merges over time have led to rather a mish-mash of indentation"
is in the 2.6.40 queue..

2011-04-04 16:26:31

by Ian Campbell

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Re-alphabetize Xen entries.

On Mon, 2011-04-04 at 17:18 +0100, Konrad Rzeszutek Wilk wrote:
> On Mon, Apr 04, 2011 at 09:30:43AM +0100, Ian Campbell wrote:
> > Signed-off-by: Ian Campbell <[email protected]>
> > Cc: Jeremy Fitzhardinge <[email protected]>
> > Cc: Konrad Rzeszutek Wilk <[email protected]>
> > Cc: [email protected]
> > Cc: Andrew Morton <[email protected]>
> > Cc: Linus Torvalds <[email protected]>
>
> Looks good to me.

Thanks.

> This, and "Various merges over time have led to rather a mish-mash of indentation"
> is in the 2.6.40 queue..

I sent that one now because I thought post 39-rc1 would be a suitably
quiet window wrt other merges etc for such a cleanup patch. I don't mind
either way though.

Ian.