xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ed White <edmund.h.white@intel.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Ravi Sahita <ravi.sahita@intel.com>,
	Wei Liu <wei.liu2@citrix.com>,
	George Dunlap <george.dunlap@eu.citrix.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Tim Deegan <tim@xen.org>,
	xen-devel@lists.xen.org, Jan Beulich <jbeulich@suse.com>,
	tlengyel@novetta.com, Daniel De Graaf <dgdegra@tycho.nsa.gov>
Subject: Re: [PATCH v3 11/13] x86/altp2m: define and implement alternate p2m HVMOP types.
Date: Mon, 06 Jul 2015 11:27:16 -0700	[thread overview]
Message-ID: <559AC884.2080802@intel.com> (raw)
In-Reply-To: <21914.46617.637338.538144@mariner.uk.xensource.com>

On 07/06/2015 10:08 AM, Ian Jackson wrote:
> Ed White writes ("Re: [Xen-devel] [PATCH v3 11/13] x86/altp2m: define and implement alternate p2m HVMOP types."):
>> On 07/06/2015 03:09 AM, Andrew Cooper wrote:
>>> I am still very much unconvinced by the argument against having a single
>>> HVMOP_altp2m and a set of subops.  do_domctl() and do_sysctl() are
>>> examples of a subop style hypercall with different XSM settings for
>>> different subops.
> ...
>> How do we get to a binding decision on whether making this change is
>> a prerequisite for acceptance or not? Changing the HVMOP encoding
>> means fairly extensive changes to the code in hvm.c, and the XSM
>> patch, and the code Tamas has written. It also necessitates significant
>> changes to all the code we use to test the intra-domain protection
>> model.
> 
> I have tried to find the discussons about this and I'm not sure I have
> found them all.  I found this:
> 
>   Subject: Re: [PATCH v2 09/12] x86/altp2m: add remaining support routines.
>   Date: Wed, 24 Jun 2015 11:06:45 -0700
>   Message-ID: <558AF1B5.4000801@intel.com>
> 
>   On 06/24/2015 09:15 AM, Lengyel, Tamas wrote:
>   > This function IMHO should be merged with p2m_set_mem_access and should be
>   > triggerable with the same memop (XENMEM_access_op) hypercall instead of
>   > introducing a new hvmop one.
> 
>   I think we should vote on this. My view is that it makes XENMEM_access_op
>   too complicated to use. It also makes using this one specific altp2m
>   capability different to using any of the others -- especially if we adopt
>   Andrew's suggestion and make all the altp2m ops subops.
> 
> and the ensuing subthread, and this thread.  If there are others,
> could you please refer me to them ?
>

I believe, unless Tamas says otherwise, that we agreed the
HVMOP's in question and their implementations are sufficiently
different that we should not merge them.

The decision I'm looking for is on the suggestion Andrew made in
http://lists.xenproject.org/archives/html/xen-devel/2015-06/msg03820.html.

That suggestion had not been made prior to that point, even though the
HVMOP's have not changed since the original patch series submitted in
January, but it now appears that it may be a requirement, not a
suggestion.

Our focus has very clearly been on inclusion in Xen 4.6, and changing
the HVMOP's in this way, with the attendant other changes required, puts
us at a substantial risk of not being feature-complete by Friday, which
is why I want to clarify it.

To be clear: this is not like the p2m set/get issue, where we have a
disagreement on design principles; it's just a large amount of work
being suggested late in the development cycle, and no-one has said
definitively whether or not we *have* to do it.

Ed
 
> If this is the same disagreement, it appears that at least Tamas
> (original author), Andrew Cooper (x86 maintainer) disagree with you.
> 
>> Feature freeze is Friday, and that's a lot to change, test, and get
>> approved.
>>
>> Who owns the decision?
> 
> Normally decisions are taken by the maintainers for the relevant area
> of code.  See the role of maintainer, as documented here:
> 
>   http://www.xenproject.org/governance.html
> 
>   Maintainers
> 
>   Maintainers own one or several components in the Xen tree. A
>   maintainer reviews and approves changes that affect their
>   components. It is a maintainer's prime responsibility to review,
>   comment on, co-ordinate and accept patches from other community
>   member's and to maintain the design cohesion of their
>   components. Maintainers are listed in a MAINTAINERS file in the root
>   of the source tree.
> 
> For the x86 API that would be:
> 
>   Keir Fraser <keir@xen.org>
>   Jan Beulich <jbeulich@suse.com>
>   Andrew Cooper <andrew.cooper3@citrix.com>
> 
> 
> In practice, normally a decision by one maintainer would stand unless
> another maintainer disagrees.
> 
> In the usual course of events, a submitter who disagrees with a
> decision of a maintainer can ask another maintainer for a second
> opinion.  Usually this results in consensus.
> 
> I can see that Jan Beulich (who is the other active x86 maintainer -
> Keir is no longer very active) has been CC'd on a lot of this traffic.
> I don't see you having asked Jan for an opinion, although you did ask
> for a vote.  It would be helpful of Jan were to explicitly state his
> opinion.
> 
> Jan: what do you think ?
> 
> In principle, if the dispute is not resolved, committers could vote.
> We have (as a project) not yet needed to do this about a matter of
> code.  I don't think a vote to overrule the maintainers is likely
> here, although the views of other contributors - especially of
> committers and other maintainers will be influential with Jan and
> Andrew.
> 
> I hope this is helpful.
> 
> Thank,
> Ian.
> 

  reply	other threads:[~2015-07-06 18:27 UTC|newest]

