[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.1.10.0902161350350.18110@jikos.suse.cz>
Date: Mon, 16 Feb 2009 13:51:35 +0100 (CET)
From: Jiri Kosina <jkosina@...e.cz>
To: Américo Wang <xiyou.wangcong@...il.com>
Cc: Luca Bigliardi <shammash@...ha.org>, trivial@...nel.org,
linux-kernel@...r.kernel.org, jdike@...toit.com,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] Fix vde network backend in user mode linux
On Mon, 16 Feb 2009, Américo Wang wrote:
> >[ doesn't seem to be picked up by anyone into current -next nor -mmotm,
> > but isn't appropriate for trivial; adding akpm to cc ]
> >> * Replace kmalloc() with uml_kmalloc()
> >> (fix build failure)
> Weird... I sent a patch for this several months ago! I thought Jeff had
> already taken it... No?
I am not sure whether this has been fixed in another way, but current
linux-next still has
void vde_init_libstuff(struct vde_data *vpri, struct vde_init *init)
{
struct vde_open_args *args;
vpri->args = kmalloc(sizeof(struct vde_open_args), UM_GFP_KERNEL);
so the patch hasn't been at least applied in the form it has been
submitted.
--
Jiri Kosina
SUSE Labs
Powered by blists - more mailing lists