From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965448AbcKJRq3 (ORCPT ); Thu, 10 Nov 2016 12:46:29 -0500 Received: from Galois.linutronix.de ([146.0.238.70]:33980 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965528AbcKJRq0 (ORCPT ); Thu, 10 Nov 2016 12:46:26 -0500 From: Sebastian Andrzej Siewior To: linux-kernel@vger.kernel.org Cc: tglx@linutronix.de, rt@linutronix.de Subject: x86/mcheck: convert to hotplug state engine, take #2 Date: Thu, 10 Nov 2016 18:44:40 +0100 Message-Id: <20161110174447.11848-1-bigeasy@linutronix.de> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161110091809.vxyf3yiuxtjy3vqv@pd.tnic> References: <20161110091809.vxyf3yiuxtjy3vqv@pd.tnic> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The fixed up version of patch 1-4 was already posted and are here just for completeness. Patches 5-7 are new and address Boris's concern not to init the MCE feature= too late on the boot CPU during the boot process. Sebastian