From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [patch 18/38] Improved oops output. References: <20070427140503.087958775@de.ibm.com> <20070427140516.013904506@de.ibm.com> From: Andi Kleen Date: 27 Apr 2007 20:14:01 +0200 In-Reply-To: <20070427140516.013904506@de.ibm.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Martin Schwidefsky Cc: linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, Heiko Carstens List-ID: 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) -Andi