From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.nokia.com ([192.100.105.134] helo=mgw-mx09.nokia.com) by canuck.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1PFMju-0001ZA-QR for kexec@lists.infradead.org; Mon, 08 Nov 2010 08:06:07 +0000 From: Mika Westerberg Subject: [PATCH v2 0/2] makedumpfile: few ARM fixes Date: Mon, 8 Nov 2010 09:59:26 +0200 Message-Id: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: igawa@mxs.nes.nec.co.jp Cc: kexec@lists.infradead.org, Mika Westerberg Hi, While using makedumpfile on ARM I found few issues from the current implementation. Basically the current implementation only works on 3G/1G VM split but not others. These patches should make makedumpfile on ARM to work on other VM split values as well. I've tested with 1G/3G, 2G/2G, 3G/1G, and VMSPLIT_3G_OPT (2.7G/1.3G). Changes to previous version: - removed any references to vmalloc_start as per review comments This version still allows users to use '--vtop' option to perform V->P translations via page tables. Regards, MW Mika Westerberg (2): ARM: determine PAGE_OFFSET from _stext ARM: don't depend on vmalloc_start arm.c | 50 +++++++++----------------------------------------- makedumpfile.h | 1 - 2 files changed, 9 insertions(+), 42 deletions(-) _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec