From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] fix commit xen/arm: Add support for GICv3 for domU Date: Wed, 12 Nov 2014 10:59:20 +0000 Message-ID: <1415789960.25176.71.camel@citrix.com> References: <20141112022421.GA11959@laptop.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141112022421.GA11959@laptop.dumpdata.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: Konrad Rzeszutek Wilk Cc: Vijaya Kumar K , Julien Grall , xen-devel@lists.xen.org, Daniel De Graaf , M A Young List-Id: xen-devel@lists.xenproject.org On Tue, 2014-11-11 at 21:24 -0500, Konrad Rzeszutek Wilk wrote: > On Tue, Nov 11, 2014 at 08:28:38PM +0000, M A Young wrote: > > The build of xen-4.5.0-rc2 fails if XSM_ENABLE=y due to an inconsistency in > > commit fda1614 "xen/arm: Add support for GICv3 for domU" which uses > > XEN_DOMCTL_configure_domain in xen/xsm/flask/hooks.c and > > xen/xsm/flask/policy/access_vectors but XEN_DOMCTL_arm_configure_domain > > elsewhere. > > Ouch! Thank you for catching that. > > Release-Acked-by: Konrad Rzeszutek Wilk Acked + applied, good catch, thanks. Ian.