Thread overview: 91+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-01 18:09 [PATCH v3 00/12] Alternate p2m: support multiple copies of host p2m Ed White
2015-07-01 18:09 ` [PATCH v3 01/13] common/domain: Helpers to pause a domain while in context Ed White
2015-07-01 18:09 ` [PATCH v3 02/13] VMX: VMFUNC and #VE definitions and detection Ed White
2015-07-06 17:16   ` George Dunlap
2015-07-07 18:58   ` Nakajima, Jun
2015-07-01 18:09 ` [PATCH v3 03/13] VMX: implement suppress #VE Ed White
2015-07-06 17:26   ` George Dunlap
2015-07-07 18:59   ` Nakajima, Jun
2015-07-09 13:01   ` Jan Beulich
2015-07-10 19:30     ` Sahita, Ravi
2015-07-13  7:40       ` Jan Beulich
2015-07-13 23:39         ` Sahita, Ravi
2015-07-14 11:18         ` George Dunlap
2015-07-01 18:09 ` [PATCH v3 04/13] x86/HVM: Hardware alternate p2m support detection Ed White
2015-07-01 18:09 ` [PATCH v3 05/13] x86/altp2m: basic data structures and support routines Ed White
2015-07-03 16:22   ` Andrew Cooper
2015-07-06  9:56     ` Jan Beulich
2015-07-06 16:52       ` Ed White
2015-07-06 16:40     ` Ed White
2015-07-06 16:50       ` Ian Jackson
2015-07-07  6:48         ` Coding style (was Re: [PATCH v3 05/13] x86/altp2m: basic data structures and support routines.) Jan Beulich
2015-07-07  6:31       ` [PATCH v3 05/13] x86/altp2m: basic data structures and support routines Jan Beulich
2015-07-07 15:04   ` George Dunlap
2015-07-07 15:22     ` Tim Deegan
2015-07-07 16:19       ` Ed White
2015-07-08 13:52         ` George Dunlap
2015-07-09 17:05         ` Sahita, Ravi
2015-07-10 16:35           ` George Dunlap
2015-07-10 22:11             ` Sahita, Ravi
2015-07-09 13:29   ` Jan Beulich
2015-07-10 21:48     ` Sahita, Ravi
2015-07-13  8:01       ` Jan Beulich
2015-07-14  0:01         ` Sahita, Ravi
2015-07-14  8:53           ` Jan Beulich
2015-07-16  8:48             ` Sahita, Ravi
2015-07-16  9:02               ` Jan Beulich
2015-07-17 22:39                 ` Sahita, Ravi
2015-07-20  6:18                   ` Jan Beulich
2015-07-21  5:04                     ` Sahita, Ravi
2015-07-21  6:24                       ` Jan Beulich
2015-07-14 11:34           ` George Dunlap
2015-07-09 15:58   ` George Dunlap
2015-07-01 18:09 ` [PATCH v3 06/13] VMX/altp2m: add code to support EPTP switching and #VE Ed White
2015-07-03 16:29   ` Andrew Cooper
2015-07-07 14:28     ` Wei Liu
2015-07-07 19:02   ` Nakajima, Jun
2015-07-01 18:09 ` [PATCH v3 07/13] VMX: add VMFUNC leaf 0 (EPTP switching) to emulator Ed White
2015-07-03 16:40   ` Andrew Cooper
2015-07-06 19:56     ` Sahita, Ravi
2015-07-07  7:31       ` Jan Beulich
2015-07-09 14:05   ` Jan Beulich
2015-07-01 18:09 ` [PATCH v3 08/13] x86/altp2m: add control of suppress_ve Ed White
2015-07-03 16:43   ` Andrew Cooper
2015-07-01 18:09 ` [PATCH v3 09/13] x86/altp2m: alternate p2m memory events Ed White
2015-07-01 18:29   ` Lengyel, Tamas
2015-07-03 16:46   ` Andrew Cooper
2015-07-07 15:18   ` George Dunlap
2015-07-01 18:09 ` [PATCH v3 10/13] x86/altp2m: add remaining support routines Ed White
2015-07-03 16:56   ` Andrew Cooper
2015-07-09 15:07   ` George Dunlap
2015-07-01 18:09 ` [PATCH v3 11/13] x86/altp2m: define and implement alternate p2m HVMOP types Ed White
2015-07-06 10:09   ` Andrew Cooper
2015-07-06 16:49     ` Ed White
2015-07-06 17:08       ` Ian Jackson
2015-07-06 18:27         ` Ed White [this message]
2015-07-06 23:40           ` Lengyel, Tamas
2015-07-07  7:46             ` Jan Beulich
2015-07-07  7:41         ` Jan Beulich
2015-07-07  7:39       ` Jan Beulich
2015-07-07  7:33     ` Jan Beulich
2015-07-07 20:10       ` Sahita, Ravi
2015-07-07 20:25         ` Andrew Cooper
2015-07-09 14:34   ` Jan Beulich
2015-07-01 18:09 ` [PATCH v3 12/13] x86/altp2m: Add altp2mhvm HVM domain parameter Ed White
2015-07-06 10:16   ` Andrew Cooper
2015-07-06 17:49   ` Wei Liu
2015-07-06 18:01     ` Ed White
2015-07-06 18:18       ` Wei Liu
2015-07-06 22:59         ` Ed White
2015-07-01 18:09 ` [PATCH v3 13/13] x86/altp2m: XSM hooks for altp2m HVM ops Ed White
2015-07-02 19:17   ` Daniel De Graaf
2015-07-06  9:50 ` [PATCH v3 00/12] Alternate p2m: support multiple copies of host p2m Jan Beulich
2015-07-06 11:25   ` Tim Deegan
2015-07-06 11:38     ` Jan Beulich
2015-07-08 18:35 ` Sahita, Ravi
2015-07-09 11:49   ` Wei Liu
2015-07-09 14:14     ` Jan Beulich
2015-07-09 16:13     ` Sahita, Ravi
2015-07-09 16:20       ` Ian Campbell
2015-07-09 16:21       ` Wei Liu
2015-07-09 16:42     ` George Dunlap

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=559AC884.2080802@intel.com \
    --to=edmund.h.white@intel.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=dgdegra@tycho.nsa.gov \
    --cc=george.dunlap@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=ravi.sahita@intel.com \
    --cc=tim@xen.org \
    --cc=tlengyel@novetta.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /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).