public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Update MAINTAINERS file in Linux. (v1)
@ 2013-08-05 18:05 Konrad Rzeszutek Wilk
  2013-08-05 18:05 ` [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-08-05 18:05 UTC (permalink / raw)
  To: xen-devel; +Cc: linux-kernel

Please see the three patches that update the MAINTAINERS file.

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem.
  2013-08-05 18:05 [PATCH] Update MAINTAINERS file in Linux. (v1) Konrad Rzeszutek Wilk
@ 2013-08-05 18:05 ` Konrad Rzeszutek Wilk
  2013-08-13 20:11   ` Jeremy Fitzhardinge
  2013-08-05 18:05 ` [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list Konrad Rzeszutek Wilk
  2013-08-05 18:05 ` [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree Konrad Rzeszutek Wilk
  2 siblings, 1 reply; 9+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-08-05 18:05 UTC (permalink / raw)
  To: xen-devel; +Cc: linux-kernel, Konrad Rzeszutek Wilk, Jeremy Fitzhardinge

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 <jeremy@goop.org>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 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 <konrad.wilk@oracle.com>
-M:	Jeremy Fitzhardinge <jeremy@goop.org>
 L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
 L:	virtualization@lists.linux-foundation.org
 S:	Supported
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list.
  2013-08-05 18:05 [PATCH] Update MAINTAINERS file in Linux. (v1) Konrad Rzeszutek Wilk
  2013-08-05 18:05 ` [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem Konrad Rzeszutek Wilk
@ 2013-08-05 18:05 ` Konrad Rzeszutek Wilk
  2013-08-05 18:13   ` [Xen-devel] " Ian Campbell
  2013-08-05 22:04   ` Stefano Stabellini
  2013-08-05 18:05 ` [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree Konrad Rzeszutek Wilk
  2 siblings, 2 replies; 9+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-08-05 18:05 UTC (permalink / raw)
  To: xen-devel; +Cc: linux-kernel, Konrad Rzeszutek Wilk, stefano.stabellini

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

CC: stefano.stabellini@eu.citrix.com
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 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 <konrad.wilk@oracle.com>
-L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
-L:	virtualization@lists.linux-foundation.org
+L:	xen-devel@lists.xenproject.org (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 <stefano.stabellini@eu.citrix.com>
-L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
+L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
 S:	Supported
 F:	arch/arm/xen/
 F:	arch/arm/include/asm/xen/
 
 XEN HYPERVISOR ARM64
 M:	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
-L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
+L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
 S:	Supported
 F:	arch/arm64/xen/
 F:	arch/arm64/include/asm/xen/
 
 XEN NETWORK BACKEND DRIVER
 M:	Ian Campbell <ian.campbell@citrix.com>
-L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
+L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
 L:	netdev@vger.kernel.org
 S:	Supported
 F:	drivers/net/xen-netback/*
 
 XEN PCI SUBSYSTEM
 M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
-L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
+L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
 S:	Supported
 F:	arch/x86/pci/*xen*
 F:	drivers/pci/*xen*
 
 XEN SWIOTLB SUBSYSTEM
 M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
-L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
+L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
 S:	Supported
 F:	arch/x86/xen/*swiotlb*
 F:	drivers/xen/*swiotlb*
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree.
  2013-08-05 18:05 [PATCH] Update MAINTAINERS file in Linux. (v1) Konrad Rzeszutek Wilk
  2013-08-05 18:05 ` [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem Konrad Rzeszutek Wilk
  2013-08-05 18:05 ` [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list Konrad Rzeszutek Wilk
@ 2013-08-05 18:05 ` Konrad Rzeszutek Wilk
  2013-08-05 22:11   ` Boris Ostrovsky
  2013-08-06  9:31   ` [Xen-devel] " David Vrabel
  2 siblings, 2 replies; 9+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-08-05 18:05 UTC (permalink / raw)
  To: xen-devel
  Cc: linux-kernel, Konrad Rzeszutek Wilk, Boris Ostrovsky,
	David Vrabel

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 <boris.ostrovsky@oracle.com>
CC: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
 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 <konrad.wilk@oracle.com>
+M:	Boris Ostrovsky <boris.ostrovsky@oracle.com>
+M:	David Vrabel <david.vrabel@citrix.com>
 L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
 S:	Supported
 F:	arch/x86/xen/
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [Xen-devel] [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list.
  2013-08-05 18:05 ` [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list Konrad Rzeszutek Wilk
@ 2013-08-05 18:13   ` Ian Campbell
  2013-08-05 22:04   ` Stefano Stabellini
  1 sibling, 0 replies; 9+ messages in thread
From: Ian Campbell @ 2013-08-05 18:13 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, stefano.stabellini, linux-kernel

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: stefano.stabellini@eu.citrix.com
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Acked-by: Ian Campbell <ian.campbell@citrix.com>

The whole thing but especially:

>  XEN NETWORK BACKEND DRIVER
>  M:	Ian Campbell <ian.campbell@citrix.com>
> -L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
> +L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
>  L:	netdev@vger.kernel.org
>  S:	Supported
>  F:	drivers/net/xen-netback/*

Ian.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list.
  2013-08-05 18:05 ` [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list Konrad Rzeszutek Wilk
  2013-08-05 18:13   ` [Xen-devel] " Ian Campbell
@ 2013-08-05 22:04   ` Stefano Stabellini
  1 sibling, 0 replies; 9+ messages in thread
From: Stefano Stabellini @ 2013-08-05 22:04 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, linux-kernel, stefano.stabellini

On Mon, 5 Aug 2013, Konrad Rzeszutek Wilk wrote:
> And also drop the virtualization one since we don't really use it.
> 
> CC: stefano.stabellini@eu.citrix.com
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>


>  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 <konrad.wilk@oracle.com>
> -L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
> -L:	virtualization@lists.linux-foundation.org
> +L:	xen-devel@lists.xenproject.org (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 <stefano.stabellini@eu.citrix.com>
> -L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
> +L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
>  S:	Supported
>  F:	arch/arm/xen/
>  F:	arch/arm/include/asm/xen/
>  
>  XEN HYPERVISOR ARM64
>  M:	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> -L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
> +L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
>  S:	Supported
>  F:	arch/arm64/xen/
>  F:	arch/arm64/include/asm/xen/
>  
>  XEN NETWORK BACKEND DRIVER
>  M:	Ian Campbell <ian.campbell@citrix.com>
> -L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
> +L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
>  L:	netdev@vger.kernel.org
>  S:	Supported
>  F:	drivers/net/xen-netback/*
>  
>  XEN PCI SUBSYSTEM
>  M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> -L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
> +L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
>  S:	Supported
>  F:	arch/x86/pci/*xen*
>  F:	drivers/pci/*xen*
>  
>  XEN SWIOTLB SUBSYSTEM
>  M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> -L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
> +L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
>  S:	Supported
>  F:	arch/x86/xen/*swiotlb*
>  F:	drivers/xen/*swiotlb*
> -- 
> 1.8.3.1
> 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree.
  2013-08-05 18:05 ` [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree Konrad Rzeszutek Wilk
@ 2013-08-05 22:11   ` Boris Ostrovsky
  2013-08-06  9:31   ` [Xen-devel] " David Vrabel
  1 sibling, 0 replies; 9+ messages in thread
From: Boris Ostrovsky @ 2013-08-05 22:11 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, linux-kernel, David Vrabel

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 <boris.ostrovsky@oracle.com>
> CC: David Vrabel <david.vrabel@citrix.com>
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

Acked-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>


> ---
>   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 <konrad.wilk@oracle.com>
> +M:	Boris Ostrovsky <boris.ostrovsky@oracle.com>
> +M:	David Vrabel <david.vrabel@citrix.com>
>   L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
>   S:	Supported
>   F:	arch/x86/xen/


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Xen-devel] [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree.
  2013-08-05 18:05 ` [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree Konrad Rzeszutek Wilk
  2013-08-05 22:11   ` Boris Ostrovsky
@ 2013-08-06  9:31   ` David Vrabel
  1 sibling, 0 replies; 9+ messages in thread
From: David Vrabel @ 2013-08-06  9:31 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: xen-devel, Boris Ostrovsky, David Vrabel, linux-kernel

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 <david.vrabel@citrix.com>

> ---
>  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 <konrad.wilk@oracle.com>
> +M:	Boris Ostrovsky <boris.ostrovsky@oracle.com>
> +M:	David Vrabel <david.vrabel@citrix.com>
>  L:	xen-devel@lists.xenproject.org (moderated for non-subscribers)
>  S:	Supported
>  F:	arch/x86/xen/


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem.
  2013-08-05 18:05 ` [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem Konrad Rzeszutek Wilk
@ 2013-08-13 20:11   ` Jeremy Fitzhardinge
  0 siblings, 0 replies; 9+ messages in thread
From: Jeremy Fitzhardinge @ 2013-08-13 20:11 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: xen-devel, linux-kernel

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 <jeremy@goop.org>
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> ---
>  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 <konrad.wilk@oracle.com>
> -M:	Jeremy Fitzhardinge <jeremy@goop.org>
>  L:	xen-devel@lists.xensource.com (moderated for non-subscribers)
>  L:	virtualization@lists.linux-foundation.org
>  S:	Supported


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-08-13 20:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-05 18:05 [PATCH] Update MAINTAINERS file in Linux. (v1) Konrad Rzeszutek Wilk
2013-08-05 18:05 ` [PATCH 1/3] MAINTAINERS: Remove Jeremy from the Xen subsystem Konrad Rzeszutek Wilk
2013-08-13 20:11   ` Jeremy Fitzhardinge
2013-08-05 18:05 ` [PATCH 2/3] MAINTAINERS: Update the Xen subsystem's with proper mailing list Konrad Rzeszutek Wilk
2013-08-05 18:13   ` [Xen-devel] " Ian Campbell
2013-08-05 22:04   ` Stefano Stabellini
2013-08-05 18:05 ` [PATCH 3/3] MAINTAINERS: Add in two extra co-maintainers of the Xen tree Konrad Rzeszutek Wilk
2013-08-05 22:11   ` Boris Ostrovsky
2013-08-06  9:31   ` [Xen-devel] " David Vrabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox