Hi all, Today's linux-next merge of the maple tree got a conflict in: tools/include/linux/slab.h between commit: 5a198c3f9b0b ("tools: Move gfp.h and slab.h from radix-tree to lib") from the memblock tree and commit: 3a77b4e41d4f ("radix tree test suite: Add support for slab bulk APIs") from the maple tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc tools/include/linux/slab.h index f41d8a0eb1a4,d7aed1cc6978..000000000000 --- a/tools/include/linux/slab.h +++ b/tools/include/linux/slab.h @@@ -35,4 -24,8 +35,8 @@@ struct kmem_cache *kmem_cache_create(co unsigned int align, unsigned int flags, void (*ctor)(void *)); + void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list); + int kmem_cache_alloc_bulk(struct kmem_cache *cachep, gfp_t gfp, size_t size, + void **list); + -#endif /* SLAB_H */ +#endif /* _TOOLS_SLAB_H */