All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Add myself as the public API "Czar"
@ 2017-02-07 15:28 Konrad Rzeszutek Wilk
  2017-02-07 16:31 ` Jan Beulich
  0 siblings, 1 reply; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-02-07 15:28 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan,
	Jan Beulich

That way we have one person who can: a) poke other maintainers
or pull them in with new drivers are introduced, b) we have
one maintainer who can shepherd the patches along instead of
depending on the REST maintainers which may be busy with
other responsibilities.

Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
v1: Initial patch
v2: - Added Acks
    - changed description in MAINTAINERS
    - changed file directory in MAINTAINERS
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fb26be3..bfcbd7b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -304,6 +304,11 @@ X:	xen/arch/x86/acpi/lib.c
 F:	xen/drivers/cpufreq/
 F:	xen/include/acpi/cpufreq/
 
+PUBLIC INTERFACES
+M:  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
+S:  Supported
+F:  xen/include/public/
+
 QEMU-DM
 M:	Ian Jackson <ian.jackson@eu.citrix.com>
 S:	Supported
-- 
2.9.3


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

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

* Re: [PATCH v2] MAINTAINERS: Add myself as the public API "Czar"
  2017-02-07 15:28 [PATCH v2] MAINTAINERS: Add myself as the public API "Czar" Konrad Rzeszutek Wilk
@ 2017-02-07 16:31 ` Jan Beulich
  2017-02-07 16:38   ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Beulich @ 2017-02-07 16:31 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Tim Deegan, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, xen-devel

>>> On 07.02.17 at 16:28, <konrad.wilk@oracle.com> wrote:
> v2: - Added Acks
>     - changed description in MAINTAINERS
>     - changed file directory in MAINTAINERS

Are you sure? I can't see a difference to v1, so my earlier comment
still holds.

Jan


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

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

* Re: [PATCH v2] MAINTAINERS: Add myself as the public API "Czar"
  2017-02-07 16:31 ` Jan Beulich
@ 2017-02-07 16:38   ` Konrad Rzeszutek Wilk
  2017-02-07 16:47     ` Jan Beulich
  0 siblings, 1 reply; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-02-07 16:38 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Tim Deegan, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, xen-devel

On Tue, Feb 07, 2017 at 09:31:29AM -0700, Jan Beulich wrote:
> >>> On 07.02.17 at 16:28, <konrad.wilk@oracle.com> wrote:
> > v2: - Added Acks
> >     - changed description in MAINTAINERS
> >     - changed file directory in MAINTAINERS
> 
> Are you sure? I can't see a difference to v1, so my earlier comment
> still holds.

Argh. I forgot to actually do the git add part!

Here it is inline:

From df509f240389fc6d6bb164731d32e6f60f98c297 Mon Sep 17 00:00:00 2001
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Date: Fri, 18 Nov 2016 11:18:24 -0500
Subject: [PATCH v3] MAINTAINERS: Add myself as the public API "Czar"

That way we have one person who can: a) poke other maintainers
or pull them in with new drivers are introduced, b) we have
one maintainer who can shepherd the patches along instead of
depending on the REST maintainers which may be busy with
other responsibilities.

Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
---
v1: Initial patch
v2: - Added Acks
    - changed description in MAINTAINERS
    - changed file directory in MAINTAINERS
v3: - actually change the description and file directory in MAINTAINERS
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fb26be3..8c2d41e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -304,6 +304,11 @@ X:	xen/arch/x86/acpi/lib.c
 F:	xen/drivers/cpufreq/
 F:	xen/include/acpi/cpufreq/
 
+PUBLIC INTERFACES AND PV DRIVERS DESIGNS
+M:  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
+S:  Supported
+F:  xen/include/public/io/
+
 QEMU-DM
 M:	Ian Jackson <ian.jackson@eu.citrix.com>
 S:	Supported
-- 
2.9.3


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

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

* Re: [PATCH v2] MAINTAINERS: Add myself as the public API "Czar"
  2017-02-07 16:38   ` Konrad Rzeszutek Wilk
