From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753082AbdDDMpD (ORCPT ); Tue, 4 Apr 2017 08:45:03 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:41444 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092AbdDDMpC (ORCPT ); Tue, 4 Apr 2017 08:45:02 -0400 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) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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