commit | 80a208bd3948aceddf0429bd9f9b4cd858d526df | [log] [tgz] |
---|---|---|
author | Borislav Petkov <bp@suse.de> | Tue Jun 24 13:25:03 2014 +0200 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Mon Jul 14 12:21:39 2014 -0700 |
tree | 06bd3dd2f9f6d73ce63da9852ca7d8d57f9599c6 | |
parent | 9b13a93df267af681a66a6a738bf1af10102da7d [diff] |
x86/cpufeature: Add bug flags to /proc/cpuinfo Dump the flags which denote we have detected and/or have applied bug workarounds to the CPU we're executing on, in a similar manner to the feature flags. The advantage is that those are not accumulating over time like the CPU features. Signed-off-by: Borislav Petkov <bp@suse.de> Link: http://lkml.kernel.org/r/1403609105-8332-2-git-send-email-bp@alien8.de Signed-off-by: H. Peter Anvin <hpa@zytor.com>