From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752335AbdF3P4h (ORCPT ); Fri, 30 Jun 2017 11:56:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:59286 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751799AbdF3P4g (ORCPT ); Fri, 30 Jun 2017 11:56:36 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5D78F22B60 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=luto@kernel.org From: Andy Lutomirski To: X86 ML Cc: "linux-kernel@vger.kernel.org" , Borislav Petkov , Josh Poimboeuf , Andy Lutomirski Subject: [PATCH 0/2] irqstack changes for Josh Date: Fri, 30 Jun 2017 08:56:31 -0700 Message-Id: X-Mailer: git-send-email 2.9.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Patch 1 consolidates code and patch 2 fixes a glitch that Josh noticed. These could go straight to -tip, but it may make more sense for Josh to add them to his undwarf series. P.S. Should undwarf be called balrog instead? It seems that Josh has been delving very deeply indeed lately. Andy Lutomirski (2): x86/entry/64: Refactor IRQ stacks and make them NMI-safe x86/entry/64: Initialize the top of the IRQ stack before switching stacks arch/x86/Kconfig.debug | 2 - arch/x86/entry/entry_64.S | 107 +++++++++++++++++++++++++++++++++---------- arch/x86/kernel/process_64.c | 3 ++ 3 files changed, 86 insertions(+), 26 deletions(-) -- 2.9.4