Re: SLUB: Return ZERO_SIZE_PTR for kmalloc(0)

From: Jeremy Fitzhardinge
Date: Mon Jun 04 2007 - 12:33:02 EST


Linus Torvalds wrote:
> The thing is, why *should* we care about comparing addresses? We'll give
> the right result (you got many perfectly separate allocations, they're
> just zero bytes apart, exactly like you asked for!). The fact that C++ has
> some semantics for it is not a good argument - C++ is a broken language,
> and it's not the language we use for the kernel anyway.

C too, but I really honestly can't think of a scenario - realistic or
contrived - in which you'd end up doing a zero-sized allocation and care
that its address has been aliased. But we'll find out when we do it ;)

J
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/