From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758797AbZBLMii (ORCPT ); Thu, 12 Feb 2009 07:38:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756983AbZBLMi1 (ORCPT ); Thu, 12 Feb 2009 07:38:27 -0500 Received: from one.firstfloor.org ([213.235.205.2]:35202 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751561AbZBLMi0 (ORCPT ); Thu, 12 Feb 2009 07:38:26 -0500 From: Andi Kleen Message-Id: <20090212137.750180365@firstfloor.org> To: akpm@linux-foundation.org, x86@firstfloor.org, linux-kernel@vger.kernel.org Subject: [PATCH] [0/10] x86: MCE: machine check bug fix series Date: Thu, 12 Feb 2009 13:37:19 +0100 (CET) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series fixes a couple of bugs that have been found in the machine check code in the last few months. This is currently only the bug fixes, none of the crypto-contronversal 32bit<->64bit unification patches. Near all of it has been submitted and reviewed earlier. The patches should be merged either into 2.6.29 (to get the bug fixes there) or if that is not possible or into 2.6.30. They have been tested against 2.6.29-rc4, but also apply to x86 tip as of 090212. -Andi