Re: [PATCH v28 0/8] crash: Kernel handling of CPU and memory hot un/plug

From: Eric DeVolder
Date: Sun Aug 20 2023 - 17:57:54 EST



On 8/14/23 17:33, Andrew Morton wrote:
On Mon, 14 Aug 2023 17:44:38 -0400 Eric DeVolder <eric.devolder@xxxxxxxxxx> wrote:

This series is dependent upon "refactor Kconfig to consolidate
KEXEC and CRASH options".
https://lore.kernel.org/lkml/20230712161545.87870-1-eric.devolder@xxxxxxxxxx/

Once the kdump service is loaded, if changes to CPUs or memory occur,
either by hot un/plug or off/onlining, the crash elfcorehdr must also
be updated.

Thanks, I updated branch mm-nonmm-unstable to this version.

Andrew,
So far only one issue has popped up. I've posted the following patch to akpm to solve
that issue. Please apply this patch on-top/with this v28 series.

[PATCH] x86/crash: correct unused function build error

The thread on this issue is here:
https://lore.kernel.org/lkml/08fc20ef-854d-404a-b2f2-75941eeeccf8@paulmck-laptop/

If you'd rather I post a v29, I'll happily do so.
Thank you!
eric