]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
x86/mce: Add an AMD severities-grading function
authorAravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Mon, 23 Mar 2015 15:42:52 +0000 (10:42 -0500)
committerBorislav Petkov <bp@suse.de>
Tue, 24 Mar 2015 11:13:34 +0000 (12:13 +0100)
commitbf80bbd7dcf525e41e0673fbaa8cd21d2344b460
tree5a07598febcb55aa340dc710248f6f22920416b2
parentc9ce8712838e48bf356144122c5ecdcdac5d1829
x86/mce: Add an AMD severities-grading function

Add a severities function that caters to AMD processors. This allows us
to do some vendor-specific work within the function if necessary.

Also, introduce a vendor flag bitfield for vendor-specific settings. The
severities code uses this to define error scope based on the prescence
of the flags field.

This is based off of work by Boris Petkov.

Testing details:
Fam10h, Model 9h (Greyhound)
Fam15h: Models 0h-0fh (Orochi), 30h-3fh (Kaveri) and 60h-6fh (Carrizo),
Fam16h Model 00h-0fh (Kabini)

Boris:
Intel SNB
AMD K8 (JH-E0)

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@amd.com>
Acked-by: Tony Luck <tony.luck@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Chen Yucong <slaoub@gmail.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: linux-edac@vger.kernel.org
Link: http://lkml.kernel.org/r/1427125373-2918-2-git-send-email-Aravind.Gopalakrishnan@amd.com
[ Fixup build, clean up comments. ]
Signed-off-by: Borislav Petkov <bp@suse.de>
arch/x86/include/asm/mce.h
arch/x86/kernel/cpu/mcheck/mce-severity.c
arch/x86/kernel/cpu/mcheck/mce.c