]> git.karo-electronics.de Git - karo-tx-linux.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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Feb 2010 15:37:52 +0000 (07:37 -0800)
commitdc5b9893d10ba7132098e7ad991103430227724b
tree47e1a3642c75fa68f8780e227a9de46cad9d7f35
parent00510c8f39d7b3501cc7ec79b677186ffbc7ca7e
amd64_edac: Do not falsely trigger kerneloops

commit cab4d27764d5a8654212b3e96eb0ae793aec5b94 upstream.

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.

Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Acked-by: Doug Thompson <dougthompson@xmission.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/edac/amd64_edac.c