From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752033AbdAMPbD (ORCPT ); Fri, 13 Jan 2017 10:31:03 -0500 Received: from relay1.sgi.com ([192.48.180.66]:41720 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751903AbdAMPbC (ORCPT ); Fri, 13 Jan 2017 10:31:02 -0500 X-Greylist: delayed 583 seconds by postgrey-1.27 at vger.kernel.org; Fri, 13 Jan 2017 10:31:01 EST Message-Id: <20170113152110.831599361@asylum.americas.sgi.com> User-Agent: quilt/0.46-1 Date: Fri, 13 Jan 2017 09:21:10 -0600 From: Mike Travis To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Cc: x86@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/8] x86/platform/UV: UV Update PatchSet 2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Second UV Update PatchSet containing: * Fix the panic where KEXEC'd kernel does not have access to EFI runtime mappings. * Fix the panic with 2 socket configs. * 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. --