On Wed, Dec 19, 2018 at 1:33 PM David Arcari <darc...@redhat.com> wrote: > > From: Lenny Szubowicz <lszub...@redhat.com> > > In __ghes_panic() clear the block status in the APEI generic > error status block for that generic hardware error source before > calling panic() to prevent a second panic() in the crash kernel > for exactly the same fatal error. > > Otherwise ghes_probe(), running in the crash kernel, would see > an unhandled error in the APEI generic error status block and > panic again, thereby precluding any crash dump. > > Signed-off-by: Lenny Szubowicz <lszub...@redhat.com> > Signed-off-by: David Arcari <darc...@redhat.com>
Good catch! Tested-by: Tyler Baicar <baicar.ty...@gmail.com>