From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC PATCH] xen/arm: try to get stack in any case Date: Mon, 20 Oct 2014 09:30:27 +0100 Message-ID: <1413793827.9178.3.camel@citrix.com> References: <544139E4.9040409@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <544139E4.9040409@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: Stefano Stabellini , Tim Deegan , Frediano Ziglio , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2014-10-17 at 16:46 +0100, Julien Grall wrote: > The proper solution would be to switch temporally on the p2m of the v we > want to dump (see an example with flush_tlb_domain()); Yes, certainly the proper fix would be either in get_page_from_gva or in the caller, certainly not as far down the stack as get_page. Ian.