Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758362AbZJECxO (ORCPT ); Sun, 4 Oct 2009 22:53:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758196AbZJECxN (ORCPT ); Sun, 4 Oct 2009 22:53:13 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:48127 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752973AbZJECxM (ORCPT ); Sun, 4 Oct 2009 22:53:12 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 Message-ID: <4AC95F5A.4000708@jp.fujitsu.com> Date: Mon, 05 Oct 2009 11:52:10 +0900 From: Hidetoshi Seto User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Huang Ying CC: Ingo Molnar , "H. Peter Anvin" , Andi Kleen , "linux-kernel@vger.kernel.org" Subject: [PATCH 0/6] x86, mce, mce-inject: misc fix v2 References: <1254100882.15717.1312.camel@yhuang-dev.sh.intel.com> In-Reply-To: <1254100882.15717.1312.camel@yhuang-dev.sh.intel.com> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1222 Lines: 35 Here is v2 patch set for small improvements, inspired by Huang's patch. * Short summaries v1 -> v2: dropped: x86, mce: rename finished to valid in struct mce added: x86, mce: replace MCM_ to MCI_MISC_ mce-inject: add a barrier to raise_mce() modified: mce-inject: use injected mce only during faked handler call Based on 2.6.32-rc3. Thanks, H.Seto Hidetoshi Seto (6): x86, mce: replace MCJ_ to MCE_INJ_ x86, mce: replace MCM_ to MCI_MISC_ mce-inject: no wait on write with MCE_INJ_CTX_RANDOM mce-inject: allow injecting status=0 to poll handler mce-inject: add a barrier to raise_mce() mce-inject: use injected mce only during faked handler call arch/x86/include/asm/mce.h | 46 +++++++++++++------ arch/x86/kernel/cpu/mcheck/mce-inject.c | 72 +++++++++++++++++++------------ arch/x86/kernel/cpu/mcheck/mce.c | 20 +++++---- 3 files changed, 86 insertions(+), 52 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/