]> bbs.cooldavid.org Git - net-next-2.6.git/commit
amd64_edac: Do not falsely trigger kerneloops
authorBorislav Petkov <borislav.petkov@amd.com>
Thu, 11 Feb 2010 16:15:57 +0000 (17:15 +0100)
committerBorislav Petkov <borislav.petkov@amd.com>
Thu, 11 Feb 2010 19:32:14 +0000 (20:32 +0100)
commitcab4d27764d5a8654212b3e96eb0ae793aec5b94
tree2f0ded48fed0341387d55ce65d240bbdd43667d6
parente28cab42f384745c8a947a9ccd51e4aae52f5d51
amd64_edac: Do not falsely trigger kerneloops

An unfortunate "WARNING" in the message amd64_edac dumps when the system
doesn't support DRAM ECC or ECC checking is not enabled in the BIOS
used to trigger kerneloops which qualified the message as an OOPS thus
misleading the users. See, e.g.

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/422536
http://bugzilla.kernel.org/show_bug.cgi?id=15238

Downgrade the message level to KERN_NOTICE and fix the formulation.

Cc: stable@kernel.org # .32.x
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Acked-by: Doug Thompson <dougthompson@xmission.com>
drivers/edac/amd64_edac.c