From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2] MAINTAINERS: Document maintainers for xen/common/ Date: Thu, 17 Sep 2015 12:59:21 +0100 Message-ID: <55FAAB19.4080405@citrix.com> References: <1442490839-23962-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: <1442490839-23962-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: Keir Fraser , Ian Campbell , Tim Deegan , Julien Grall , David Vrabel , Jan Beulich List-Id: xen-devel@lists.xenproject.org On 17/09/15 12:53, 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) and Andrew Cooper's > added (which seems appropriate given his status as x86 hypervisor > maintainer). > > The effect is that patches touching xen/common/ will no longer be CC'd > to me; but also that Ian C, Andrew, Jan, Keir and Tim will get _all_ > patches touching xen/common/, not just ones which match one of their > existing more specific entries. > > Signed-off-by: Ian Jackson > CC: Ian Campbell > CC: Jan Beulich > CC: Keir Fraser > CC: Tim Deegan > CC: Julien Grall > CC: David Vrabel > CC: Andrew Cooper > > --- > v2: A completely different approach following discussion with Ian C. > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a6bece6..e35c1e9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -404,6 +404,16 @@ F: xen/include/xsm/ > F: xen/xsm/ > F: docs/misc/xsm-flask.txt > > +HYPERVISOR CORE > +M: Jan Beulich > +M: Tim Deegan > +M: Keir Fraser > +M: Ian Campbell > +M: Andrew Cooper > +L: xen-devel@lists.xen.org > +S: Supported > +F: xen/common/ I am happy with the change in principle, but it should cover xen/ rather than xen/common/ to also include otherwise unqualified items in xen/drivers/. ~Andrew