Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752118Ab0AAUdy (ORCPT ); Fri, 1 Jan 2010 15:33:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752021Ab0AAUdx (ORCPT ); Fri, 1 Jan 2010 15:33:53 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:58110 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969Ab0AAUdw (ORCPT ); Fri, 1 Jan 2010 15:33:52 -0500 Date: Fri, 1 Jan 2010 20:32:42 +0000 From: Russell King - ARM Linux To: Rabin Vincent Cc: mmarek@suse.cz, linux-kernel@vger.kernel.org, wangcong@zeuux.org, akpm@linux-foundation.org, arjan@linux.intel.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] scripts: add ARM support to decodecode Message-ID: <20100101203242.GF16220@n2100.arm.linux.org.uk> References: <1262184839-24497-1-git-send-email-rabin@rab.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1262184839-24497-1-git-send-email-rabin@rab.in> 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: 1053 Lines: 24 On Wed, Dec 30, 2009 at 08:23:59PM +0530, Rabin Vincent wrote: > This patch adds support for decoding ARM oopses to scripts/decodecode. > The following things are handled: > > - ARCH and CROSS_COMPILE environment variables are respected. > > - The Code: in x86 oopses is in bytes, while it is in either words (4 > bytes) or halfwords for ARM. > > - Some versions of ARM objdump refuse to disassemble instructions > generated by literal constants (".word 0x..."). The workaround is to > strip the object file first. > > - The faulting instruction is marked (liked so) in ARM, but > in x86. I've been debating about changing that so we use () instead of <> to make things more consistent, but I've been holding off in case there's still any ksymoops users out there. Opinions? -- 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/