Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757492AbZFGNBz (ORCPT ); Sun, 7 Jun 2009 09:01:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756376AbZFGMzz (ORCPT ); Sun, 7 Jun 2009 08:55:55 -0400 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:44921 "EHLO out5.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756342AbZFGMzw (ORCPT ); Sun, 7 Jun 2009 08:55:52 -0400 X-Sasl-enc: /B5mjMSMVBIvy/KAadZvKAEglzbrjfkneUeIhZ8D9k8C 1244378559 From: Alexander van Heukelum To: LKML , "H. Peter Anvin" Cc: Ingo Molnar , Thomas Gleixner , Andi Kleen , Cyrill Gorcunov , Alexander van Heukelum Subject: [PATCH 0/2] i386: espfix fixes Date: Sun, 7 Jun 2009 14:42:34 +0200 Message-Id: <1244378557-5455-1-git-send-email-heukelum@fastmail.fm> X-Mailer: git-send-email 1.6.0.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 999 Lines: 26 Hi Peter, Here are the two patches I said I would send... The first one is a fix to include espfix code in the NMI entry/exit code, the second one fixes and cleans up the espfix code itself. Tests boots were done using the tip tree plus both patches. The first patch applies cleanly to mainline too, and the second has a trivial reject. I included a patch for mainline too. Thanks for having a look at them! Greetings, Alexander arch/x86/include/asm/desc.h | 26 ----------------- arch/x86/kernel/cpu/common.c | 2 +- arch/x86/kernel/entry_32.S | 64 +++++++++++++++++++++++++++-------------- arch/x86/kernel/head_32.S | 1 - arch/x86/kernel/traps.c | 21 -------------- 5 files changed, 43 insertions(+), 71 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/