Cc: Patrick McHardy <kaber@...>, Ingo Molnar <mingo@...>, David Miller <davem@...>, <w@...>, <davidn@...>, <torvalds@...>, <akpm@...>, <netdev@...>, <linux-kernel@...>, <stefanr@...>, <rjw@...>, <ilpo.jarvinen@...>, Dave Jones <davej@...>, Matt Mackall <mpm@...>, Christoph Lameter <cl@...>
Hi Herbert,
On Thu, Jul 24, 2008 at 02:03:50PM +0200, Patrick McHardy wrote:
On Thu, Jul 24, 2008 at 3:22 PM, Herbert Xu <herbert@gondor.apana.org.au> wrote:
Using ksize() for skbs will crash your kernel for some configurations
because calling that function for memory allocated with
kmem_cache_alloc() is not supported by all the allocators (well,
SLOB).
Pekka
--