From: Linus Torvalds Date: Tue, 5 Jun 2018 03:26:07 +0000 (-0700) Subject: Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: v4.19~914 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ef283d4c7808cb264f904de5e29a0b661747fc4;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'ras-core-for-linus' of git://git./linux/kernel/git/tip/tip Pull x86 RAS updates from Thomas Gleixner: - Fix a stack out of bounds write in the MCE error injection code. - Avoid IPIs during CPU hotplug to read the MCx_MISC block address from a remote CPU. That's fragile and pointless because the block addresses are the same on all CPUs. So they can be read once and local. - Add support for MCE broadcasting on newer VIA Centaur CPUs. * 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/MCE/AMD: Read MCx_MISC block addresses on any CPU x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read() x86/MCE: Enable MCE broadcasting on new Centaur CPUs --- 0ef283d4c7808cb264f904de5e29a0b661747fc4