Skip to content

arm64/kexec: Fix missing extra range for crashkres_low

Pingfan Liu requested to merge (removed):array_overflow into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2130054 Upstream Status: https://github.com/torvalds/linux.git Build-info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=48202476 Tested: on ampere-mtsnow-altra-11.khw4.lab.eng.bos.redhat.com Conflicts: none

arm64/kexec: Fix missing extra range for crashkres_low.

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: Pingfan Liu piliu@redhat.com

Merge request reports