Re: [PATCH 1/3] reliable stack trace support

From: Ingo Molnar
Date: Tue May 16 2006 - 10:39:12 EST



* Jan Beulich <jbeulich@xxxxxxxxxx> wrote:

> These are the generic bits needed to enable reliable stack traces
> based on Dwarf2-like (.eh_frame) unwind information. Subsequent
> patches will enable x86-64 and i386 to make use of this.

really nice!

> +config STACK_UNWIND
> + bool "Stack unwind support"
> + depends on UNWIND_INFO
> + depends on n

'depends on n' ? Also, i think this should be 'default y'. The code is
very clean. Curious: how much testing has it seen?

Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/