Re: [PATCH] ring-buffer: fix free page

From: Ingo Molnar
Date: Wed Oct 22 2008 - 11:02:32 EST



* Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

>
> The pages of a buffer was originally pointing to the page struct, it
> now points to the page address. The freeing of the page still uses
> the page frame free "__free_page" instead of the correct free_page to
> the address.
>
> Signed-off-by: Steven Rostedt <srostedt@xxxxxxxxxx>
> ---
> kernel/trace/ring_buffer.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

applied to tip/tracing/urgent, thanks Steve!

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/