On Sun, 5 Aug 2012, JoonSoo Kim wrote: > sysfs_slab_alias() in __kmem_cache_alias() stores reference of name param. > Currently, when we call __kmem_cache_alias(), we don't do kstrdup(). > It is not desired behavior as we don't want to be depend on caller of > kmem_cache_create(). > So we need to do kstrdup() before invoking __kmem_cache_alias(). Ok. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>