Re: [PATCH] powerpc/crash: Fix non-smp kexec preparation

2025-02-11 Thread Eddie James
On 2/11/25 01:38, Christophe Leroy wrote: Le 10/02/2025 à 20:52, Eddie James a écrit : [Vous ne recevez pas souvent de courriers de eaja...@linux.ibm.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] In non-smp configurations, crash_kexec_prepare

Re: [PATCH] powerpc/crash: Fix non-smp kexec preparation

2025-02-10 Thread Christophe Leroy
Le 10/02/2025 à 20:52, Eddie James a écrit : [Vous ne recevez pas souvent de courriers de eaja...@linux.ibm.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] In non-smp configurations, crash_kexec_prepare is never called in the crash shutdown path.

[PATCH] powerpc/crash: Fix non-smp kexec preparation

2025-02-10 Thread Eddie James
In non-smp configurations, crash_kexec_prepare is never called in the crash shutdown path. One result of this is that the crashing_cpu variable is never set, preventing crash_save_cpu from storing the NT_PRSTATUS elf note in the core dump. Fixes: c7255058b543 ("powerpc/crash: save cpu register dat