From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yt4mu-0007TB-JW for kexec@lists.infradead.org; Fri, 15 May 2015 01:51:45 +0000 Message-ID: <55555117.4080708@redhat.com> Date: Fri, 15 May 2015 07:21:19 +0530 From: Pratyush Anand MIME-Version: 1.0 Subject: makedumpfile: Issue with aarch64 support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Atsushi Kumagai Cc: kexec@lists.infradead.org, Baoquan He Hi Atsushi, * I am adding aarch64 support in makedumpfile. Preliminary patch is here [1]. I am having some issue with the dumpdisk created by makedumpfile. See, if you get any clue with following inputs. * I used cp option in kdump.conf to have a good elf vmcore in /var/crash/..../vmcore. * If I run crash over this elf vmcore, then everything goes fine. * Now I use makedumpfile [1] for dumpdisk creation and compression just goes fine. # makedumpfile -l --message-level 1 -d 31 /var/crash/..../vmcore vmcore Copying data : [100.0 %] | But, crash does not like the vmcore # crash /lib/modules/.../build/vmlinux vmcore -d 31 read_diskdump: SEEK_ERROR: paddr/pfn: 41fffe2000/41fffe max_mapnr: 414000 crash: seek error: kernel virtual address: fffffe01ffde2000 type: "memory section" * I tried by removing -d option in makedumpfile , still same issue. * A print for vaddr in vaddr_to_paddr_arm64 does not show address fffffe01ffde2000 being asked for translation by makedumpfile core. Infact all the vaddr printed are in the range of directly mapped kernel VAs, so I did not consider to add support for other memory section like vmalloc, vmemmap etc at this point. Thanks in advance for your help. ~Pratyush [1] https://github.com/pratyushanand/makedumpfile/commit/073bc204c3422d6cee72eed89edb47281ead1a2e _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec