Prev: [PATCH 3/4] add the new generic kfifo API
Next: [PATCH] Security: Fix the comment of cap_file_mmap()
From: Tejun Heo on 18 Apr 2010 17:30 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 know much about details of um builds. I suppose this patch will go through um tree? Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jan Kiszka on 19 Apr 2010 03:40 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 um build was okay but I don't know much about details > of um builds. We may use different configs. Also, your userland includes have to lack slab.h. > 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. Jan
From: Tejun Heo on 19 Apr 2010 04:20 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Tejun Heo on 19 Apr 2010 04:50 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 <jan.kiszka(a)web.de> applied to percpu#for-linus/next. Will push to Linus in a few days. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jeff Dike on 20 Apr 2010 10:40 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. Jeff -- Work email - jdike at linux dot intel dot com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Next
|
Last
Pages: 1 2 Prev: [PATCH 3/4] add the new generic kfifo API Next: [PATCH] Security: Fix the comment of cap_file_mmap() |