All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Changing my email address
@ 2017-10-05 14:28 Dario Faggioli
  2017-10-05 14:28 ` [PATCH] MAINTAINERS: update entries to new " Dario Faggioli
  2017-10-05 17:19 ` [PATCH] Changing my " Meng Xu
  0 siblings, 2 replies; 9+ messages in thread
From: Dario Faggioli @ 2017-10-05 14:28 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Meng Xu, Jan Beulich

Hello,

Soon I won't have access to dario.faggioli@citrix.com email address.

Therefore, replace it, in my entries in MAINTAINERS, with an email address that
I actually can, and will actually read.

One thing about RTDS. Meng, which one of the following two sentences, better
describes your situation?

 a) Supported:   Someone is actually paid to look after this.
 b) Maintained:  Someone actually looks after it.

If it's a (you're currently paied to look after RTDS) then we're fine. If it's
b), we need a (followup) patch that changes also the status of the RTDS entry,
from 'S' to 'M'.

Regards,
Dario
---
Dario Faggioli (1):
      MAINTAINERS: update entries to new email address.

 MAINTAINERS |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
--
<< ... ... ... >>
----------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli


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

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

* [PATCH] MAINTAINERS: update entries to new email address.
  2017-10-05 14:28 [PATCH] Changing my email address Dario Faggioli
@ 2017-10-05 14:28 ` Dario Faggioli
  2017-10-05 14:32   ` Wei Liu
                     ` (4 more replies)
  2017-10-05 17:19 ` [PATCH] Changing my " Meng Xu
  1 sibling, 5 replies; 9+ messages in thread
From: Dario Faggioli @ 2017-10-05 14:28 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Meng Xu, Jan Beulich

Replace, in the 'M:' fields of the components I co-maintain
('CPU POOLS', 'SCHEDULING' and 'RTDS SCHEDULER'), the Citrix
email, to which I don't have access any longer, with my
personal email.

Signed-off-by: Dario Faggioli <raistlin@linux.it>
---
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>
---
 MAINTAINERS |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 12dbad130c..4d7092324a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -183,7 +183,7 @@ F:	tools/blktap2/
 
 CPU POOLS
 M:	Juergen Gross <jgross@suse.com>
-M:	Dario Faggioli <dario.faggioli@citrix.com>
+M:	Dario Faggioli <raistlin@linux.it>
 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 <dario.faggioli@citrix.com>
+M:	Dario Faggioli <raistlin@linux.it>
 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 <dario.faggioli@citrix.com>
+M:	Dario Faggioli <raistlin@linux.it>
 S:	Supported
 F:	xen/common/sched*
 


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

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

* Re: [PATCH] MAINTAINERS: update entries to new email address.
  2017-10-05 14:28 ` [PATCH] MAINTAINERS: update entries to new " Dario Faggioli
@ 2017-10-05 14:32   ` Wei Liu
  2017-10-05 14:47   ` Konrad Rzeszutek Wilk
                     ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Wei Liu @ 2017-10-05 14:32 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Meng Xu, Jan Beulich, xen-devel

On Thu, Oct 05, 2017 at 04:28:46PM +0200, Dario Faggioli wrote:
> Replace, in the 'M:' fields of the components I co-maintain
> ('CPU POOLS', 'SCHEDULING' and 'RTDS SCHEDULER'), the Citrix
> email, to which I don't have access any longer, with my
> personal email.
> 
> Signed-off-by: Dario Faggioli <raistlin@linux.it>

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

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

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

* Re: [PATCH] MAINTAINERS: update entries to new email address.
  2017-10-05 14:28 ` [PATCH] MAINTAINERS: update entries to new " Dario Faggioli
  2017-10-05 14:32   ` Wei Liu
@ 2017-10-05 14:47   ` Konrad Rzeszutek Wilk
  2017-10-05 14:59   ` Meng Xu
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-10-05 14:47 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 Thu, Oct 05, 2017 at 04:28:46PM +0200, Dario Faggioli wrote:
> Replace, in the 'M:' fields of the components I co-maintain
> ('CPU POOLS', 'SCHEDULING' and 'RTDS SCHEDULER'), the Citrix
> email, to which I don't have access any longer, with my
> personal email.
> 
> Signed-off-by: Dario Faggioli <raistlin@linux.it>
> ---
> 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>

Acked-by: 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>
> ---
>  MAINTAINERS |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12dbad130c..4d7092324a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,7 +183,7 @@ F:	tools/blktap2/
>  
>  CPU POOLS
>  M:	Juergen Gross <jgross@suse.com>
> -M:	Dario Faggioli <dario.faggioli@citrix.com>
> +M:	Dario Faggioli <raistlin@linux.it>
>  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 <dario.faggioli@citrix.com>
> +M:	Dario Faggioli <raistlin@linux.it>
>  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 <dario.faggioli@citrix.com>
> +M:	Dario Faggioli <raistlin@linux.it>
>  S:	Supported
>  F:	xen/common/sched*
>  
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> https://lists.xen.org/xen-devel

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

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

* Re: [PATCH] MAINTAINERS: update entries to new email address.
  2017-10-05 14:28 ` [PATCH] MAINTAINERS: update entries to new " Dario Faggioli
  2017-10-05 14:32   ` Wei Liu
  2017-10-05 14:47   ` Konrad Rzeszutek Wilk
