Hi Linus, There's dramatic queued up for this merge window for SLAB. Bulk of the changes are straight-forward SLUB cleanups from Christoph Lameter's recent SLAB/SLUB unification patch series but there's also few SLAB and SLOB fixes thrown into the mix. Pekka The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51: Linus Torvalds (1): Linux 2.6.35 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6.git for-linus Arjan van de Ven (1): slab: use deferable timers for its periodic housekeeping Bob Liu (1): SLOB: Free objects to their own list Christoph Lameter (7): slub: Use a constant for a unspecified node. SLUB: Constants need UL slub: Check kasprintf results in kmem_cache_init() slub: Allow removal of slab caches during boot slub: Use kmem_cache flags to detect if slab is in debugging mode. slub numa: Fix rare allocation from unexpected node slub: Allow removal of slab caches during boot Pekka Enberg (2): Revert "slub: Allow removal of slab caches during boot" Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' into for-linus Xiaotian Feng (1): slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACING include/linux/page-flags.h | 2 - include/linux/slab.h | 6 ++- mm/slab.c | 2 +- mm/slob.c | 9 ++++- mm/slub.c | 86 ++++++++++++++++++++++---------------------- 5 files changed, 56 insertions(+), 49 deletions(-) -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>