Re: 2.6.28-rc6-git1 -- BUG: unable to handle kernel paging requestat ffff8800be8b0019

From: Steven Rostedt
Date: Thu Nov 27 2008 - 18:31:46 EST



[ Added Frederic ]

On Thu, 27 Nov 2008, Hugh Dickins wrote:
> break;
> --- 2.6.28-rc6/include/linux/ftrace.h 2008-11-02 23:17:56.000000000 +0000
> +++ linux/include/linux/ftrace.h 2008-11-27 16:39:26.000000000 +0000
> @@ -231,7 +231,7 @@ ftrace_init_module(unsigned long *start,
>
> struct boot_trace {
> pid_t caller;
> - char func[KSYM_NAME_LEN];
> + char func[KSYM_SYMBOL_LEN];
> int result;
> unsigned long long duration; /* usecs */
> ktime_t calltime;

Acked-by: Steven Rostedt <srostedt@xxxxxxxxxx>

The boot tracer was written by Frederic.

-- Steve

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