Re: [PATCH v2-RESEND] arm64/kexec: Fix missing extra range for crashkres_low.

2022-08-31 Thread Yun Levi
> > To be even more precise, it should be: > > Cc: # 5.19.x Thanks! I'll fix it! > Something happened to the whitespace here, so the patch can't be > applied. Sorry, I'll check and send again :). Thanks! On Wed, Aug 31, 2022 at 7:26 PM Catalin Marinas wrote: > > On Wed, Aug 31, 2022 at 10:49

Re: [PATCH v2-RESEND] arm64/kexec: Fix missing extra range for crashkres_low.

2022-08-31 Thread Catalin Marinas
On Wed, Aug 31, 2022 at 10:49:30AM +0900, Yun Levi wrote: > Like crashk_res, Calling crash_exclude_mem_range function with > crashk_low_res area would need extra crash_mem range too. > > Add one more extra cmem slot in case of crashk_low_res is used. > > Signed-off-by: Levi Yun > Fixes: 944a45ab

[PATCH v2-RESEND] arm64/kexec: Fix missing extra range for crashkres_low.

2022-08-30 Thread Yun Levi
Like crashk_res, Calling crash_exclude_mem_range function with crashk_low_res area would need extra crash_mem range too. Add one more extra cmem slot in case of crashk_low_res is used. Signed-off-by: Levi Yun Fixes: 944a45abfabc ("arm64: kdump: Reimplement crashkernel=X") Cc: sta...@vger.kernel.