* [PATCH 0/2] Co-maintaining scheduling and cpupools
@ 2015-10-03 1:58 Dario Faggioli
2015-10-03 1:58 ` [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling Dario Faggioli
2015-10-03 1:59 ` [PATCH 2/2] MAINTAINERS: adding myself as co-maintainer of cpupools Dario Faggioli
0 siblings, 2 replies; 7+ messages in thread
From: Dario Faggioli @ 2015-10-03 1:58 UTC (permalink / raw)
To: xen-devel; +Cc: Juergen Gross, George Dunlap
Hi everyone,
I've been rather active on scheduling and cpupools lately, and I plan to
continue to do so (I've lost of ideas in mind :-D).
I think I gained good confidence with these subsystems work, and I'd like to
step up for helping George and Juergen (co-)maintaining them.
Regards,
Dario
---
Dario Faggioli (2):
MAINTAINERS: adding myself as co-maintainer of scheduling.
MAINTAINERS: adding myself as co-maintainer of cpupools.
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling.
2015-10-03 1:58 [PATCH 0/2] Co-maintaining scheduling and cpupools Dario Faggioli
@ 2015-10-03 1:58 ` Dario Faggioli
2015-10-05 15:07 ` George Dunlap
2015-10-06 12:50 ` George Dunlap
2015-10-03 1:59 ` [PATCH 2/2] MAINTAINERS: adding myself as co-maintainer of cpupools Dario Faggioli
1 sibling, 2 replies; 7+ messages in thread
From: Dario Faggioli @ 2015-10-03 1:58 UTC (permalink / raw)
To: xen-devel; +Cc: George Dunlap
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
Cc: George Dunlap <george.dunlap@citrix.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index f008a8c..b612e06 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -287,6 +287,7 @@ F: xen/common/sched_rt.c
SCHEDULING
M: George Dunlap <george.dunlap@eu.citrix.com>
+M: Dario Faggioli <dario.faggioli@citrix.com>
S: Supported
F: xen/common/sched*
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] MAINTAINERS: adding myself as co-maintainer of cpupools.
2015-10-03 1:58 [PATCH 0/2] Co-maintaining scheduling and cpupools Dario Faggioli
2015-10-03 1:58 ` [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling Dario Faggioli
@ 2015-10-03 1:59 ` Dario Faggioli
2015-10-05 3:26 ` Juergen Gross
1 sibling, 1 reply; 7+ messages in thread
From: Dario Faggioli @ 2015-10-03 1:59 UTC (permalink / raw)
To: xen-devel; +Cc: Juergen Gross
Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
---
Cc: Juergen Gross <jgross@suse.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index b612e06..902a28a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -145,6 +145,7 @@ F: xen/arch/arm/gic-hip04.c
CPU POOLS
M: Juergen Gross <jgross@suse.com>
+M: Dario Faggioli <dario.faggioli@citrix.com>
S: Supported
F: xen/common/cpupool.c
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: adding myself as co-maintainer of cpupools.
2015-10-03 1:59 ` [PATCH 2/2] MAINTAINERS: adding myself as co-maintainer of cpupools Dario Faggioli
@ 2015-10-05 3:26 ` Juergen Gross
0 siblings, 0 replies; 7+ messages in thread
From: Juergen Gross @ 2015-10-05 3:26 UTC (permalink / raw)
To: Dario Faggioli, xen-devel
On 10/03/2015 03:59 AM, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: Juergen Gross <jgross@suse.com>
> ---
> Cc: Juergen Gross <jgross@suse.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index b612e06..902a28a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -145,6 +145,7 @@ F: xen/arch/arm/gic-hip04.c
>
> CPU POOLS
> M: Juergen Gross <jgross@suse.com>
> +M: Dario Faggioli <dario.faggioli@citrix.com>
> S: Supported
> F: xen/common/cpupool.c
>
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling.
2015-10-03 1:58 ` [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling Dario Faggioli
@ 2015-10-05 15:07 ` George Dunlap
2015-10-06 12:50 ` George Dunlap
1 sibling, 0 replies; 7+ messages in thread
From: George Dunlap @ 2015-10-05 15:07 UTC (permalink / raw)
To: Dario Faggioli, xen-devel
On 03/10/15 02:58, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
> ---
> Cc: George Dunlap <george.dunlap@citrix.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f008a8c..b612e06 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -287,6 +287,7 @@ F: xen/common/sched_rt.c
>
> SCHEDULING
> M: George Dunlap <george.dunlap@eu.citrix.com>
> +M: Dario Faggioli <dario.faggioli@citrix.com>
> S: Supported
> F: xen/common/sched*
Acked-by: George Dunlap <george.dunlap@citrix.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling.
2015-10-03 1:58 ` [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling Dario Faggioli
2015-10-05 15:07 ` George Dunlap
@ 2015-10-06 12:50 ` George Dunlap
2015-10-06 13:40 ` Dario Faggioli
1 sibling, 1 reply; 7+ messages in thread
From: George Dunlap @ 2015-10-06 12:50 UTC (permalink / raw)
To: Dario Faggioli, xen-devel
On 03/10/15 02:58, Dario Faggioli wrote:
> Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
> ---
> Cc: George Dunlap <george.dunlap@citrix.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f008a8c..b612e06 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -287,6 +287,7 @@ F: xen/common/sched_rt.c
>
> SCHEDULING
> M: George Dunlap <george.dunlap@eu.citrix.com>
> +M: Dario Faggioli <dario.faggioli@citrix.com>
It will be official once it makes it past staging. ;-)
Congrats Dario! Glad to have some help.
-George
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling.
2015-10-06 12:50 ` George Dunlap
@ 2015-10-06 13:40 ` Dario Faggioli
0 siblings, 0 replies; 7+ messages in thread
From: Dario Faggioli @ 2015-10-06 13:40 UTC (permalink / raw)
To: George Dunlap, xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 845 bytes --]
On Tue, 2015-10-06 at 13:50 +0100, George Dunlap wrote:
> On 03/10/15 02:58, Dario Faggioli wrote:
> > Signed-off-by: Dario Faggioli <dario.faggioli@citrix.com>
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -287,6 +287,7 @@ F: xen/common/sched_rt.c
> >
> > SCHEDULING
> > M: George Dunlap <george.dunlap@eu.citrix.com>
> > +M: Dario Faggioli <dario.faggioli@citrix.com>
>
> It will be official once it makes it past staging. ;-)
>
Yeah... I hope OSSTest won't complain! :-P
> Congrats Dario! Glad to have some help.
>
Thanks. :-)
Regards,
Dario
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-10-06 13:40 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 1:58 [PATCH 0/2] Co-maintaining scheduling and cpupools Dario Faggioli
2015-10-03 1:58 ` [PATCH 1/2] MAINTAINERS: adding myself as co-maintainer of scheduling Dario Faggioli
2015-10-05 15:07 ` George Dunlap
2015-10-06 12:50 ` George Dunlap
2015-10-06 13:40 ` Dario Faggioli
2015-10-03 1:59 ` [PATCH 2/2] MAINTAINERS: adding myself as co-maintainer of cpupools Dario Faggioli
2015-10-05 3:26 ` Juergen Gross
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).