From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-xen-4-5 v3] xen/arm: dump guest stack even if not the current VCPU Date: Thu, 23 Oct 2014 12:34:06 +0100 Message-ID: <1414064046.1140.6.camel@citrix.com> References: <1414063853.19198.42.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1414063853.19198.42.camel@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: Frediano Ziglio Cc: Tim Deegan , Julien Grall , Stefano Stabellini , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-10-23 at 12:30 +0100, Ian Campbell wrote: > On Thu, 2014-10-23 at 09:46 +0100, Frediano Ziglio wrote: > > From: Frediano Ziglio > > > > If show_guest_stack was called from Xen context (for instance hitting > > '0' key on Xen console) get_page_from_gva was not able to get the > > page returning NULL. > > Detecting different domain and changing VTTBR register make > > get_page_from_gva works for different domains. > > > > Signed-off-by: Frediano Ziglio > > Acked + applied (since Konrad said ok in v2). Um, apparently I wrote the mail but didn't actually queue the patch! It will be in the next batch (which I'm about to kick off) Ian.