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