From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:55040 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754184AbcHDIMI (ORCPT ); Thu, 4 Aug 2016 04:12:08 -0400 Date: Thu, 4 Aug 2016 10:05:21 +0200 From: Greg KH To: Mahesh J Salgaonkar Cc: linuxppc-dev , Michael Ellerman , Paul Mackerras , stable@vger.kernel.org Subject: Re: [PATCH] powerpc/book3s: Fix MCE console messages for unrecoverable MCE. Message-ID: <20160804080521.GA19251@kroah.com> References: <147028600879.16761.7577655191376075114.stgit@jupiter.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147028600879.16761.7577655191376075114.stgit@jupiter.in.ibm.com> Sender: stable-owner@vger.kernel.org List-ID: On Thu, Aug 04, 2016 at 10:16:48AM +0530, Mahesh J Salgaonkar wrote: > From: Mahesh Salgaonkar > > When machine check occurs with MSR(RI=0), it means MC interrupt is > unrecoverable and kernel goes down to panic path. But the console > message still shows it as recovered. This patch fixes the MCE console > messages. > > Signed-off-by: Mahesh Salgaonkar > --- > arch/powerpc/kernel/mce.c | 3 ++- > arch/powerpc/platforms/powernv/opal.c | 2 ++ > 2 files changed, 4 insertions(+), 1 deletion(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.