Merge tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2020 20:17:50 +0000 (13:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 Mar 2020 20:17:50 +0000 (13:17 -0700)
commitff7b862a4c354793580545afa64c56fafa18952b
tree6daa5fdbfa5fe1a0327a1030249a26c02929bcf1
parentaaf985e21a4abb471df2a10ad7163367cbcd4088
parent077168e241ec5a3b273652acb1e85f8bc1dc2d81
Merge tag 'ras_updates_for_5.7' of git://git./linux/kernel/git/tip/tip

Pull RAS updates from Borislav Petkov:

 - Do not report spurious MCEs on some Intel platforms caused by errata;
   by Prarit Bhargava.

 - Change dev-mcelog's hardcoded limit of 32 error records to a dynamic
   one, controlled by the number of logical CPUs, by Tony Luck.

 - Add support for the processor identification number (PPIN) on AMD, by
   Wei Huang.

* tag 'ras_updates_for_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mce/amd: Add PPIN support for AMD MCE
  x86/mce/dev-mcelog: Dynamically allocate space for machine check records
  x86/mce: Do not log spurious corrected mce errors
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/mce/intel.c