Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752390AbdDNQxu (ORCPT ); Fri, 14 Apr 2017 12:53:50 -0400 Received: from smtp2.provo.novell.com ([137.65.250.81]:37052 "EHLO smtp2.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751271AbdDNQxr (ORCPT ); Fri, 14 Apr 2017 12:53:47 -0400 Date: Fri, 14 Apr 2017 18:53:36 +0200 From: Petr Tesarik To: Daniel Kiper Cc: Juergen Gross , Daniel Kiper , linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org Subject: Re: [Xen-devel] [PATCH v2] xen, kdump: handle pv domain in paddr_vmcoreinfo_note() Message-ID: <20170414185336.673fa084@hananiah.suse.cz> In-Reply-To: <20170411172008.GA16658@olila.local.net-space.pl> References: <20170331101438.28582-1-jgross@suse.com> <20170403124257.GA3439@router-fw-old.local.net-space.pl> <1df1de5c-8f89-3d65-b0cb-15a2a78992f8@suse.com> <20170411130058.GI4372@olila.local.net-space.pl> <20170411165916.698b6b85@hananiah.suse.cz> <20170411172008.GA16658@olila.local.net-space.pl> Organization: SUSE Linux X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.31; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1238 Lines: 31 On Tue, 11 Apr 2017 19:20:08 +0200 Daniel Kiper wrote: > On Tue, Apr 11, 2017 at 04:59:16PM +0200, Petr Tesarik wrote: >[...] > > Tested-by: Petr Tesarik > > > > I copied the complete /proc/vmcore to a directory on disk. Exactly > > as expected, crash works both without the patch and with the patch, as > > it does not use VMCOREINFO at all (instead, crash obtains the > > information from kernel debuginfo directly). > > Thanks for doing the tests. I suppose that you have tested HVM guests. Not really. I crashed Dom0, which is in turn sent to the hypervisor, so the result is a complete host dump, including Xen hypervisor data and all domains. > IIRC, PV guests are not supported by crash right now due to p2m VMA > mapping. At least it was an issue some time ago. Is it still valid? Yes, this is correct. I tested this behaviour a few weeks ago. > Anyway, one guy in Oracle works on fix for that issue and I do review. > We are going to post it in 2-3 weeks. All right. FYI I do not plan to put much effort into it, as my focus has shifted towards libkdumpfile (https://github.com/ptesarik/libkdumpfile), and this library can open PV guest dump files without any issues. Petr T