The patch titled Subject: mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix has been added to the -mm tree. Its filename is mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jesper Dangaard Brouer <brouer@xxxxxxxxxx> Subject: mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix First fix is for compiling with CONFIG_FAILSLAB. The linux-next commit needing this fix is 074b6f53c320 ("mm: fault-inject take over bootstrap kmem_cache check"). Signed-off-by: Jesper Dangaard Brouer <brouer@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/failslab.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/failslab.c~mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix mm/failslab.c --- a/mm/failslab.c~mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix +++ a/mm/failslab.c @@ -1,5 +1,6 @@ #include <linux/fault-inject.h> #include <linux/slab.h> +#include <linux/mm.h> #include "slab.h" static struct { diff -puN mm/slab.c~mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix mm/slab.c _ Patches currently in -mm which might be from brouer@xxxxxxxxxx are slub-cleanup-code-for-kmem-cgroup-support-to-kmem_cache_free_bulk.patch mm-slab-move-slub-alloc-hooks-to-common-mm-slabh.patch mm-fault-inject-take-over-bootstrap-kmem_cache-check.patch mm-fault-inject-take-over-bootstrap-kmem_cache-check-fix.patch slab-use-slab_pre_alloc_hook-in-slab-allocator-shared-with-slub.patch mm-kmemcheck-skip-object-if-slab-allocation-failed.patch slab-use-slab_post_alloc_hook-in-slab-allocator-shared-with-slub.patch slab-implement-bulk-alloc-in-slab-allocator.patch slab-avoid-running-debug-slab-code-with-irqs-disabled-for-alloc_bulk.patch slab-implement-bulk-free-in-slab-allocator.patch mm-new-api-kfree_bulk-for-slabslub-allocators.patch mm-fix-some-spelling.patch b.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html