From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v7 2/3] x86: add domctl cmd to set/get CDP code/data CBM Date: Thu, 15 Oct 2015 17:22:39 +0200 Message-ID: <20151015152239.GA20353@aepfle.de> References: <1444726426-10567-1-git-send-email-he.chen@linux.intel.com> <1444726426-10567-3-git-send-email-he.chen@linux.intel.com> <20151015145716.GA19658@aepfle.de> <20151015151046.GC32638@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZmkMk-00057M-Tx for xen-devel@lists.xenproject.org; Thu, 15 Oct 2015 15:22:51 +0000 Content-Disposition: inline In-Reply-To: <20151015151046.GC32638@zion.uk.xensource.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: Wei Liu Cc: keir@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com, andrew.cooper3@citrix.com, He Chen , ian.jackson@eu.citrix.com, jbeulich@suse.com, chao.p.peng@linux.intel.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Thu, Oct 15, Wei Liu wrote: > On Thu, Oct 15, 2015 at 04:57:16PM +0200, Olaf Hering wrote: > > gcc5 does not like ASSERT_UNREACHABLE(), whatever is in staging fails: > Is it because in non-debug build ASSERT_UNREACHABLE is nop? That might explain it. Does the staging build test catch this bug anyway? Olaf