From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757308AbXD0VKz (ORCPT ); Fri, 27 Apr 2007 17:10:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757310AbXD0VKz (ORCPT ); Fri, 27 Apr 2007 17:10:55 -0400 Received: from mx1.redhat.com ([66.187.233.31]:38822 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757307AbXD0VKx (ORCPT ); Fri, 27 Apr 2007 17:10:53 -0400 Message-ID: <463266D3.8080607@redhat.com> Date: Fri, 27 Apr 2007 17:10:43 -0400 From: Chuck Ebbert Organization: Red Hat User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: schwidefsky@de.ibm.com CC: Andi Kleen , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, Heiko Carstens Subject: Re: [patch 18/38] Improved oops output. References: <20070427140503.087958775@de.ibm.com> <20070427140516.013904506@de.ibm.com> <1177707409.7451.4.camel@localhost> In-Reply-To: <1177707409.7451.4.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Martin Schwidefsky wrote: > On Fri, 2007-04-27 at 20:14 +0200, Andi Kleen wrote: >> Martin Schwidefsky writes: >> >>> Second a disassembler is added that decodes the instructions surrounding >>> the faulting PSW. >> Is that really needed? I use a simple wrapper around as/objdump for this >> and it works great. >> >> (ftp://ftp.firstfloor.org/pub/ak/shell/decodecode) > > It is not absolutly needed but it is damn convenient. Usually I can > immediatly see the reason for the oops. And the size is only 8KB which > is next to nothing. > Yeah, well your instruction set is really simple anyway. :) I wonder how big the x86 disassembler is...