From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751081AbdAYQKS (ORCPT ); Wed, 25 Jan 2017 11:10:18 -0500 Received: from relay3.sgi.com ([192.48.152.1]:43934 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750798AbdAYQKR (ORCPT ); Wed, 25 Jan 2017 11:10:17 -0500 Message-Id: <20170125161016.067152861@asylum.americas.sgi.com> User-Agent: quilt/0.46-1 Date: Wed, 25 Jan 2017 10:10:16 -0600 From: "'Mike Travis" , '@sgi.com To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Russ Anderson Cc: x86@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/7] x86/platform/UV: UV Update PatchSet 2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --