2003-06-15 00:54:33

by John Weber

[permalink] [raw]
Subject: [linux 2.5.71] Unresolved symbol malloc_sizes

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?


2003-06-16 06:34:34

by John Weber

[permalink] [raw]
Subject: Re: [linux 2.5.71] Unresolved symbol malloc_sizes

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.