Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756405Ab3FRW30 (ORCPT ); Tue, 18 Jun 2013 18:29:26 -0400 Received: from mail-ve0-f169.google.com ([209.85.128.169]:55978 "EHLO mail-ve0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755449Ab3FRW3X (ORCPT ); Tue, 18 Jun 2013 18:29:23 -0400 MIME-Version: 1.0 In-Reply-To: <20130618063858.3645.75676.stgit@localhost.localdomain> References: <20130617082135.GB7203@pd.tnic> <20130618063858.3645.75676.stgit@localhost.localdomain> Date: Tue, 18 Jun 2013 15:29:22 -0700 Message-ID: Subject: Re: [PATCH] Re: [Patch] MCE, APEI: Don't enable CMCI when Firmware First mode is set in From: Tony Luck To: "Naveen N. Rao" Cc: Borislav Petkov , ananth@in.ibm.com, masbock@linux.vnet.ibm.com, lcm@linux.vnet.ibm.com, Linux Kernel Mailing List , linux-acpi , Huang Ying Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 677 Lines: 19 On Mon, Jun 17, 2013 at 11:43 PM, Naveen N. Rao wrote: > + if (bank >= mca_cfg.banks) { > + pr_info("mce_disable_bank: Invalid MCA bank %d ignored.\n", bank); Let's have a FW_BUG in that message to point a finger at the source of the problem. + apei_hest_parse(hest_parse_cmc, NULL); I think we want a boot command line option to opt out of this. "nohestcmc"?? -Tony -- 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/