@ 2017-02-07 16:47     ` Jan Beulich
  2017-02-07 17:02       ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Beulich @ 2017-02-07 16:47 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Tim Deegan, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, xen-devel

>>> On 07.02.17 at 17:38, <konrad.wilk@oracle.com> wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -304,6 +304,11 @@ X:	xen/arch/x86/acpi/lib.c
>  F:	xen/drivers/cpufreq/
>  F:	xen/include/acpi/cpufreq/
>  
> +PUBLIC INTERFACES AND PV DRIVERS DESIGNS
> +M:  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> +S:  Supported
> +F:  xen/include/public/io/

I guess "PUBLIC INTERFACES" is no longer accurate now. How
about "PUBLIC I/O INTERFACES AND ..."?

Jan


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

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

* Re: [PATCH v2] MAINTAINERS: Add myself as the public API "Czar"
  2017-02-07 16:47     ` Jan Beulich
@ 2017-02-07 17:02       ` Konrad Rzeszutek Wilk
  2017-02-07 17:10         ` Jan Beulich
  0 siblings, 1 reply; 7+ messages in thread
From: Konrad Rzeszutek Wilk @ 2017-02-07 17:02 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Tim Deegan, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, xen-devel

On Tue, Feb 07, 2017 at 09:47:09AM -0700, Jan Beulich wrote:
> >>> On 07.02.17 at 17:38, <konrad.wilk@oracle.com> wrote:
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -304,6 +304,11 @@ X:	xen/arch/x86/acpi/lib.c
> >  F:	xen/drivers/cpufreq/
> >  F:	xen/include/acpi/cpufreq/
> >  
> > +PUBLIC INTERFACES AND PV DRIVERS DESIGNS
> > +M:  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
> > +S:  Supported
> > +F:  xen/include/public/io/
> 
> I guess "PUBLIC INTERFACES" is no longer accurate now. How
> about "PUBLIC I/O INTERFACES AND ..."?

<nods> Changed it locally to be that.

> 
> Jan
> 

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

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

* Re: [PATCH v2] MAINTAINERS: Add myself as the public API "Czar"
  2017-02-07 17:02       ` Konrad Rzeszutek Wilk
@ 2017-02-07 17:10         ` Jan Beulich
  2017-02-07 18:28           ` Ian Jackson
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Beulich @ 2017-02-07 17:10 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Tim Deegan, Stefano Stabellini, Wei Liu, George Dunlap,
	Andrew Cooper, Ian Jackson, xen-devel

>>> On 07.02.17 at 18:02, <konrad.wilk@oracle.com> wrote:
> On Tue, Feb 07, 2017 at 09:47:09AM -0700, Jan Beulich wrote:
>> >>> On 07.02.17 at 17:38, <konrad.wilk@oracle.com> wrote:
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -304,6 +304,11 @@ X:	xen/arch/x86/acpi/lib.c
>> >  F:	xen/drivers/cpufreq/
>> >  F:	xen/include/acpi/cpufreq/
>> >  
>> > +PUBLIC INTERFACES AND PV DRIVERS DESIGNS
>> > +M:  Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>> > +S:  Supported
>> > +F:  xen/include/public/io/
>> 
>> I guess "PUBLIC INTERFACES" is no longer accurate now. How
>> about "PUBLIC I/O INTERFACES AND ..."?
> 
> <nods> Changed it locally to be that.

With that
Acked-by: Jan Beulich <jbeulich@suse.com>

Jan


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

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

* Re: [PATCH v2] MAINTAINERS: Add myself as the public API "Czar"
  2017-02-07 17:10         ` Jan Beulich
@ 2017-02-07 18:28           ` Ian Jackson
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Jackson @ 2017-02-07 18:28 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Stefano Stabellini, Wei Liu, George Dunlap, Andrew Cooper,
	Tim Deegan, xen-devel

Jan Beulich writes ("Re: [PATCH v2] MAINTAINERS: Add myself as the public API "Czar""):
> On 07.02.17 at 18:02, <konrad.wilk@oracle.com> wrote:
> > <nods> Changed it locally to be that.
> 
> With that
> Acked-by: Jan Beulich <jbeulich@suse.com>

Likewise.

Ian.

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

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

end of thread, other threads:[~2017-02-07 18:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-07 15:28 [PATCH v2] MAINTAINERS: Add myself as the public API "Czar" Konrad Rzeszutek Wilk
2017-02-07 16:31 ` Jan Beulich
2017-02-07 16:38   ` Konrad Rzeszutek Wilk
2017-02-07 16:47     ` Jan Beulich
2017-02-07 17:02       ` Konrad Rzeszutek Wilk
2017-02-07 17:10         ` Jan Beulich
2017-02-07 18:28           ` Ian Jackson

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.