Re: [PATCH] arm64:kexec: Memstart should not be before the kernel start address

2016-04-26 Thread Geoff Levand
Hi, I already added a patch like this to my series. Is this different? -Geoff On Tue, 2016-04-26 at 16:14 -0600, Sameer Goel wrote: > Starting 4.6-rc4 the kernel memblock start is rounded down to a desirable > alignment. So, the kernel can see reserved memory regions before the kernel > start a

[PATCH] arm64:kexec: Memstart should not be before the kernel start address

2016-04-26 Thread Sameer Goel
Starting 4.6-rc4 the kernel memblock start is rounded down to a desirable alignment. So, the kernel can see reserved memory regions before the kernel start address in the iomem query. Need to make sure that the right kernel start address is picked from the iomem query. --- kexec/arch/arm64/kexec-a