Re: linux-next: Tree for Mar 19 (uml)

From: Al Viro
Date: Mon Mar 19 2012 - 12:44:55 EST


On Mon, Mar 19, 2012 at 05:14:48PM +0100, Richard Weinberger wrote:
> Looks like this commit introduced the issue:
>
> commit 1ed71e0439cba3609d3c69bf04795e0389cd35e4
> Author: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> Date: Thu Feb 23 01:33:19 2012 -0500
>
> um: embed ->stub_pages[] into mmu_context
>
> seriously, kmalloc() for two-element array of pointers?
>
> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
>
> The size of struct page is not known to all users of asm/mmu.h

Aaargh... Dumb braino, fixed in the local queue back in Feb 25, fix
not folded into commit and missed on cherry-pick ;-/

It's
struct page *stub_pages[2];
of course...

OK, fix properly folded into that sucker, for-next repushed.
--
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/