From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 04 Apr 2017 14:36:12 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:34390 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S23993894AbdDDMgEP4XIi (ORCPT ); Tue, 4 Apr 2017 14:36:04 +0200 Received: from h7.dl5rb.org.uk (localhost [127.0.0.1]) by h7.dl5rb.org.uk (8.15.2/8.14.8) with ESMTP id v34Ca2YN030416; Tue, 4 Apr 2017 14:36:02 +0200 Received: (from ralf@localhost) by h7.dl5rb.org.uk (8.15.2/8.15.2/Submit) id v34Ca176030415; Tue, 4 Apr 2017 14:36:01 +0200 Date: Tue, 4 Apr 2017 14:36:01 +0200 From: Ralf Baechle To: "Jason A. Donenfeld" Cc: Matt Redfearn , linux-mips@linux-mips.org, Paolo Bonzini , Marcin Nowakowski , Masanari Iida , Chris Metcalf , LKML , James Hogan , Paul Burton , Ingo Molnar , Andrew Morton Subject: Re: [PATCH] MIPS: IRQ Stack: Unwind IRQ stack onto task stack Message-ID: <20170404123601.GH7681@linux-mips.org> References: <1490107945-21553-1-git-send-email-matt.redfearn@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 57558 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: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tue, Apr 04, 2017 at 01:58:04PM +0200, Jason A. Donenfeld wrote: > This indeed is useful. Out of curiosity, are other archs using a > similar technique? In anycase, > > Acked-by: Jason A. Donenfeld Unfortunately MIPS doesn't have anything like a frame pointer or similar to make backtracing easy so proper stacktraces have always been more of rocket science than they really ought to ... Ralf