[PATCH 0/7] x86/platform/UV: UV Update PatchSet 2
From: 'Mike Travis
Date: Wed Jan 25 2017 - 11:35:39 EST
[Resending to fix commented out -by: lines used for testing.]
Revised (V2) second UV Update PatchSet containing:
* Fix the panic where KEXEC'd kernel does not have access to
EFI runtime mappings. (already accepted)
* Fix the panic with 2 socket configs. (already accepted)
* A style cleanup patch from Ingo
* Recognition and initialization of UV Hubless systems.
* Addition of UV Hubless support for RMC system NMI command.
* Addition of a basic CPU health check using NMI.
* Verify new NMI action is valid.
* Default NMI action standardized on "dump" (stack/regs).
* Move check for "is UV system" from native_smp_prepare_cpus() to
uv_system_init() since it needs to now check for hubless as well.
* Style cleanup patch for the UV NMI code
--