I get warnings that __kmalloc and malloc_sizes are undefined in all the
drivers that I build as modules in 2.5.71. This is not solely a matter
of including slab.h either. The orinoco_cs driver, for example,
includes slab.h and I still get this error. Any pointers?
John Weber wrote:
> I get warnings that __kmalloc and malloc_sizes are undefined in all the
> drivers that I build as modules in 2.5.71. This is not solely a matter
> of including slab.h either. The orinoco_cs driver, for example,
> includes slab.h and I still get this error. Any pointers?
I decided to do a build from a new linux-2.5.71 tree and this problem
went away. I guess something strange happened to my source tree in one
of those daily (bk<->)cvs updates.