From: Hongyang Yang <yanghy@cn.fujitsu.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: laijs@cn.fujitsu.com, wency@cn.fujitsu.com,
andrew.cooper3@citrix.com, yunhong.jiang@intel.com,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
xen-devel@lists.xen.org, eddie.dong@intel.com,
rshriram@cs.ubc.ca
Subject: Re: [PATCH v19 12/12] MAINTAINERS: update maintained files of Remus
Date: Thu, 25 Sep 2014 18:30:07 +0800 [thread overview]
Message-ID: <5423EEAF.5090801@cn.fujitsu.com> (raw)
In-Reply-To: <1411640632.16473.9.camel@kazak.uk.xensource.com>
在 09/25/2014 06:23 PM, Ian Campbell 写道:
> On Thu, 2014-09-25 at 09:34 +0800, Hongyang Yang wrote:
>>
>> 在 09/24/2014 11:43 PM, Ian Jackson 写道:
>>> Yang Hongyang writes ("[PATCH v19 12/12] MAINTAINERS: update maintained files of Remus"):
>>>> Add Remus specific hotplug scripts and libxl files
>>>> to the list of maintained files.
>>> ...
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 266e47b..c700aa5 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -260,8 +260,15 @@ M: Shriram Rajagopalan <rshriram@cs.ubc.ca>
>>>> M: Yang Hongyang <yanghy@cn.fujitsu.com>
>>>> S: Maintained
>>>> F: docs/README.remus
>>>> +F: tools/libxc/xc_domain_save.c
>>>> +F: tools/libxc/xc_domain_restore.c
>>>
>>> I'm not sure of the precise semantics of this. Does this imply that
>>> maintainership of these files is shared with the existing maintainers
>>> for tools/, or does it imply that Yang Hongyang displaces the existing
>>> maintainers for tools/ ?
>>>
>>> If the latter, we need a more sophisticated syntax.
>>
>> We add this because there are some codes in xc_domain_save.c/xc_domain_restore.c
>> which introduced by remus, so this imply that maintainership of these files is
>> shared with the existing maintainers for tools/, not displace.
>
> What does "./scripts/get_maintainers.pl -f tools/libxc/xc_domain_save.c"
> say? Does it include both the tools and remus maintainers, or just one
> or the other?
It returns both:
$ ./scripts/get_maintainer.pl -f tools/libxc/xc_domain_save.c
Shriram Rajagopalan <rshriram@cs.ubc.ca>
Yang Hongyang <yanghy@cn.fujitsu.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Ian Campbell <ian.campbell@citrix.com>
Wei Liu <wei.liu2@citrix.com>
xen-devel@lists.xen.org
>
> Ian.
>
> .
>
--
Thanks,
Yang.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2014-09-25 10:30 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-02 3:34 [PATCH v19 00/12] Remus/Libxl: Remus network buffering and drbd disk Yang Hongyang
2014-09-02 3:34 ` [PATCH v19 01/12] libxl: introduce libxl__multidev_prepare_with_aodev Yang Hongyang
2014-09-02 3:34 ` [PATCH v19 02/12] libxl: Extend libxl__ao_device with a libxl__ev_child member Yang Hongyang
2014-09-24 14:53 ` Ian Jackson
2014-09-02 3:34 ` [PATCH v19 03/12] autoconf: add libnl3 dependency for Remus network buffering support Yang Hongyang
2014-09-02 3:34 ` [PATCH v19 04/12] libxl/remus: introduce an abstract Remus device layer Yang Hongyang
2014-09-24 15:30 ` Ian Jackson
2014-09-02 3:34 ` [PATCH v19 05/12] libxl/remus: setup and control network output buffering Yang Hongyang
2014-09-24 15:32 ` Ian Jackson
2014-09-02 3:34 ` [PATCH v19 06/12] libxl/remus: setup and control disk replication for DRBD backends Yang Hongyang
2014-09-05 17:41 ` Ian Jackson
2014-09-16 14:46 ` Ian Jackson
2014-09-16 15:13 ` Shriram Rajagopalan
2014-09-17 1:14 ` Hongyang Yang
2014-09-19 17:56 ` Ian Jackson
2014-09-23 5:13 ` Hongyang Yang
2014-09-24 15:32 ` Ian Jackson
2014-09-02 3:34 ` [PATCH v19 07/12] xl/remus: change bool to defbool Yang Hongyang
2014-09-24 15:37 ` Ian Jackson
2014-09-24 18:08 ` Shriram Rajagopalan
2014-09-02 3:34 ` [PATCH v19 08/12] xl/remus: cmdline switch to explicitly enable unsafe configurations Yang Hongyang
2014-09-24 15:39 ` Ian Jackson
2014-09-24 18:00 ` Shriram Rajagopalan
2014-09-25 10:23 ` Ian Campbell
2014-09-25 10:29 ` Ian Jackson
2014-09-25 11:30 ` Shriram Rajagopalan
2014-09-25 16:49 ` Ian Jackson
2014-09-02 3:34 ` [PATCH v19 09/12] xl/remus: cmdline switches and config vars to control network buffering Yang Hongyang
2014-09-24 15:41 ` Ian Jackson
2014-09-02 3:34 ` [PATCH v19 10/12] xl/remus: add a cmdline switch to disable disk replication Yang Hongyang
2014-09-24 15:42 ` Ian Jackson
2014-09-02 3:34 ` [PATCH v19 11/12] libxl/remus: add LIBXL_HAVE_REMUS to indicate Remus support in libxl Yang Hongyang
2014-09-24 15:42 ` Ian Jackson
2014-09-02 3:34 ` [PATCH v19 12/12] MAINTAINERS: update maintained files of Remus Yang Hongyang
2014-09-24 15:43 ` Ian Jackson
2014-09-25 1:34 ` Hongyang Yang
2014-09-25 10:23 ` Ian Campbell
2014-09-25 10:30 ` Hongyang Yang [this message]
2014-09-25 10:31 ` Ian Campbell
2014-09-25 13:11 ` Ian Jackson
2014-09-24 15:49 ` [PATCH v19 00/12] Remus/Libxl: Remus network buffering and drbd disk Ian Jackson
2014-09-25 6:25 ` Hongyang Yang
2014-09-25 10:28 ` Ian Jackson
2014-09-25 17:14 ` Ian Jackson
2014-09-26 6:12 ` Hongyang Yang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5423EEAF.5090801@cn.fujitsu.com \
--to=yanghy@cn.fujitsu.com \
--cc=Ian.Campbell@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=eddie.dong@intel.com \
--cc=laijs@cn.fujitsu.com \
--cc=rshriram@cs.ubc.ca \
--cc=wency@cn.fujitsu.com \
--cc=xen-devel@lists.xen.org \
--cc=yunhong.jiang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).