Skip to content
Commit 731f903c authored by Levi Yun's avatar Levi Yun Committed by Greg Kroah-Hartman
Browse files

arm64/kexec: Fix missing extra range for crashkres_low.

commit 4831be70

 upstream.

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: default avatarLevi Yun <ppbuk5246@gmail.com>
Fixes: 944a45ab

 ("arm64: kdump: Reimplement crashkernel=X")
Cc: <stable@vger.kernel.org> # 5.19.x
Acked-by: default avatarBaoquan He <bhe@redhat.com>
Reviewed-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20220831103913.12661-1-ppbuk5246@gmail.com
Signed-off-by: default avatarWill Deacon <will@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4c798fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment