Hi folks, A little patchset brought to you by the CELF project: "Kernel dynamic memory allocation tracking and reduction" [1]. This applies cleanly on top of Pekka's slab/for-linus, which seems to be the latest branch. (slab-next is a bit outdated) Ezequiel Garcia (3): mm/sl[aou]b: Move common kmem_cache_size() to slab.h mm/slob: Use object_size field in kmem_cache_size() mm/slob: Drop usage of page->private for storing page-sized allocations include/linux/slab.h | 9 ++++++++- mm/slab.c | 6 ------ mm/slob.c | 34 ++++++++++++---------------------- mm/slub.c | 9 --------- 4 files changed, 20 insertions(+), 38 deletions(-) Any comments/flames welcome! Thanks! Ezequiel [1] http://elinux.org/Kernel_dynamic_memory_allocation_tracking_and_reduction -- 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>