All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update my entries to new email address.
@ 2018-01-10 18:20 Dario Faggioli
  2018-01-10 18:21 ` Wei Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Dario Faggioli @ 2018-01-10 18:20 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Meng Xu, Jan Beulich

Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wei.liu2@citrix.com>
Cc: Juergen Gross <jgross@suse.com>
Cc: Meng Xu <mengxu@cis.upenn.edu>
---
Yes, I know. Again! Well, what can I say... Sorry for the nuisance. :-P
---
 MAINTAINERS |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4d7092324a..64226e191a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -183,7 +183,7 @@ F:	tools/blktap2/
 
 CPU POOLS
 M:	Juergen Gross <jgross@suse.com>
-M:	Dario Faggioli <raistlin@linux.it>
+M:	Dario Faggioli <dfaggioli@suse.com>
 S:	Supported
 F:	xen/common/cpupool.c
 
@@ -335,14 +335,14 @@ F:	tools/hotplug/Linux/remus-netbuf-setup
 F:	tools/hotplug/Linux/block-drbd-probe
 
 RTDS SCHEDULER
-M:	Dario Faggioli <raistlin@linux.it>
+M:	Dario Faggioli <dfaggioli@suse.com>
 M:	Meng Xu <mengxu@cis.upenn.edu>
 S:	Supported
 F:	xen/common/sched_rt.c
 
 SCHEDULING
 M:	George Dunlap <george.dunlap@eu.citrix.com>
-M:	Dario Faggioli <raistlin@linux.it>
+M:	Dario Faggioli <dfaggioli@suse.com>
 S:	Supported
 F:	xen/common/sched*
 


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] MAINTAINERS: update my entries to new email address.
  2018-01-10 18:20 [PATCH] MAINTAINERS: update my entries to new email address Dario Faggioli
@ 2018-01-10 18:21 ` Wei Liu
  2018-01-10 18:31 ` Stefano Stabellini
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Wei Liu @ 2018-01-10 18:21 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Meng Xu, Jan Beulich,
	xen-devel

On Wed, Jan 10, 2018 at 07:20:34PM +0100, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dfaggioli@suse.com>

Acked-by: Wei Liu <wei.liu2@citrix.com>

Welcome back!

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] MAINTAINERS: update my entries to new email address.
  2018-01-10 18:20 [PATCH] MAINTAINERS: update my entries to new email address Dario Faggioli
  2018-01-10 18:21 ` Wei Liu
@ 2018-01-10 18:31 ` Stefano Stabellini
  2018-01-10 18:37 ` Meng Xu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Stefano Stabellini @ 2018-01-10 18:31 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Meng Xu, Jan Beulich,
	xen-devel

On Wed, 10 Jan 2018, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dfaggioli@suse.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>
> Cc: George Dunlap <George.Dunlap@eu.citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Stefano Stabellini <sstabellini@kernel.org>
> Cc: Tim Deegan <tim@xen.org>
> Cc: Wei Liu <wei.liu2@citrix.com>
> Cc: Juergen Gross <jgross@suse.com>
> Cc: Meng Xu <mengxu@cis.upenn.edu>
> ---
> Yes, I know. Again! Well, what can I say... Sorry for the nuisance. :-P
> ---
>  MAINTAINERS |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4d7092324a..64226e191a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,7 +183,7 @@ F:	tools/blktap2/
>  
>  CPU POOLS
>  M:	Juergen Gross <jgross@suse.com>
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  S:	Supported
>  F:	xen/common/cpupool.c
>  
> @@ -335,14 +335,14 @@ F:	tools/hotplug/Linux/remus-netbuf-setup
>  F:	tools/hotplug/Linux/block-drbd-probe
>  
>  RTDS SCHEDULER
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  M:	Meng Xu <mengxu@cis.upenn.edu>
>  S:	Supported
>  F:	xen/common/sched_rt.c
>  
>  SCHEDULING
>  M:	George Dunlap <george.dunlap@eu.citrix.com>
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  S:	Supported
>  F:	xen/common/sched*
>  
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] MAINTAINERS: update my entries to new email address.
  2018-01-10 18:20 [PATCH] MAINTAINERS: update my entries to new email address Dario Faggioli
  2018-01-10 18:21 ` Wei Liu
  2018-01-10 18:31 ` Stefano Stabellini
@ 2018-01-10 18:37 ` Meng Xu
  2018-01-10 19:01 ` Konrad Rzeszutek Wilk
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Meng Xu @ 2018-01-10 18:37 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Jan Beulich, xen-devel

On Wed, Jan 10, 2018 at 1:20 PM, Dario Faggioli <dfaggioli@suse.com> wrote:
>
> Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
> ---
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>
> Cc: George Dunlap <George.Dunlap@eu.citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Stefano Stabellini <sstabellini@kernel.org>
> Cc: Tim Deegan <tim@xen.org>
> Cc: Wei Liu <wei.liu2@citrix.com>
> Cc: Juergen Gross <jgross@suse.com>
> Cc: Meng Xu <mengxu@cis.upenn.edu>
> ---


Acked-by: Meng Xu <mengxu@cis.upenn.edu>

Glad to see you back. :)

Best Regards,

Meng

-----------
Meng Xu
Ph.D. Candidate in Computer and Information Science
University of Pennsylvania
http://www.cis.upenn.edu/~mengxu/

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] MAINTAINERS: update my entries to new email address.
  2018-01-10 18:20 [PATCH] MAINTAINERS: update my entries to new email address Dario Faggioli
                   ` (2 preceding siblings ...)
  2018-01-10 18:37 ` Meng Xu
