From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754740AbdCFUNL (ORCPT ); Mon, 6 Mar 2017 15:13:11 -0500 Received: from relay3.sgi.com ([192.48.152.1]:50660 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754579AbdCFULT (ORCPT ); Mon, 6 Mar 2017 15:11:19 -0500 Message-Id: <20170306181737.059578494@asylum.americas.sgi.com> User-Agent: quilt/0.46-1 Date: Mon, 06 Mar 2017 12:17:37 -0600 From: Mike Travis To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Don Zickus , Peter Zijlstra Cc: Dimitri Sivanich , Frank Ramsay , Russ Anderson , Tony Ernst , x86@kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Add and Use NMI LAST call chain to eliminate WARNING message Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Patch 1 adds a new NMI_LAST call chain that mimics the current NMI_UNKNOWN call chain except it eliminates the WARNING message about multiple NMI handlers registering on this call chain. Patch 2 moves the UV NMI handler from using the NMI_UNKNOWN call chain to this new NMI_LAST call chain. --