]> git.openfabrics.org - ~emulex/infiniband.git/commit
ACPI, APEI, CPER: Cleanup CPER memory error output format
authorChen, Gong <gong.chen@linux.intel.com>
Fri, 18 Oct 2013 21:30:29 +0000 (14:30 -0700)
committerTony Luck <tony.luck@intel.com>
Wed, 23 Oct 2013 17:10:49 +0000 (10:10 -0700)
commitf6edea77c8c83760d74356ce6bd45d530d32b27f
tree80be54a147159e58d4a5a61c7f9890745ee9b732
parentfbeef85fd2ccdd61568c86fe33d6ad6b79851a53
ACPI, APEI, CPER: Cleanup CPER memory error output format

Memory error reporting is much too verbose.  Most users do not care about
the DIMM internal bank/row/column information. Downgrade the fine details
to "pr_debug" status so that those few who do care can get them if they
really want to.  The detail information will be later be provided by
perf/trace interface.
Since things are still a bit scary, and users are sometimes overly
nervous, provide a reassuring message that corrected errors do not
generally require any further action.

Suggested-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Chen, Gong <gong.chen@linux.intel.com>
Reviewed-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
drivers/acpi/apei/cper.c