@ 2017-10-05 14:59   ` Meng Xu
  2017-10-05 17:28   ` Stefano Stabellini
  2017-10-07  5:16   ` Juergen Gross
  4 siblings, 0 replies; 9+ messages in thread
From: Meng Xu @ 2017-10-05 14:59 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Jan Beulich, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 974 bytes --]

On Thu, Oct 5, 2017 at 10:28 AM, Dario Faggioli <raistlin@linux.it> wrote:

> Replace, in the 'M:' fields of the components I co-maintain
> ('CPU POOLS', 'SCHEDULING' and 'RTDS SCHEDULER'), the Citrix
> email, to which I don't have access any longer, with my
> personal email.
>
> Signed-off-by: Dario Faggioli <raistlin@linux.it>
> ---
> 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>​

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

[-- Attachment #1.2: Type: text/html, Size: 2383 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

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

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

* Re: [PATCH] Changing my email address
  2017-10-05 14:28 [PATCH] Changing my email address Dario Faggioli
  2017-10-05 14:28 ` [PATCH] MAINTAINERS: update entries to new " Dario Faggioli
@ 2017-10-05 17:19 ` Meng Xu
  2017-10-06 22:59   ` Dario Faggioli
  1 sibling, 1 reply; 9+ messages in thread
From: Meng Xu @ 2017-10-05 17:19 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Jan Beulich, xen-devel

Hi Dario,

On Thu, Oct 5, 2017 at 10:28 AM, Dario Faggioli <raistlin@linux.it> wrote:
>
> Hello,
>
> Soon I won't have access to dario.faggioli@citrix.com email address.

It's sad to hear this. :(

>
> Therefore, replace it, in my entries in MAINTAINERS, with an email address that
> I actually can, and will actually read.
>
> One thing about RTDS. Meng, which one of the following two sentences, better
> describes your situation?
>
>  a) Supported:   Someone is actually paid to look after this.
>  b) Maintained:  Someone actually looks after it.
>
> If it's a (you're currently paied to look after RTDS) then we're fine.

I'm paid to look after RTDS at least before I graduate. :)

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.xen.org
https://lists.xen.org/xen-devel

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

