Hi Baoquan, On 03/05/2016:12:24:41 PM, Baoquan He wrote: > Hi Pratyush, > > Could you please help tell why arm PAE kernel can be put above 4G? PAE system can have physical addresses above 4G. So, if a CPU is supporting the LPAE page table format then we should be able to access physical addresses beyond 4G. > Since the change is related to common code, I am curious about how > it's so different with other ARCHs. paddr_vmcoreinfo_note() returns a physical address, so returning phys_addr_t seems most appropriate. So, kernel variable may land into above 4G locations, even with the platform in other architecture (with PAE support), if start of RAM is located very high, So, in my opinion it would be safer to have these changes for other ARCHs as well. ~Pratyush