Hi all, Today's linux-next merge of the kmemcheck tree got a conflict in mm/Makefile between commit 32efb35b328d0e87fa5358239c54c889226cc6e7 ("SLQB slab allocator (try 2)") from the slab tree and commit e6df1035b1b488cafde1e69f1a25f2706c3ac1f7 ("kmemcheck: add mm functions") from the kmemcheck tree. Just trivial overlapping additions. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ diff --cc mm/Makefile index 658ba14,1d353e3..0000000 --- a/mm/Makefile +++ b/mm/Makefile @@@ -26,7 -26,7 +26,8 @@@ obj-$(CONFIG_SLOB) += slob. obj-$(CONFIG_MMU_NOTIFIER) += mmu_notifier.o obj-$(CONFIG_SLAB) += slab.o obj-$(CONFIG_SLUB) += slub.o +obj-$(CONFIG_SLQB) += slqb.o + obj-$(CONFIG_KMEMCHECK) += kmemcheck.o obj-$(CONFIG_FAILSLAB) += failslab.o obj-$(CONFIG_MEMORY_HOTPLUG) += memory_hotplug.o obj-$(CONFIG_FS_XIP) += filemap_xip.o -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html