2013-08-05 18:05:45

by Konrad Rzeszutek Wilk

[permalink] [raw]
Subject: [PATCH] Update MAINTAINERS file in Linux. (v1)

Please see the three patches that update the MAINTAINERS file.

They do need Acks so please provide them if you are comfortable.


2013-08-05 18:05:50

by Konrad Rzeszutek Wilk

[permalink] [raw]
Subject: [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list.

And also drop the virtualization one since we don't really use it.

CC: [email protected]
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
---
MAINTAINERS | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 440af74..785f56a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9237,8 +9237,7 @@ F: drivers/media/tuners/tuner-xc2028.*

XEN HYPERVISOR INTERFACE
M: Konrad Rzeszutek Wilk <[email protected]>
-L: [email protected] (moderated for non-subscribers)
-L: [email protected]
+L: [email protected] (moderated for non-subscribers)
S: Supported
F: arch/x86/xen/
F: drivers/*/xen-*front.c
@@ -9249,35 +9248,35 @@ F: include/uapi/xen/

XEN HYPERVISOR ARM
M: Stefano Stabellini <[email protected]>
-L: [email protected] (moderated for non-subscribers)
+L: [email protected] (moderated for non-subscribers)
S: Supported
F: arch/arm/xen/
F: arch/arm/include/asm/xen/

XEN HYPERVISOR ARM64
M: Stefano Stabellini <[email protected]>
-L: [email protected] (moderated for non-subscribers)
+L: [email protected] (moderated for non-subscribers)
S: Supported
F: arch/arm64/xen/
F: arch/arm64/include/asm/xen/

XEN NETWORK BACKEND DRIVER
M: Ian Campbell <[email protected]>
-L: [email protected] (moderated for non-subscribers)
+L: [email protected] (moderated for non-subscribers)
L: [email protected]
S: Supported
F: drivers/net/xen-netback/*

XEN PCI SUBSYSTEM
M: Konrad Rzeszutek Wilk <[email protected]>
-L: [email protected] (moderated for non-subscribers)
+L: [email protected] (moderated for non-subscribers)
S: Supported
F: arch/x86/pci/*xen*
F: drivers/pci/*xen*

XEN SWIOTLB SUBSYSTEM
M: Konrad Rzeszutek Wilk <[email protected]>
-L: [email protected] (moderated for non-subscribers)
+L: [email protected] (moderated for non-subscribers)
S: Supported
F: arch/x86/xen/*swiotlb*
F: drivers/xen/*swiotlb*
--
1.8.3.1

2013-08-05 18:05:48

by Konrad Rzeszutek Wilk

[permalink] [raw]
Subject: [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem.

Jeremy has been a key person in making Linux work with Xen.
He has been enjoying the last year working on something
different so reflect that in the maintainers file.

CC: Jeremy Fitzhardinge <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
---
CREDITS | 1 +
MAINTAINERS | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CREDITS b/CREDITS
index 206d0fc..646a0a9 100644
--- a/CREDITS
+++ b/CREDITS
@@ -1120,6 +1120,7 @@ D: author of userfs filesystem
D: Improved mmap and munmap handling
D: General mm minor tidyups
D: autofs v4 maintainer
+D: Xen subsystem
S: 987 Alabama St
S: San Francisco
S: CA, 94110
diff --git a/MAINTAINERS b/MAINTAINERS
index defc053..440af74 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9237,7 +9237,6 @@ F: drivers/media/tuners/tuner-xc2028.*

XEN HYPERVISOR INTERFACE
M: Konrad Rzeszutek Wilk <[email protected]>
-M: Jeremy Fitzhardinge <[email protected]>
L: [email protected] (moderated for non-subscribers)
L: [email protected]
S: Supported
--
1.8.3.1

2013-08-05 18:06:05

by Konrad Rzeszutek Wilk

[permalink] [raw]
Subject: [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree.

Both Boris and David have graciously volunteered to help in
maintaining the Xen subsystem tree. Cementing this in the
MAINTAINERS file so they are copied on Xen related patches.

CC: Boris Ostrovsky <[email protected]>
CC: David Vrabel <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 785f56a..0161dad 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9237,6 +9237,8 @@ F: drivers/media/tuners/tuner-xc2028.*

XEN HYPERVISOR INTERFACE
M: Konrad Rzeszutek Wilk <[email protected]>
+M: Boris Ostrovsky <[email protected]>
+M: David Vrabel <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Supported
F: arch/x86/xen/
--
1.8.3.1

2013-08-05 18:13:06

by Ian Campbell

[permalink] [raw]
Subject: Re: [Xen-devel] [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list.

On Mon, 2013-08-05 at 14:05 -0400, Konrad Rzeszutek Wilk wrote:
> And also drop the virtualization one since we don't really use it.
>
> CC: [email protected]
> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>

Acked-by: Ian Campbell <[email protected]>

The whole thing but especially:

> XEN NETWORK BACKEND DRIVER
> M: Ian Campbell <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> +L: [email protected] (moderated for non-subscribers)
> L: [email protected]
> S: Supported
> F: drivers/net/xen-netback/*

Ian.

2013-08-05 22:06:31

by Stefano Stabellini

[permalink] [raw]
Subject: Re: [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list.

On Mon, 5 Aug 2013, Konrad Rzeszutek Wilk wrote:
> And also drop the virtualization one since we don't really use it.
>
> CC: [email protected]
> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>

Acked-by: Stefano Stabellini <[email protected]>


> MAINTAINERS | 13 ++++++-------
> 1 file changed, 6 insertions(+), 7 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 440af74..785f56a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9237,8 +9237,7 @@ F: drivers/media/tuners/tuner-xc2028.*
>
> XEN HYPERVISOR INTERFACE
> M: Konrad Rzeszutek Wilk <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> -L: [email protected]
> +L: [email protected] (moderated for non-subscribers)
> S: Supported
> F: arch/x86/xen/
> F: drivers/*/xen-*front.c
> @@ -9249,35 +9248,35 @@ F: include/uapi/xen/
>
> XEN HYPERVISOR ARM
> M: Stefano Stabellini <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> +L: [email protected] (moderated for non-subscribers)
> S: Supported
> F: arch/arm/xen/
> F: arch/arm/include/asm/xen/
>
> XEN HYPERVISOR ARM64
> M: Stefano Stabellini <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> +L: [email protected] (moderated for non-subscribers)
> S: Supported
> F: arch/arm64/xen/
> F: arch/arm64/include/asm/xen/
>
> XEN NETWORK BACKEND DRIVER
> M: Ian Campbell <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> +L: [email protected] (moderated for non-subscribers)
> L: [email protected]
> S: Supported
> F: drivers/net/xen-netback/*
>
> XEN PCI SUBSYSTEM
> M: Konrad Rzeszutek Wilk <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> +L: [email protected] (moderated for non-subscribers)
> S: Supported
> F: arch/x86/pci/*xen*
> F: drivers/pci/*xen*
>
> XEN SWIOTLB SUBSYSTEM
> M: Konrad Rzeszutek Wilk <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> +L: [email protected] (moderated for non-subscribers)
> S: Supported
> F: arch/x86/xen/*swiotlb*
> F: drivers/xen/*swiotlb*
> --
> 1.8.3.1
>

2013-08-05 22:10:48

by Boris Ostrovsky

[permalink] [raw]
Subject: Re: [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree.

On 08/05/2013 02:05 PM, Konrad Rzeszutek Wilk wrote:
> Both Boris and David have graciously volunteered to help in
> maintaining the Xen subsystem tree. Cementing this in the
> MAINTAINERS file so they are copied on Xen related patches.
>
> CC: Boris Ostrovsky <[email protected]>
> CC: David Vrabel <[email protected]>
> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>

Acked-by: Boris Ostrovsky <[email protected]>


> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 785f56a..0161dad 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9237,6 +9237,8 @@ F: drivers/media/tuners/tuner-xc2028.*
>
> XEN HYPERVISOR INTERFACE
> M: Konrad Rzeszutek Wilk <[email protected]>
> +M: Boris Ostrovsky <[email protected]>
> +M: David Vrabel <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Supported
> F: arch/x86/xen/

2013-08-06 09:31:37

by David Vrabel

[permalink] [raw]
Subject: Re: [Xen-devel] [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree.

On 05/08/13 19:05, Konrad Rzeszutek Wilk wrote:
> Both Boris and David have graciously volunteered to help in
> maintaining the Xen subsystem tree. Cementing this in the
> MAINTAINERS file so they are copied on Xen related patches.

Acked-by: David Vrabel <[email protected]>

> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 785f56a..0161dad 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9237,6 +9237,8 @@ F: drivers/media/tuners/tuner-xc2028.*
>
> XEN HYPERVISOR INTERFACE
> M: Konrad Rzeszutek Wilk <[email protected]>
> +M: Boris Ostrovsky <[email protected]>
> +M: David Vrabel <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Supported
> F: arch/x86/xen/

2013-08-13 20:11:27

by Jeremy Fitzhardinge

[permalink] [raw]
Subject: Re: [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem.

On 08/05/2013 11:05 AM, Konrad Rzeszutek Wilk wrote:
> Jeremy has been a key person in making Linux work with Xen.
> He has been enjoying the last year working on something
> different so reflect that in the maintainers file.

Ack.

J
>
> CC: Jeremy Fitzhardinge <[email protected]>
> Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
> ---
> CREDITS | 1 +
> MAINTAINERS | 1 -
> 2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/CREDITS b/CREDITS
> index 206d0fc..646a0a9 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -1120,6 +1120,7 @@ D: author of userfs filesystem
> D: Improved mmap and munmap handling
> D: General mm minor tidyups
> D: autofs v4 maintainer
> +D: Xen subsystem
> S: 987 Alabama St
> S: San Francisco
> S: CA, 94110
> diff --git a/MAINTAINERS b/MAINTAINERS
> index defc053..440af74 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9237,7 +9237,6 @@ F: drivers/media/tuners/tuner-xc2028.*
>
> XEN HYPERVISOR INTERFACE
> M: Konrad Rzeszutek Wilk <[email protected]>
> -M: Jeremy Fitzhardinge <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> L: [email protected]
> S: Supported