* [PATCH] MAINTAINERS: handle buildsystem
@ 2014-09-25 8:59 Olaf Hering
2014-09-25 9:30 ` Jan Beulich
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Olaf Hering @ 2014-09-25 8:59 UTC (permalink / raw)
To: xen-devel
Cc: Olaf Hering, Keir Fraser, Ian Campbell, Tim Deegan, Ian Jackson,
Jan Beulich
Tweaking configure and friends is most likely not of much interest for
anyone beside the tools maintainers.
Add a new section with files which are currently covered by "THE REST".
Also update list of stubdom related files.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Keir Fraser <keir@xen.org>
Cc: Tim Deegan <tim@xen.org>
---
Please adjust the "M:" list as required if this patch gets applied.
MAINTAINERS | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index bf6b099..a6f4d35 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -138,6 +138,26 @@ F: xen/drivers/char/omap-uart.c
F: xen/drivers/char/pl011.c
F: xen/drivers/passthrough/arm/
+BUILD SYSTEM
+M: Ian Campbell <ian.campbell@citrix.com>
+M: Stefano Stabellini <stefano.stabellini@citrix.com>
+M: Ian Jackson <ian.jackson@eu.citrix.com>
+S: Supported
+L: xen-devel@lists.xen.org
+F: .gitignore
+F: config/Docs.mk.in
+F: config/Paths.mk.in
+F: config/Stubdom.mk.in
+F: config/Tools.mk.in
+F: config/Toplevel.mk.in
+F: m4/
+F: configure
+F: configure.ac
+F: stubdom/configure
+F: stubdom/configure.ac
+F: tools/configure
+F: tools/configure.ac
+
CPU POOLS
M: Juergen Gross <jgross@suse.com>
S: Supported
@@ -228,6 +248,7 @@ MINI-OS
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Supported
+F: config/MiniOS.mk
F: extras/mini-os/
OCAML TOOLS
@@ -277,6 +298,8 @@ STUB DOMAINS
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Supported
+F: config/Stubdom.mk.in
+F: m4/stubdom.m4
F: stubdom/
TOOLSTACK
^ permalink raw reply related [flat|nested] 11+ messages in thread* Re: [PATCH] MAINTAINERS: handle buildsystem
2014-09-25 8:59 [PATCH] MAINTAINERS: handle buildsystem Olaf Hering
@ 2014-09-25 9:30 ` Jan Beulich
2014-09-25 9:47 ` Ian Campbell
2014-09-25 13:08 ` Olaf Hering
2 siblings, 0 replies; 11+ messages in thread
From: Jan Beulich @ 2014-09-25 9:30 UTC (permalink / raw)
To: Olaf Hering; +Cc: Keir Fraser, Tim Deegan, Ian Jackson, Ian Campbell, xen-devel
>>> On 25.09.14 at 10:59, <olaf@aepfle.de> wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -138,6 +138,26 @@ F: xen/drivers/char/omap-uart.c
> F: xen/drivers/char/pl011.c
> F: xen/drivers/passthrough/arm/
>
> +BUILD SYSTEM
> +M: Ian Campbell <ian.campbell@citrix.com>
> +M: Stefano Stabellini <stefano.stabellini@citrix.com>
> +M: Ian Jackson <ian.jackson@eu.citrix.com>
> +S: Supported
> +L: xen-devel@lists.xen.org
> +F: .gitignore
> +F: config/Docs.mk.in
> +F: config/Paths.mk.in
> +F: config/Stubdom.mk.in
> +F: config/Tools.mk.in
> +F: config/Toplevel.mk.in
> +F: m4/
> +F: configure
> +F: configure.ac
> +F: stubdom/configure
> +F: stubdom/configure.ac
> +F: tools/configure
> +F: tools/configure.ac
With this set of files the title should be something like
CONFIGURY, as otherwise people may imply (or be tempted to
add) other makefiles here.
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: handle buildsystem
2014-09-25 8:59 [PATCH] MAINTAINERS: handle buildsystem Olaf Hering
2014-09-25 9:30 ` Jan Beulich
@ 2014-09-25 9:47 ` Ian Campbell
2014-09-25 9:50 ` Jan Beulich
2014-09-25 10:38 ` Olaf Hering
2014-09-25 13:08 ` Olaf Hering
2 siblings, 2 replies; 11+ messages in thread
From: Ian Campbell @ 2014-09-25 9:47 UTC (permalink / raw)
To: Olaf Hering; +Cc: Keir Fraser, Tim Deegan, Ian Jackson, Jan Beulich, xen-devel
On Thu, 2014-09-25 at 10:59 +0200, Olaf Hering wrote:
> Tweaking configure and friends is most likely not of much interest for
> anyone beside the tools maintainers.
>
> Add a new section with files which are currently covered by "THE REST".
> Also update list of stubdom related files.
Does anyone have an opinion on adding these new paths to the existing
tools section, rather than adding a new section?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: handle buildsystem
2014-09-25 9:47 ` Ian Campbell
@ 2014-09-25 9:50 ` Jan Beulich
2014-09-25 10:38 ` Olaf Hering
1 sibling, 0 replies; 11+ messages in thread
From: Jan Beulich @ 2014-09-25 9:50 UTC (permalink / raw)
To: Olaf Hering, Ian Campbell; +Cc: Keir Fraser, Tim Deegan, Ian Jackson, xen-devel
>>> On 25.09.14 at 11:47, <Ian.Campbell@citrix.com> wrote:
> On Thu, 2014-09-25 at 10:59 +0200, Olaf Hering wrote:
>> Tweaking configure and friends is most likely not of much interest for
>> anyone beside the tools maintainers.
>>
>> Add a new section with files which are currently covered by "THE REST".
>> Also update list of stubdom related files.
>
> Does anyone have an opinion on adding these new paths to the existing
> tools section, rather than adding a new section?
In fact I was considering this too...
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: handle buildsystem
2014-09-25 9:47 ` Ian Campbell
2014-09-25 9:50 ` Jan Beulich
@ 2014-09-25 10:38 ` Olaf Hering
2014-09-25 11:57 ` Jan Beulich
1 sibling, 1 reply; 11+ messages in thread
From: Olaf Hering @ 2014-09-25 10:38 UTC (permalink / raw)
To: Ian Campbell; +Cc: Keir Fraser, Tim Deegan, Ian Jackson, Jan Beulich, xen-devel
On Thu, Sep 25, Ian Campbell wrote:
> Does anyone have an opinion on adding these new paths to the existing
> tools section, rather than adding a new section?
tools is fine with me. Patch may look like shown below.
Olaf
diff --git a/MAINTAINERS b/MAINTAINERS
index bf6b099..6b10cad 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -228,6 +228,7 @@ MINI-OS
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Supported
+F: config/MiniOS.mk
F: extras/mini-os/
OCAML TOOLS
@@ -277,6 +278,8 @@ STUB DOMAINS
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Supported
+F: config/Stubdom.mk.in
+F: m4/stubdom.m4
F: stubdom/
TOOLSTACK
@@ -285,6 +288,20 @@ M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
M: Ian Campbell <ian.campbell@citrix.com>
M: Wei Liu <wei.liu2@citrix.com>
S: Supported
+F: .gitignore
+F: config/Docs.mk.in
+F: config/Paths.mk.in
+F: config/Stubdom.mk.in
+F: config/Tools.mk.in
+F: config/Toplevel.mk.in
+F: install.sh
+F: m4/
+F: configure
+F: configure.ac
+F: docs/configure
+F: docs/configure.ac
+F: stubdom/configure
+F: stubdom/configure.ac
F: tools/
TRANSCENDENT MEMORY (TMEM)
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: handle buildsystem
2014-09-25 10:38 ` Olaf Hering
@ 2014-09-25 11:57 ` Jan Beulich
2014-09-25 12:07 ` Olaf Hering
0 siblings, 1 reply; 11+ messages in thread
From: Jan Beulich @ 2014-09-25 11:57 UTC (permalink / raw)
To: Olaf Hering; +Cc: Keir Fraser, Tim Deegan, Ian Jackson, Ian Campbell, xen-devel
>>> On 25.09.14 at 12:38, <olaf@aepfle.de> wrote:
> @@ -285,6 +288,20 @@ M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
> M: Ian Campbell <ian.campbell@citrix.com>
> M: Wei Liu <wei.liu2@citrix.com>
> S: Supported
> +F: .gitignore
I don't think .gitignore should have any specific maintainer, but apart
from that the suggested change looks mostly okay. These
> +F: docs/configure
> +F: docs/configure.ac
> +F: stubdom/configure
> +F: stubdom/configure.ac
may be misplaced, but I'm not sure. Apart from that some wildcard
use may help keep the lists of files at reasonable sizes.
Jan
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] MAINTAINERS: handle buildsystem
2014-09-25 8:59 [PATCH] MAINTAINERS: handle buildsystem Olaf Hering
2014-09-25 9:30 ` Jan Beulich
2014-09-25 9:47 ` Ian Campbell
@ 2014-09-25 13:08 ` Olaf Hering
2014-09-29 12:24 ` Ian Campbell
2014-10-01 11:02 ` Ian Jackson
2 siblings, 2 replies; 11+ messages in thread
From: Olaf Hering @ 2014-09-25 13:08 UTC (permalink / raw)
To: xen-devel
Cc: Olaf Hering, Keir Fraser, Ian Campbell, Tim Deegan, Ian Jackson,
Jan Beulich
Tweaking configure and friends is most likely not of much interest for
anyone beside the tools maintainers.
List such files, which are currently covered by "THE REST", in the
TOOLSTACK section. Also update list of stubdom related files.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Keir Fraser <keir@xen.org>
Cc: Tim Deegan <tim@xen.org>
---
MAINTAINERS | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index bf6b099..d6ba866 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -228,6 +228,7 @@ MINI-OS
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Supported
+F: config/MiniOS.mk
F: extras/mini-os/
OCAML TOOLS
@@ -277,6 +278,8 @@ STUB DOMAINS
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
M: Samuel Thibault <samuel.thibault@ens-lyon.org>
S: Supported
+F: config/Stubdom.mk.in
+F: m4/stubdom.m4
F: stubdom/
TOOLSTACK
@@ -285,6 +288,16 @@ M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
M: Ian Campbell <ian.campbell@citrix.com>
M: Wei Liu <wei.liu2@citrix.com>
S: Supported
+F: autogen.sh
+F: config/*.in
+F: install.sh
+F: m4/
+F: configure
+F: docs/Makefile
+F: stubdom/Makefile
+F: *.ac
+F: */configure
+F: */*.ac
F: tools/
TRANSCENDENT MEMORY (TMEM)
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: handle buildsystem
2014-09-25 13:08 ` Olaf Hering
@ 2014-09-29 12:24 ` Ian Campbell
2014-10-01 12:18 ` Ian Campbell
2014-10-01 11:02 ` Ian Jackson
1 sibling, 1 reply; 11+ messages in thread
From: Ian Campbell @ 2014-09-29 12:24 UTC (permalink / raw)
To: Olaf Hering; +Cc: Keir Fraser, Tim Deegan, Ian Jackson, Jan Beulich, xen-devel
On Thu, 2014-09-25 at 15:08 +0200, Olaf Hering wrote:
> Tweaking configure and friends is most likely not of much interest for
> anyone beside the tools maintainers.
>
> List such files, which are currently covered by "THE REST", in the
> TOOLSTACK section. Also update list of stubdom related files.
>
> Signed-off-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: handle buildsystem
2014-09-29 12:24 ` Ian Campbell
@ 2014-10-01 12:18 ` Ian Campbell
0 siblings, 0 replies; 11+ messages in thread
From: Ian Campbell @ 2014-10-01 12:18 UTC (permalink / raw)
To: Olaf Hering; +Cc: Tim Deegan, Keir Fraser, Ian Jackson, Jan Beulich, xen-devel
On Mon, 2014-09-29 at 13:24 +0100, Ian Campbell wrote:
> On Thu, 2014-09-25 at 15:08 +0200, Olaf Hering wrote:
> > Tweaking configure and friends is most likely not of much interest for
> > anyone beside the tools maintainers.
> >
> > List such files, which are currently covered by "THE REST", in the
> > TOOLSTACK section. Also update list of stubdom related files.
> >
> > Signed-off-by: Olaf Hering <olaf@aepfle.de>
>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Thanks, I ran this via Stefano and Wei verbally and they were ok with
it, so I have applied.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] MAINTAINERS: handle buildsystem
2014-09-25 13:08 ` Olaf Hering
2014-09-29 12:24 ` Ian Campbell
@ 2014-10-01 11:02 ` Ian Jackson
1 sibling, 0 replies; 11+ messages in thread
From: Ian Jackson @ 2014-10-01 11:02 UTC (permalink / raw)
To: Olaf Hering; +Cc: Tim Deegan, Keir Fraser, Ian Campbell, Jan Beulich, xen-devel
Olaf Hering writes ("[PATCH] MAINTAINERS: handle buildsystem"):
> Tweaking configure and friends is most likely not of much interest for
> anyone beside the tools maintainers.
>
> List such files, which are currently covered by "THE REST", in the
> TOOLSTACK section. Also update list of stubdom related files.
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-10-01 12:18 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 8:59 [PATCH] MAINTAINERS: handle buildsystem Olaf Hering
2014-09-25 9:30 ` Jan Beulich
2014-09-25 9:47 ` Ian Campbell
2014-09-25 9:50 ` Jan Beulich
2014-09-25 10:38 ` Olaf Hering
2014-09-25 11:57 ` Jan Beulich
2014-09-25 12:07 ` Olaf Hering
2014-09-25 13:08 ` Olaf Hering
2014-09-29 12:24 ` Ian Campbell
2014-10-01 12:18 ` Ian Campbell
2014-10-01 11:02 ` Ian Jackson
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).