Re: [PATCH v14 07/11] arm64: kdump: introduce some macroes for crash kernel reservation

2021-02-04 Thread Nicolas Saenz Julienne
On Thu, 2021-02-04 at 17:20 +0100, Nicolas Saenz Julienne wrote: > Hi Chen, > > On Sat, 2021-01-30 at 15:10 +0800, Chen Zhou wrote: > > Introduce macro CRASH_ALIGN for alignment, macro CRASH_ADDR_LOW_MAX > > for upper bound of low crash memory, macro CRASH_ADDR_HIGH_MAX for > > upper bound of high

Re: [PATCH v14 07/11] arm64: kdump: introduce some macroes for crash kernel reservation

2021-02-04 Thread Nicolas Saenz Julienne
Hi Chen, On Sat, 2021-01-30 at 15:10 +0800, Chen Zhou wrote: > Introduce macro CRASH_ALIGN for alignment, macro CRASH_ADDR_LOW_MAX > for upper bound of low crash memory, macro CRASH_ADDR_HIGH_MAX for > upper bound of high crash memory, use macroes instead. > > Besides, keep consistent with x86, u

[PATCH v14 07/11] arm64: kdump: introduce some macroes for crash kernel reservation

2021-01-30 Thread Chen Zhou
Introduce macro CRASH_ALIGN for alignment, macro CRASH_ADDR_LOW_MAX for upper bound of low crash memory, macro CRASH_ADDR_HIGH_MAX for upper bound of high crash memory, use macroes instead. Besides, keep consistent with x86, use CRASH_ALIGN as the lower bound of crash kernel reservation. Signed-o