Messages in this thread |  | | | Date | Tue, 01 Jan 2008 12:04:02 +0530 | | From | Srinivasa Ds <> | | Subject | Re: [RFC] [patch 1/2] add non_init_kernel_text_address | |
Rusty Russell wrote:
>
> Subject: Don't report discarded init pages as kernel text.
>
> Current code could cause a bug in symbol_put_addr() if an arch used
> kmalloc module text: we might think the symbol belongs to the core
> kernel.
>
> The downside is that this might make backtraces through (discarded)
> init functions harder to read on some archs, but we already have that
> issue for modules and noone has complained.
Thanks Rusty, This patch fixes my problem.
Tested-by: Srinivasa DS <srinivasa@in.ibm.com>
|  |