From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [RFC 5/6] xen/console: Add noreturn attribute to panic function Date: Mon, 06 Jan 2014 11:46:27 +0000 Message-ID: <52CA9793.4030204@linaro.org> References: <1388957191-10337-1-git-send-email-julien.grall@linaro.org> <1388957191-10337-6-git-send-email-julien.grall@linaro.org> <52C9E034.1020707@citrix.com> <52CA95F8.1080907@linaro.org> <52CA96A1.2080406@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1W08dm-00076O-In for xen-devel@lists.xenproject.org; Mon, 06 Jan 2014 11:46:42 +0000 Received: by mail-lb0-f171.google.com with SMTP id w7so9961145lbi.30 for ; Mon, 06 Jan 2014 03:46:40 -0800 (PST) In-Reply-To: <52CA96A1.2080406@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: Andrew Cooper Cc: Keir Fraser , ian.campbell@citrix.com, patches@linaro.org, stefano.stabellini@eu.citrix.com, tim@xen.org, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On 01/06/2014 11:42 AM, Andrew Cooper wrote: > On 06/01/14 11:39, Julien Grall wrote: > > My series makes panic() (along with other several other function) > properly noreturn, so you don't need the while(1); at the end. > > i.e., if your series can wait until after mine is committed, this > problem will disappear. This series is not for Xen 4.4, so I'm fine to wait your series. -- Julien Grall