@ 2018-01-10 19:01 ` Konrad Rzeszutek Wilk
  2018-01-10 19:05 ` Juergen Gross
  2018-01-11 10:51 ` George Dunlap
  5 siblings, 0 replies; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2018-01-10 19:01 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Meng Xu, Jan Beulich,
	xen-devel

On Wed, Jan 10, 2018 at 07:20:34PM +0100, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
> ---
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>
> Cc: George Dunlap <George.Dunlap@eu.citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Stefano Stabellini <sstabellini@kernel.org>
> Cc: Tim Deegan <tim@xen.org>
> Cc: Wei Liu <wei.liu2@citrix.com>
> Cc: Juergen Gross <jgross@suse.com>
> Cc: Meng Xu <mengxu@cis.upenn.edu>
> ---
> Yes, I know. Again! Well, what can I say... Sorry for the nuisance. :-P

Congratulations!!

> ---
>  MAINTAINERS |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4d7092324a..64226e191a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,7 +183,7 @@ F:	tools/blktap2/
>  
>  CPU POOLS
>  M:	Juergen Gross <jgross@suse.com>
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  S:	Supported
>  F:	xen/common/cpupool.c
>  
> @@ -335,14 +335,14 @@ F:	tools/hotplug/Linux/remus-netbuf-setup
>  F:	tools/hotplug/Linux/block-drbd-probe
>  
>  RTDS SCHEDULER
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  M:	Meng Xu <mengxu@cis.upenn.edu>
>  S:	Supported
>  F:	xen/common/sched_rt.c
>  
>  SCHEDULING
>  M:	George Dunlap <george.dunlap@eu.citrix.com>
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  S:	Supported
>  F:	xen/common/sched*
>  
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] MAINTAINERS: update my entries to new email address.
  2018-01-10 18:20 [PATCH] MAINTAINERS: update my entries to new email address Dario Faggioli
                   ` (3 preceding siblings ...)
  2018-01-10 19:01 ` Konrad Rzeszutek Wilk
@ 2018-01-10 19:05 ` Juergen Gross
  2018-01-11 10:51 ` George Dunlap
  5 siblings, 0 replies; 7+ messages in thread
From: Juergen Gross @ 2018-01-10 19:05 UTC (permalink / raw)
  To: Dario Faggioli, xen-devel
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	Ian Jackson, Tim Deegan, Meng Xu, Jan Beulich

On 10/01/18 19:20, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dfaggioli@suse.com>

Acked-by: Juergen Gross <jgross@suse.com>


Juergen

> ---
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>
> Cc: George Dunlap <George.Dunlap@eu.citrix.com>
> Cc: Ian Jackson <ian.jackson@eu.citrix.com>
> Cc: Jan Beulich <jbeulich@suse.com>
> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> Cc: Stefano Stabellini <sstabellini@kernel.org>
> Cc: Tim Deegan <tim@xen.org>
> Cc: Wei Liu <wei.liu2@citrix.com>
> Cc: Juergen Gross <jgross@suse.com>
> Cc: Meng Xu <mengxu@cis.upenn.edu>
> ---
> Yes, I know. Again! Well, what can I say... Sorry for the nuisance. :-P
> ---
>  MAINTAINERS |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4d7092324a..64226e191a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,7 +183,7 @@ F:	tools/blktap2/
>  
>  CPU POOLS
>  M:	Juergen Gross <jgross@suse.com>
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  S:	Supported
>  F:	xen/common/cpupool.c
>  
> @@ -335,14 +335,14 @@ F:	tools/hotplug/Linux/remus-netbuf-setup
>  F:	tools/hotplug/Linux/block-drbd-probe
>  
>  RTDS SCHEDULER
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  M:	Meng Xu <mengxu@cis.upenn.edu>
>  S:	Supported
>  F:	xen/common/sched_rt.c
>  
>  SCHEDULING
>  M:	George Dunlap <george.dunlap@eu.citrix.com>
> -M:	Dario Faggioli <raistlin@linux.it>
> +M:	Dario Faggioli <dfaggioli@suse.com>
>  S:	Supported
>  F:	xen/common/sched*
>  
> 
> 


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] MAINTAINERS: update my entries to new email address.
  2018-01-10 18:20 [PATCH] MAINTAINERS: update my entries to new email address Dario Faggioli
                   ` (4 preceding siblings ...)
  2018-01-10 19:05 ` Juergen Gross
@ 2018-01-11 10:51 ` George Dunlap
  5 siblings, 0 replies; 7+ messages in thread
From: George Dunlap @ 2018-01-11 10:51 UTC (permalink / raw)
  To: Dario Faggioli, xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, Tim Deegan, Meng Xu, Jan Beulich

On 01/10/2018 06:20 PM, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dfaggioli@suse.com>

Acked-by: George Dunlap <george.dunlap@citrix.com>

Good to have you back!

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-01-11 10:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10 18:20 [PATCH] MAINTAINERS: update my entries to new email address Dario Faggioli
2018-01-10 18:21 ` Wei Liu
2018-01-10 18:31 ` Stefano Stabellini
2018-01-10 18:37 ` Meng Xu
2018-01-10 19:01 ` Konrad Rzeszutek Wilk
2018-01-10 19:05 ` Juergen Gross
2018-01-11 10:51 ` George Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.