From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pf0-x22a.google.com ([2607:f8b0:400e:c00::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bB9Ab-0003a6-R1 for kexec@lists.infradead.org; Thu, 09 Jun 2016 23:15:27 +0000 Received: by mail-pf0-x22a.google.com with SMTP id t190so17230135pfb.3 for ; Thu, 09 Jun 2016 16:15:05 -0700 (PDT) Date: Fri, 10 Jun 2016 08:19:34 +0900 From: AKASHI Takahiro Subject: Re: [PATCH v17 10/13] arm64: kdump: add VMCOREINFO for user-space coredump tools Message-ID: <20160609231933.GE20774@linaro.org> References: <9e75a7b75b38b37ded3e361498eaf1486107ce5d.1464974516.git.geoff@infradead.org> <575986B5.9000701@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <575986B5.9000701@arm.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=infradead.org@lists.infradead.org To: Suzuki K Poulose Cc: Mark Rutland , Geoff Levand , Catalin Marinas , Will Deacon , marc.zyngier@arm.com, James Morse , kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org On Thu, Jun 09, 2016 at 04:09:41PM +0100, Suzuki K Poulose wrote: > On 03/06/16 19:13, Geoff Levand wrote: > >From: AKASHI Takahiro > > > >For the current crash utility, we need to know, at least, a value of > >"kimage_voffset" to handle the contents of core dump file (/proc/vmcore) > >correctly due to the introduction of KASLR (CONFIG_RANDOMIZE_BASE) in v4.6. > > > >More VMCOREINFO may be added later for makedumpfile command. > >--- > > Missing Signed-off-by: ? Thank you for pointing this out. I didn't run checkpatch.pl for this version. -Takahiro AKASHI > Suzuki > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. > _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 From: takahiro.akashi@linaro.org (AKASHI Takahiro) Date: Fri, 10 Jun 2016 08:19:34 +0900 Subject: [PATCH v17 10/13] arm64: kdump: add VMCOREINFO for user-space coredump tools In-Reply-To: <575986B5.9000701@arm.com> References: <9e75a7b75b38b37ded3e361498eaf1486107ce5d.1464974516.git.geoff@infradead.org> <575986B5.9000701@arm.com> Message-ID: <20160609231933.GE20774@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 09, 2016 at 04:09:41PM +0100, Suzuki K Poulose wrote: > On 03/06/16 19:13, Geoff Levand wrote: > >From: AKASHI Takahiro > > > >For the current crash utility, we need to know, at least, a value of > >"kimage_voffset" to handle the contents of core dump file (/proc/vmcore) > >correctly due to the introduction of KASLR (CONFIG_RANDOMIZE_BASE) in v4.6. > > > >More VMCOREINFO may be added later for makedumpfile command. > >--- > > Missing Signed-off-by: ? Thank you for pointing this out. I didn't run checkpatch.pl for this version. -Takahiro AKASHI > Suzuki > IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. >