From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] MAINTAINERS: Split out maintainers for the hypervisor Date: Thu, 17 Sep 2015 11:20:48 +0100 Message-ID: <55FA9400.9090709@citrix.com> References: <1442484978-10483-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1442484978-10483-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , xen-devel@lists.xensource.com Cc: Juergen Gross , Kevin Tian , Tamas K Lengyel , Keir Fraser , Ian Campbell , Razvan Cojocaru , Jun Nakajima , Shane Wang , Tim Deegan , Daniel De Graaf , George Dunlap , Jan Beulich , Aravind Gopalakrishnan , David Vrabel , Suravee Suthikulpanit , Liu Jinsong , Yang Zhang , Stefano Stabellini , Boris Ostrovsky , Gang Wei List-Id: xen-devel@lists.xenproject.org Hi Ian, On 17/09/15 11:16, Ian Jackson wrote: > This is a copy of the `THE REST' entry but with my own entry removed, > as I do not normally review hypervisor patches. > > I have chosen to be conservative and make a minimal change, rather > than trying to describe a desirable state, or reflect reality. > > The obvious questions to me, that I have not answered, are: > - Does Ian Campbell want to be in this list ? > - Should some of the arch-specific Xen maintainers be in this list ? > - Are there others who should be listed ? > > I have tried to include in the CC list the active people listed in > MAINTAINERS for any of the principal components under xen/. There is a slight problem with this change. The group "REST OF THE HYPERVISOR" is now CCed to any file under xen. Before: 42sh> scripts/get_maintainers.pl -f xen/arch/arm/gic.c Ian Campbell Stefano Stabellini xen-devel@lists.xen.org After: 42sh> scripts/get_maintainers.pl -f xen/arch/arm/gic.c Ian Campbell Stefano Stabellini Jan Beulich Tim Deegan Keir Fraser xen-devel@lists.xen.org I suspect this is a bug in get_maintainers.pl because we had to tweak it for "THE REST" group. It may be necessary to do the same for "REST OF THE HYPERVISOR"? Regards, > > Signed-off-by: Ian Jackson > CC: Ian Campbell > CC: Jan Beulich > CC: Keir Fraser > CC: Tim Deegan > CC: Julien Grall > CC: Suravee Suthikulpanit > CC: Aravind Gopalakrishnan > CC: Boris Ostrovsky > CC: Suravee Suthikulpanit > CC: Aravind Gopalakrishnan > CC: Stefano Stabellini > CC: Juergen Gross > CC: David Vrabel > CC: Gang Wei > CC: Shane Wang > CC: Yang Zhang > CC: Kevin Tian > CC: Jun Nakajima > CC: Liu Jinsong > CC: George Dunlap > CC: Konrad Rzeszutek Wilk > CC: Razvan Cojocaru > CC: Tamas K Lengyel > CC: Daniel De Graaf > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a6bece6..45fe426 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -404,6 +404,15 @@ F: xen/include/xsm/ > F: xen/xsm/ > F: docs/misc/xsm-flask.txt > > +REST OF THE HYPERVISOR > +M: Jan Beulich > +M: Tim Deegan > +M: Keir Fraser > +M: Ian Campbell > +L: xen-devel@lists.xen.org > +S: Supported > +F: xen/ > + > THE REST > M: Ian Campbell > M: Ian Jackson > -- Julien Grall