From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 03 Jan 2010 18:51:47 +0100 (CET) Received: from caramon.arm.linux.org.uk ([78.32.30.218]:45138 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1493107Ab0ACRvn (ORCPT ); Sun, 3 Jan 2010 18:51:43 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arm.linux.org.uk; s=caramon; h=Date:From:To:Cc:Subject: Message-ID:References:MIME-Version:Content-Type:In-Reply-To: Sender; bh=CoWDwFVVkSra7nxerytlLCdGIVbkTrbpbACEiNiwq6w=; b=AT+8W +1jEis3yVJ6mMmbjrPSqt8VXj38S28zjRJmVtWhmhYrnNGFJuxTZgnKZyNBAgylp gaTuPRhloY3jZ0vbRDnrYhTQ5Nlmf2YRFde9FVibYMKVKCP1OjaNW+2EsgUySgMP DAkMB3qITjkC8reE6JzEBHrVyB+HG1u5LnNBK0= Received: from n2100.arm.linux.org.uk ([2002:4e20:1eda:1:214:fdff:fe10:4f86]) by caramon.arm.linux.org.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NRUYF-00074e-US; Sun, 03 Jan 2010 17:47:40 +0000 Received: from linux by n2100.arm.linux.org.uk with local (Exim 4.69) (envelope-from ) id 1NRUYD-00064H-Ht; Sun, 03 Jan 2010 17:47:37 +0000 Date: Sun, 3 Jan 2010 17:47:37 +0000 From: Russell King - ARM Linux To: Hui Zhu Cc: Arjan van de Ven , saeed bishara , Catalin Marinas , Nicolas Pitre , Ralf Baechle , David Daney , 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: <20100103174737.GD21156@n2100.arm.linux.org.uk> References: <20100103160313.GA21156@n2100.arm.linux.org.uk> <20100103164414.GB21156@n2100.arm.linux.org.uk> <20100103092608.0a04c664@infradead.org> 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) X-archive-position: 25484 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: linux@arm.linux.org.uk Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 1967 On Mon, Jan 04, 2010 at 01:39:44AM +0800, Hui Zhu wrote: > scripts/markup_oops.pl just support x86? > s2c support x86, x8664, arm, mips, mips64. I'm sure there's patches around to make it work on ARM, or if not, there soon will be. There's certainly patches around at the moment to make scripts/decodecode work on ARM.