Re: [PATCH v3] arm64/kexec: Fix missing extra range for crashkres_low.

2022-09-01 Thread Will Deacon
On Wed, 31 Aug 2022 19:39:13 +0900, Levi Yun 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. > > Applied to arm64 (for-next/fixes), thanks!

[PATCH v3] arm64/kexec: Fix missing extra range for crashkres_low.

2022-08-31 Thread Levi Yun
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: # 5.19.x