From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753450AbbF3Sjo (ORCPT ); Tue, 30 Jun 2015 14:39:44 -0400 Received: from mail.skyhub.de ([78.46.96.112]:39326 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751767AbbF3Sjh (ORCPT ); Tue, 30 Jun 2015 14:39:37 -0400 Date: Tue, 30 Jun 2015 20:39:14 +0200 From: Borislav Petkov To: Ashok Raj Cc: linux-kernel@vger.kernel.org, linux-edac@vger.kernel.org, Boris Petkov , Tony Luck Subject: Re: [Patch V1 2/2] x86, mce: clear Local MCE opt-in before kexec. Message-ID: <20150630183914.GI23297@pd.tnic> References: <1435621095-4802-1-git-send-email-ashok.raj@intel.com> <1435621095-4802-2-git-send-email-ashok.raj@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1435621095-4802-2-git-send-email-ashok.raj@intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 29, 2015 at 07:38:15PM -0400, Ashok Raj wrote: > kexec could boot a kernel that could be legacy with no knowledge of LMCE. > hence we should make sure we clear LMCE optin before kexec reboot. > > Signed-off-by: Ashok Raj > --- > arch/x86/include/asm/mce.h | 4 ++++ > arch/x86/kernel/cpu/mcheck/mce.c | 30 ++++++++++++++++++++++++++++++ > arch/x86/kernel/cpu/mcheck/mce_intel.c | 19 ++++++++++++++++++- > arch/x86/kernel/process.c | 2 ++ > arch/x86/kernel/smp.c | 2 ++ > 5 files changed, 56 insertions(+), 1 deletion(-) No complaints, looks ok to me. Applied, thanks. -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --