mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* EDAC k8 MC1: unknown syndrome
@ 2007-08-09 14:13 Phil Moors
  2007-08-09 16:01 ` Andi Kleen
  0 siblings, 1 reply; 2+ messages in thread
From: Phil Moors @ 2007-08-09 14:13 UTC (permalink / raw)
  To: linux-kernel

I'm getting these in the log:

EDAC k8 MC1: unknown syndrome 0x9391 - possible error reporting race
EDAC MC1: CE - no information available: k8_edac

>From looking about, I think that MC1 is memory controller 1 (on 2nd cpu)
and that CE is about error correction in ECC.

But is the error really reporting a DIMM problem or a race condition in
the kernel code handling ECC?

Thanks,
Phil


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: EDAC k8 MC1: unknown syndrome
  2007-08-09 14:13 EDAC k8 MC1: unknown syndrome Phil Moors
@ 2007-08-09 16:01 ` Andi Kleen
  0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2007-08-09 16:01 UTC (permalink / raw)
  To: Phil Moors; +Cc: linux-kernel

Phil Moors <pmoors@speakeasy.net> writes:
> 
> But is the error really reporting a DIMM problem or a race condition in
> the kernel code handling ECC?

First if you don't use a mainline kernel you should at least mention
it in the report.

It could well be a race -- the k8 DAC code is always racing against
the builtin machine check handler which reads the same registers.
That is why it was never accepted for mainline and shouldn't be used.

However these races should normally only cause lost events, not
bogus data, so it's probably something the CPU really reported
and EDAC doesn't understand.

The builtin machine check code will report all the same information
through mcelog (on x86-64) or syslog (on i386)

-Andi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-09 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-09 14:13 EDAC k8 MC1: unknown syndrome Phil Moors
2007-08-09 16:01 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome