On Thu, May 22, 2008 at 10:32:21AM +0900, FUJITA Tomonori wrote: > > What I asking is: > > On most architectures, the minimum alignment guaranteed by kmalloc is > too small (8 bytes). This ideal story doesn't happen to most of us. Right, so the real issue is that what we have here is a lower bound of the kmalloc alignment. In reality, the kmalloc return values are cache-line aligned when debugging is off. So if you can think of a way of getting a better bound at compile time, I'm all ears. Otherwise this discussion seems to be completely pointless. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html