[PATCH] crash_core: Fix the check for whether crashkernel is from high memory
Andrew Morton
akpm at linux-foundation.org
Sat Dec 9 14:34:18 PST 2023
On Sat, 9 Dec 2023 22:14:38 +0800 Yuntao Wang <ytcoode at gmail.com> wrote:
> If crash_base is equal to CRASH_ADDR_LOW_MAX, it also indicates that
> the crashkernel memory is allocated from high memory. However, the
> current check only considers the case where crash_base is greater than
> CRASH_ADDR_LOW_MAX. Fix it.
>
> This patch also includes some minor cleanups.
Can we please include a description of the runtime effects of this
change? ie, what happens now and under what circumstances, and how
does the fix alter these things?
More information about the kexec
mailing list