Hi Dengcheng, On Wed, Sep 26, 2018 at 12:49:10PM -0700, Dengcheng Zhu wrote: > The crash utility initializes cpu state by reading the system kernel > memory, which is copied into vmcore. > > It is also natural to preserve the online state for CPUs at crash. > > Failing to do so could make the analysis tool present info for only 1 CPU > by default, and unable to find panic task. > > Signed-off-by: Dengcheng Zhu <dzhu@xxxxxxxxxxxx> > --- > arch/mips/kernel/machine_kexec.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) Thanks - applied to mips-next for 4.20. Paul