The patch titled Subject: mm-slub-query-dynamic-debug_pagealloc-setting-v2 has been removed from the -mm tree. Its filename was mm-slub-query-dynamic-debug_pagealloc-setting-v2.patch This patch was dropped because it was folded into mm-slub-query-dynamic-debug_pagealloc-setting.patch ------------------------------------------------------ From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Subject: mm-slub-query-dynamic-debug_pagealloc-setting-v2 v2: clean up code, per Christian. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Reviewed-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/slub.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/slub.c~mm-slub-query-dynamic-debug_pagealloc-setting-v2 mm/slub.c --- a/mm/slub.c~mm-slub-query-dynamic-debug_pagealloc-setting-v2 +++ a/mm/slub.c @@ -256,6 +256,7 @@ static inline void *get_freepointer_safe if (!debug_pagealloc_enabled()) return get_freepointer(s, object); + probe_kernel_read(&p, (void **)(object + s->offset), sizeof(p)); return p; } _ Patches currently in -mm which might be from iamjoonsoo.kim@xxxxxxx are mm-vmalloc-query-dynamic-debug_pagealloc-setting.patch mm-slub-query-dynamic-debug_pagealloc-setting.patch sound-query-dynamic-debug_pagealloc-setting.patch powerpc-query-dynamic-debug_pagealloc-setting.patch tile-query-dynamic-debug_pagealloc-setting.patch mm-introduce-page-reference-manipulation-functions.patch mm-page_ref-add-tracepoint-to-track-down-page-reference-manipulation.patch mm-page_ref-add-tracepoint-to-track-down-page-reference-manipulation-fix-3.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