Re: [PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump

2021-12-13 Thread Catalin Marinas
On Fri, Dec 10, 2021 at 01:53:59PM -0600, john.p.donne...@oracle.com wrote: > On 12/8/21 11:13 AM, Catalin Marinas wrote: > > On Tue, Nov 23, 2021 at 08:46:35PM +0800, Zhen Lei wrote: > > > Chen Zhou (10): > > >x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN > > >x86: kd

Re: [PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump

2021-12-10 Thread john . p . donnelly
On 12/8/21 11:13 AM, Catalin Marinas wrote: On Tue, Nov 23, 2021 at 08:46:35PM +0800, Zhen Lei wrote: Chen Zhou (10): x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN x86: kdump: make the lower bound of crash kernel reservation consistent x86: kdump: use macro CR

Re: [PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump

2021-12-08 Thread Catalin Marinas
On Tue, Nov 23, 2021 at 08:46:35PM +0800, Zhen Lei wrote: > Chen Zhou (10): > x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN > x86: kdump: make the lower bound of crash kernel reservation > consistent > x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions > reser

Re: [PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump

2021-12-05 Thread john . p . donnelly
On 11/23/21 6:46 AM, Zhen Lei wrote: There are following issues in arm64 kdump: 1. We use crashkernel=X to reserve crashkernel below 4G, which will fail when there is no enough low memory. 2. If reserving crashkernel above 4G, in this case, crash dump kernel will boot failure because there is no

Re: [PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump

2021-11-29 Thread Baoquan He
Hi Lei, On 11/23/21 at 08:46pm, Zhen Lei wrote: > There are following issues in arm64 kdump: > 1. We use crashkernel=X to reserve crashkernel below 4G, which > will fail when there is no enough low memory. > 2. If reserving crashkernel above 4G, in this case, crash dump > kernel will boot failure

Re: [PATCH v16 00/11] support reserving crashkernel above 4G on arm64 kdump

2021-11-29 Thread Dave Kleikamp
For the series: Tested-by: Dave Kleikamp ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec