On Thu, 2 Aug 2012, Glauber Costa wrote: > > - kfree(n); > > + kfree(s->name); > > This last statement is a NULL pointer dereference. Yes. The statement should have been removed at the earlier patch where we move the allocation of the kmem_cache struct. 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>