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

2025-05-03 Thread Madhavan Srinivasan
On Tue, 11 Feb 2025 10:20:54 -0600, Eddie James wrote: > 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 du

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

2025-02-16 Thread Hari Bathini
Hi Eddie, On 11/02/25 9:50 pm, Eddie James wrote: 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. Tha

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

2025-02-11 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