Re: [PATCH v3] x86/mce: Try printing all machine check banks known before panic

From: Borislav Petkov
Date: Sat Nov 22 2014 - 04:45:31 EST


On Sat, Nov 22, 2014 at 10:16:49AM +0800, rui wang wrote:
> I think both possibilities are valid. But experiments show that the
> error logs are not in the dmesg preserved by kdump in /var/crash/
> after panic and reboot, and not in the mcelog.entry[] array in the
> kernel. So they must be somewhere in user space memory. Even if we
> have serial console connected we still can't cache them. The
> difficulty is that there's no easy way to force a user space daemon to
> do something during panic.
>
> The new banks_saved[] array acts like a safe guard when you pass
> something to someone else - to prevent it from getting lost in the
> interim.

... and instead of duplicating the mcelog functionality partially by
adding yet another array of struct mces, simply change mcelog to not
zero out its contents and dump the last 32 errors that passed through
there.

--
Regards/Gruss,
Boris.

Sent from a fat crate under my desk. Formatting is fine.
--
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/