Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754372Ab1BDCvV (ORCPT ); Thu, 3 Feb 2011 21:51:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10563 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752420Ab1BDCvU (ORCPT ); Thu, 3 Feb 2011 21:51:20 -0500 Date: Thu, 3 Feb 2011 21:50:42 -0500 From: Vivek Goyal To: =?iso-8859-1?Q?Am=E9rico?= Wang Cc: Seiji Aguchi , "Eric W. Biederman" , KOSAKI Motohiro , linux kernel mailing list , Jarod Wilson Subject: Re: Query about kdump_msg hook into crash_kexec() Message-ID: <20110204025041.GB30087@redhat.com> References: <20110131225939.GH11974@redhat.com> <20110203094715.939C.A69D9226@jp.fujitsu.com> <20110203020528.GA21603@redhat.com> <5C4C569E8A4B9B42A84A977CF070A35B2C147F4346@USINDEVS01.corp.hds.com> <5C4C569E8A4B9B42A84A977CF070A35B2C147F43B7@USINDEVS01.corp.hds.com> <20110204022427.GA13902@cr0.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20110204022427.GA13902@cr0.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2218 Lines: 54 On Fri, Feb 04, 2011 at 10:24:27AM +0800, Am?rico Wang wrote: > On Thu, Feb 03, 2011 at 05:08:01PM -0500, Seiji Aguchi wrote: > >Hi Eric, > > > >Thank you for your prompt reply. > > > >I would like to consider "Needs in enterprise area" and "Implementation of kmsg_dump()" separately. > > > >(1) Needs in enterprise area > > In case of kdump failure, we would like to store kernel buffer to NVRAM/flush memory > > for detecting root cause of kernel crash. > > > >(2) Implementation of kmsg_dump > > You suggest to review/test cording of kmsg_dump() more. > > > >What do you think about (1)? > >Is it acceptable for you? > > > > For "in case of kdump fails", we can move > KMSG_DUMP_OOPS/KMSG_DUMP_PANIC before calling crash_kexec(), > so you can capture the log before kdump happens. True. If the idea is to capture the logs before kdump starts saving core, then kdump_msg() call, can be put before crash_kexec() call and there is no need to hook into crash_kexec(). Secondly now the question of whether kdump_msg() call should be before crash_kexec() or not because modules might want to do lots of unreliable things, I am now split on that. Especially because of the fact that if somebody wants it probably can use kprobe to hook into crash_kexec() or panic() or something like that to execute its code before everything else. The other reason I am little split on this because in the past I have seen kdump fail many a times either because of chipset issues or because of driver issues etc. So though I don't like it and I want drivers to be fixed to take care of booting in kdump environment, things not necessarily worked as well as we expected them to and it is not hard to meet a kdump failure. Hence though I do not prefer it but I will not stand in the way of kdump_msg() being called before crash_kexec() gets the control. But we should atleast remove the hook from crash_kexec() and get rid of additional config option (KMSG_DUMP_KEXEC). Thanks Vivek -- 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/