[PATCH v2] powerpc: dump kernel log before carrying out fadump or kdump

2019-09-04 Thread Ganesh Goudar
Since commit 4388c9b3a6ee ("powerpc: Do not send system reset request through the oops path"), pstore dmesg file is not updated when dump is triggered from HMC. This commit modified system reset (sreset) handler to invoke fadump or kdump (if configured), without pushing dmesg to pstore. This leaves

Re: [PATCH v2] powerpc: dump kernel log before carrying out fadump or kdump

2019-09-19 Thread Michael Ellerman
On Wed, 2019-09-04 at 07:59:49 UTC, Ganesh Goudar wrote: > Since commit 4388c9b3a6ee ("powerpc: Do not send system reset request > through the oops path"), pstore dmesg file is not updated when dump is > triggered from HMC. This commit modified system reset (sreset) handler > to invoke fadump or kd