Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752908Ab0ACQH7 (ORCPT ); Sun, 3 Jan 2010 11:07:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752889Ab0ACQH5 (ORCPT ); Sun, 3 Jan 2010 11:07:57 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:53290 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752888Ab0ACQHy (ORCPT ); Sun, 3 Jan 2010 11:07:54 -0500 Date: Sun, 3 Jan 2010 16:03:13 +0000 From: Russell King - ARM Linux To: Hui Zhu Cc: saeed bishara , Catalin Marinas , Nicolas Pitre , Ralf Baechle , David Daney , Tomaso Paoletti , Chris Dearman , Paul Gortmaker , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Frederic Weisbecker , Alexey Dobriyan , Brian Gerst , Tejun Heo , Rusty Russell , Andrew Morton , Steven Rostedt , Greg Kroah-Hartman , "Paul E. McKenney" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Coly Li Subject: Re: [PATCH] stack2core: show stack message and convert it to core file when kernel die Message-ID: <20100103160313.GA21156@n2100.arm.linux.org.uk> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2172 Lines: 59 On Sun, Jan 03, 2010 at 11:05:05PM +0800, Hui Zhu wrote: > Hello, > > For, when the kernel die, the user will get some message like: > PC is at kernel_init+0xd4/0x104 > LR is at _atomic_dec_and_lock+0x48/0x6c > pc : [] lr : [] psr: 60000013 > sp : c7823fd8 ip : c7823f48 fp : c7823ff4 > Stack: (0xc7823fd8 to 0xc7824000) > 3fc0: 00000000 00000001 > Backtrace: > [] (kernel_init+0x0/0x104) from [] (do_exit+0x0/0x880) > This backtrace have some wrong message sometime and cannot get any > val. Of course, kdump can get more message. But it need do some a lot > of other config. If you have frame pointers enabled, the backtrace is _never_ wrong. It only goes wrong if you disable frame pointers, at which point the unwind tables have to be used. > When kernel die, show some message: > S2C:elf_class=1 > S2C:elf_data=1 > S2C:elf_arch=40 > S2C:elf_osabi=0 > S2C:r0=0x00000000; > S2C:r1=0xc7822000; > S2C:r2=0xc7823f48; > S2C:r3=0x00000003; > S2C:r4=0x00000000; > S2C:r5=0x00000000; > S2C:r6=0x00000000; > S2C:r7=0x00000000; > S2C:r8=0x00000000; > S2C:r9=0x00000000; > S2C:r10=0x00000000; > S2C:fp=0xc7823ff4; > S2C:ip=0xc7823f48; > S2C:sp=0xc7823fd8; > S2C:lr=0xc01911f8; > S2C:pc=0xc0008470; > S2C:cpsr=0x60000013; > S2C:ORIG_r0=0xffffffff; > > S2C:stack=0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, > S2C:stack=0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, > S2C:stack=0x00, 0x00, 0x00, 0x00, 0xf8, 0x3f, 0x82, 0xc7, > S2C:stack=0x60, 0x26, 0x04, 0xc0, 0xa8, 0x83, 0x00, 0xc0, > S2C:stack=0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, Please don't invent yet another way of dumping stuff out of the kernel. What we already have is sufficient for your needs - there's no reason what so ever to change it to achieve your goals. We already dump the registers and the stack, which seems to be all that you require. -- 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/