* Re: [PATCH] MAINTAINERS: update entries to new email address.
  2017-10-05 14:28 ` [PATCH] MAINTAINERS: update entries to new " Dario Faggioli
                     ` (2 preceding siblings ...)
  2017-10-05 14:59   ` Meng Xu
@ 2017-10-05 17:28   ` Stefano Stabellini
  2017-10-07  5:16   ` Juergen Gross
  4 siblings, 0 replies; 9+ messages in thread
From: Stefano Stabellini @ 2017-10-05 17:28 UTC (permalink / raw)
  To: Dario Faggioli
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Meng Xu, Jan Beulich, xen-devel

On Thu, 5 Oct 2017, Dario Faggioli wrote:
> Replace, in the 'M:' fields of the components I co-maintain
> ('CPU POOLS', 'SCHEDULING' and 'RTDS SCHEDULER'), the Citrix
> email, to which I don't have access any longer, with my
> personal email.
> 
> Signed-off-by: Dario Faggioli <raistlin@linux.it>

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>
> ---
>  MAINTAINERS |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 12dbad130c..4d7092324a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -183,7 +183,7 @@ F:	tools/blktap2/
>  
>  CPU POOLS
>  M:	Juergen Gross <jgross@suse.com>
> -M:	Dario Faggioli <dario.faggioli@citrix.com>
> +M:	Dario Faggioli <raistlin@linux.it>
>  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 <dario.faggioli@citrix.com>
> +M:	Dario Faggioli <raistlin@linux.it>
>  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 <dario.faggioli@citrix.com>
> +M:	Dario Faggioli <raistlin@linux.it>
>  S:	Supported
>  F:	xen/common/sched*
>  
> 

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

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

* Re: [PATCH] Changing my email address
  2017-10-05 17:19 ` [PATCH] Changing my " Meng Xu
@ 2017-10-06 22:59   ` Dario Faggioli
  0 siblings, 0 replies; 9+ messages in thread
From: Dario Faggioli @ 2017-10-06 22:59 UTC (permalink / raw)
  To: Meng Xu
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Tim Deegan, Jan Beulich, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1101 bytes --]

On Thu, 2017-10-05 at 13:19 -0400, Meng Xu wrote:
> On Thu, Oct 5, 2017 at 10:28 AM, Dario Faggioli <raistlin@linux.it>
> wrote:
> > 
> > Soon I won't have access to dario.faggioli@citrix.com email
> > address.
> 
> It's sad to hear this. :(
> 
Things change. It's life. :-D

> > Therefore, replace it, in my entries in MAINTAINERS, with an email
> > address that
> > I actually can, and will actually read.
> > 
> > One thing about RTDS. Meng, which one of the following two
> > sentences, better
> > describes your situation?
> > 
> >  a) Supported:   Someone is actually paid to look after this.
> >  b) Maintained:  Someone actually looks after it.
> > 
> > If it's a (you're currently paied to look after RTDS) then we're
> > fine.
> 
> 
> I'm paid to look after RTDS at least before I graduate. :)
> 
Ok, then we're still cool with 'Supported'.

Thanks and Regards,
Dario
-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

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

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

* Re: [PATCH] MAINTAINERS: update entries to new email address.
  2017-10-05 14:28 ` [PATCH] MAINTAINERS: update entries to new " Dario Faggioli
                     ` (3 preceding siblings ...)
  2017-10-05 17:28   ` Stefano Stabellini
@ 2017-10-07  5:16   ` Juergen Gross
  4 siblings, 0 replies; 9+ messages in thread
From: Juergen Gross @ 2017-10-07  5:16 UTC (permalink / raw)
  To: Dario Faggioli, xen-devel
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan, Meng Xu,
	Jan Beulich

On 05/10/17 16:28, Dario Faggioli wrote:
> Replace, in the 'M:' fields of the components I co-maintain
> ('CPU POOLS', 'SCHEDULING' and 'RTDS SCHEDULER'), the Citrix
> email, to which I don't have access any longer, with my
> personal email.
> 
> Signed-off-by: Dario Faggioli <raistlin@linux.it>

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


Juergen

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

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

end of thread, other threads:[~2017-10-07  5:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05 14:28 [PATCH] Changing my email address Dario Faggioli
2017-10-05 14:28 ` [PATCH] MAINTAINERS: update entries to new " Dario Faggioli
2017-10-05 14:32   ` Wei Liu
2017-10-05 14:47   ` Konrad Rzeszutek Wilk
2017-10-05 14:59   ` Meng Xu
2017-10-05 17:28   ` Stefano Stabellini
2017-10-07  5:16   ` Juergen Gross
2017-10-05 17:19 ` [PATCH] Changing my " Meng Xu
2017-10-06 22:59   ` Dario Faggioli

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.