On Wed, 15 Jul 2015, Jesper Dangaard Brouer wrote: > This allows a list of object to be free'ed using a single locked > cmpxchg_double. Well not really. The objects that are to be freed on the list have additional requirements. They must all be objects from the *same* slab page. This needs to be pointed out everywhere otherwise people will try to free random objects via this function and we will have weird failure cases. -- 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>