Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-20 Thread Jan Kiszka
Jeff Dike wrote: > On Mon, Apr 19, 2010 at 10:12:04PM +0200, Jiri Kosina wrote: >> Well, if Jeff isn't actively maintaining UML any more, either you can take >> over the maintainership yourself, or feed the non-trivial patches through >> Andrew Morton. > > Yes, these generally go through Andrew.

Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-20 Thread Jeff Dike
On Mon, Apr 19, 2010 at 10:12:04PM +0200, Jiri Kosina wrote: > Well, if Jeff isn't actively maintaining UML any more, either you can take > over the maintainership yourself, or feed the non-trivial patches through > Andrew Morton. Yes, these generally go through Andrew.

Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-19 Thread Jiri Kosina
On Mon, 19 Apr 2010, Jan Kiszka wrote: > >>> I suppose this patch will go through um tree? > >> Good question. Does such a tree exist? I'm sitting on a few more um > >> cleanups & fixes, and so far I'm working against Linus' tree as I failed > >> to find anything more recent. > > > > If these are

Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-19 Thread Jan Kiszka
Jiri Kosina wrote: > On Mon, 19 Apr 2010, Jan Kiszka wrote: > >>> I suppose this patch will go through um tree? >> Good question. Does such a tree exist? I'm sitting on a few more um >> cleanups & fixes, and so far I'm working against Linus' tree as I failed >> to find anything more recent. > > I

Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-19 Thread Jiri Kosina
On Mon, 19 Apr 2010, Jan Kiszka wrote: > > I suppose this patch will go through um tree? > > Good question. Does such a tree exist? I'm sitting on a few more um > cleanups & fixes, and so far I'm working against Linus' tree as I failed > to find anything more recent. If these are simple-enough c

Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-19 Thread Tejun Heo
On 04/19/2010 01:37 AM, Jan Kiszka wrote: > We now have to to include linux/slab.h explicitly for kmalloc & friends. > Files that build against host headers already get their prototypes via > um_malloc.h, linux/slab.h may even be unavailable. > > Signed-off-by: Jan Kiszka applied to percpu#for-l

Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-19 Thread Tejun Heo
On 04/19/2010 04:35 PM, Jan Kiszka wrote: > Good question. Does such a tree exist? I'm sitting on a few more um > cleanups & fixes, and so far I'm working against Linus' tree as I failed > to find anything more recent. Well, in that case, I'll route this one through percpu. Thanks. -- tejun --

Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-19 Thread Jan Kiszka
Tejun Heo wrote: > Hello, > > On 04/19/2010 01:37 AM, Jan Kiszka wrote: >> We now have to to include linux/slab.h explicitly for kmalloc & friends. >> Files that build against host headers already get their prototypes via >> um_malloc.h, linux/slab.h may even be unavailable. > > Hmmm... my test u

Re: [uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-18 Thread Tejun Heo
Hello, On 04/19/2010 01:37 AM, Jan Kiszka wrote: > We now have to to include linux/slab.h explicitly for kmalloc & friends. > Files that build against host headers already get their prototypes via > um_malloc.h, linux/slab.h may even be unavailable. Hmmm... my test um build was okay but I don't k

[uml-devel] [PATCH] uml: Fix build breakage after slab.h changes

2010-04-18 Thread Jan Kiszka
We now have to to include linux/slab.h explicitly for kmalloc & friends. Files that build against host headers already get their prototypes via um_malloc.h, linux/slab.h may even be unavailable. Signed-off-by: Jan Kiszka --- arch/um/drivers/line.c|1 + arch/um/os-Linux/helper.c |1 -