From mboxrd@z Thu Jan 1 00:00:00 1970 From: geoff@infradead.org (Geoff Levand) Date: Fri, 29 Jul 2016 10:19:55 -0700 Subject: [PATCH v2 4/4] arm64: Add support for binary image files In-Reply-To: <20160729171552.GB478@localhost.localdomain> References: <20160728040125.GA27150@localhost.localdomain> <1469729083.16559.26.camel@infradead.org> <20160729033514.GC27150@localhost.localdomain> <1469811760.16559.33.camel@infradead.org> <20160729171552.GB478@localhost.localdomain> Message-ID: <1469812795.16559.42.camel@infradead.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2016-07-29 at 22:45 +0530, Pratyush Anand wrote: > Hi Geoff, > > On 29/07/2016:10:02:40 AM, Geoff Levand wrote: > > On Fri, 2016-07-29 at 09:05 +0530, Pratyush Anand wrote: > > > > > See kexec/crashdump-elf.c:FUNC() > > > We have: > > > 223 phdr->p_vaddr = phys_to_virt(elf_info, > > > mstart); > > > > > > > These patches don't support kdump. > > OK, so you suggest that I should keep this patch as it is and add - > -page-offset > in corresponding kdump patch. I can do that, no issue. Yes, this is an issue related to kdump, so let's discuss it in that context. -Geoff