From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758706Ab3JOLmT (ORCPT ); Tue, 15 Oct 2013 07:42:19 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:37873 "EHLO e28smtp06.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750904Ab3JOLmR (ORCPT ); Tue, 15 Oct 2013 07:42:17 -0400 Message-ID: <525D2A07.6080201@linux.vnet.ibm.com> Date: Tue, 15 Oct 2013 17:11:59 +0530 From: "Naveen N. Rao" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Tony Luck , Borislav Petkov CC: Chen Gong , Linux Kernel Mailing List , linux-acpi , Lance Ortiz Subject: Re: [PATCH 7/8] ACPI, APEI, CPER: Cleanup CPER memory error output format References: <1381473166-29303-1-git-send-email-gong.chen@linux.intel.com> <1381473166-29303-8-git-send-email-gong.chen@linux.intel.com> <20131011160208.GL5925@pd.tnic> <20131014045500.GC12189@gchen.bj.intel.com> <20131014103616.GE4009@pd.tnic> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13101511-9574-0000-0000-00000A1460F7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/14/2013 10:42 PM, Tony Luck wrote: > On Mon, Oct 14, 2013 at 3:36 AM, Borislav Petkov wrote: >> On Mon, Oct 14, 2013 at 12:55:00AM -0400, Chen Gong wrote: >>> Because most of data in CPER are empty or unimportant. >> >> It is not about whether it is important or not - the question is whether >> changing existing functionality which someone might rely upon is a >> problem here? Someone might be expecting exactly those messages to >> appear in dmesg. If so, how will disabling dmesg output and switching to a trace event help? The user-space program will still break unless they add support for that trace event, right? I'm not sure if we actually provide guarantees w.r.t kernel log messages. The issue in this specific scenario is the sheer verbosity of the log messages. I personally feel that it will be good if we can simplify the log output. Thanks, Naveen