Re: [PATCH] MIPS: IRQ Stack: Unwind IRQ stack onto task stack

From: Ralf Baechle
Date: Tue Apr 04 2017 - 08:45:06 EST


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 <Jason@xxxxxxxxx>

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