From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.skyhub.de ([2a01:4f8:120:8448::d00d]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WOpYR-0006ED-9a for kexec@lists.infradead.org; Sat, 15 Mar 2014 14:27:17 +0000 Date: Sat, 15 Mar 2014 15:26:25 +0100 From: Borislav Petkov Subject: Re: [PATCH v3 4/4] x86: Pass memory range via E820 for kdump Message-ID: <20140315142625.GA8735@nazgul.tnic> References: <1394464149-30384-1-git-send-email-chaowang@redhat.com> <1394464149-30384-5-git-send-email-chaowang@redhat.com> <20140313222428.GW7672@oranje.fc.hp.com> <20140314024726.GA2245@dhcp-16-126.nay.redhat.com> <20140314082615.GE5834@console-pimps.org> <20140314202706.GX7672@oranje.fc.hp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140314202706.GX7672@oranje.fc.hp.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=twosheds.infradead.org@lists.infradead.org To: Linn Crosetto Cc: Matt Fleming , toshi.kani@hp.com, kexec@lists.infradead.org, linux-kernel@vger.kernel.org, vgoyal@redhat.com, horms@verge.net.au, ebiederm@xmission.com, hpa@zytor.com, Dave Young , trenn@suse.de, WANG Chao On Fri, Mar 14, 2014 at 02:27:06PM -0600, Linn Crosetto wrote: > Since this testing was done on a prototype, I will send you the log in > a separate email. I tried efi.git/next (with the addition of 4ce7a86), > and hit the same panic. Well, if the stack trace is the same: > ? __unmap_pmd_range+0x77/0x190 > unmap_pmd_range+0xcf/0x1c0 > populate_pgd+0x16d/0x250 > __cpa_process_fault+0x15/0xb0 ... it looks like populate_pgd() fails and unmaps the whole range. You could add some debug printks to find out exactly why populate_pgd() fails. Also, please try to catch full dmesg and the whole oops. Btw, Matt, your whole efi/next stuff is already in tip, right? Because if so, Linn could simply test latest tip/master. Thanks. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec