[PATCH] kexec: Fix pointer-to-int-cast warnings

2019-10-21 Thread Helge Deller
Fix two pointer-to-int-cast warnings when compiling for the 32-bit parisc platform: kernel/kexec_file.c: In function ‘crash_prepare_elf64_headers’: kernel/kexec_file.c:1307:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] phdr->p_vaddr = (Elf64_Addr)_text;

Re: Makedumpfile help for 5.4.0.rc3 : Arm

2019-10-21 Thread John Donnelly
Hi Bhupesh > On Oct 21, 2019, at 1:53 PM, Bhupesh Sharma wrote: > > Hello John, > > On Mon, Oct 21, 2019 at 9:39 PM John Donnelly > wrote: >> >> >> >> Hello, >> >> >> Kazuhito Hagio asked me to share my test results on this patch for >> makedumpfile : >> >> >> https://urldefense.proofp

Re: Makedumpfile help for 5.4.0.rc3 : Arm

2019-10-21 Thread Bhupesh Sharma
Hello John, On Mon, Oct 21, 2019 at 9:39 PM John Donnelly wrote: > > > > Hello, > > > Kazuhito Hagio asked me to share my test results on this patch for > makedumpfile : > > > https://sourceforge.net/p/makedumpfile/code/ci/7bdb468c2c99dd780c9a5321f93c79cbfdce2527/ > > And I was successfully able

Re: [PATCH V4 0/2] Add support for arm64 to carry ima measurement

2019-10-21 Thread prsriva
On 10/15/19 11:47 AM, Pavel Tatashin wrote: I think the UEFI persistent-memory-reservations thing is a better fit for this [0][1]. Hi James, Thank you for your thought. As I understand you propose the to use the existing method as such: 1. Use the existing kexec ABI to pass reservation from

Makedumpfile help for 5.4.0.rc3 : Arm

2019-10-21 Thread John Donnelly
Hello, Kazuhito Hagio asked me to share my test results on this patch for makedumpfile : https://sourceforge.net/p/makedumpfile/code/ci/7bdb468c2c99dd780c9a5321f93c79cbfdce2527/ And I was successfully able to get vmcore dumps on vmlinuz-5.3.6 and 5.4.0-rc3 Intel ( x86-64) kernels. I am st