Re: arch/x86_64/kernel/traps.c:show_trace should use __kernel_text_address

From: Andi Kleen
Date: Wed Aug 30 2006 - 12:55:16 EST


Mathieu Desnoyers <compudj@xxxxxxxxxxxxxxxxxx> writes:

> Hi,
>
> I noticed arch/x86_64/kernel/traps.c:show_trace uses kernel_text_address to
> verify that an address can potentially belong to kernel code. However, this
> version takes a spinlock and should not be called from oops. I think
> __kernel_text_address would be more appropriate there.

Ok I changed it. Thanks

-Andi
-
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/