From mboxrd@z Thu Jan 1 00:00:00 1970 From: james.morse@arm.com (James Morse) Date: Wed, 11 Jul 2018 14:24:08 +0100 Subject: [PATCH] arm64/mm: Introduce a variable to hold base address of linear region In-Reply-To: References: <3a05cd0e-466e-4fb6-a78a-4b363e21aaab@arm.com> <92ff5220-f863-4edc-bc9f-bd802d2efa9c@arm.com> <20180619085541.GB13984@arm.com> <6860c284f1c74faa95edd6cf866ec80d@HXTBJIDCEMVIW02.hxtcorp.net> <20180619094045.GD13984@arm.com> <09260c7e-8b9d-bc3c-5bca-0fd75417f552@arm.com> <51cf54d6a19f4837b74218b000cc23bc@HXTBJIDCEMVIW02.hxtcorp.net> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Bhupesh, (CC: +Omar) On 20/06/18 08:26, Bhupesh Sharma wrote: > On Wed, Jun 20, 2018 at 7:46 AM, Jin, Yanjiang > wrote: >>> From: Bhupesh Sharma [mailto:bhsharma at redhat.com] >>> On Tue, Jun 19, 2018 at 4:56 PM, James Morse wrote: >>>> I'm suggesting adding the contents of vmcoreinfo as a PT_NOTE section >>>> of /proc/kcore's ELF header. No special knowledge necessary, any >>>> elf-parser should be able to dump the values. [..] >>> I am working on fixes on the above lines for kernel and user-space tools (like >>> makedumpfile, crash-utility and kexec-tools). >>> >>> I will post some RFC patches on the same lines (or come back in case I get stuck >>> somewhere) shortly. I spotted this series from Omar: https://lkml.org/lkml/2018/7/6/866 Hopefully it does what you need? Thanks, James