On Thu, 2 Aug 2012, David Rientjes wrote: > Nice catch of the memory leak! No memory leak. kmem_cache was alrady released on kmem_cache_release() via sysfs. This introduced the double free that Glauber saw. Fixing this issue causes subsequent patches to also need some changes. Sigh. -- 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>