Re: [PATCH v3 0/2] Make it possible to reserve memory on 64bit platform

2021-01-22 Thread Andy Shevchenko
On Fri, Jan 22, 2021 at 07:55:35AM -0800, Wesley Zhao wrote: > I was trying to reserve some memory to save logs incase that Android panic or > hang and then > I can read the logs from QNX side from the memory reserved before on the > Qualcomm 8155 hypervisor platform, > and I find the "reserve="

[PATCH v3 0/2] Make it possible to reserve memory on 64bit platform

2021-01-22 Thread Wesley Zhao
I was trying to reserve some memory to save logs incase that Android panic or hang and then I can read the logs from QNX side from the memory reserved before on the Qualcomm 8155 hypervisor platform, and I find the "reserve=" parameter only support 32bit,so I made some change and send these