The patch titled Subject: selftests: add a kselftest for SLUB debugging functionality-fix has been removed from the -mm tree. Its filename was selftests-add-a-kselftest-for-slub-debugging-functionality-fix.patch This patch was dropped because it was folded into selftests-add-a-kselftest-for-slub-debugging-functionality.patch ------------------------------------------------------ From: Vlastimil Babka <vbabka@xxxxxxx> Subject: selftests: add a kselftest for SLUB debugging functionality-fix Remove a BUILD_BUG_ON left over from original resiliency_test() that breaks builds. Link: https://lkml.kernel.org/r/53cc267d-aa0a-071a-f9f8-0b47ec4b2b9d@xxxxxxx Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Reported-by: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/test_slub.c | 3 --- 1 file changed, 3 deletions(-) --- a/lib/test_slub.c~selftests-add-a-kselftest-for-slub-debugging-functionality-fix +++ a/lib/test_slub.c @@ -97,9 +97,6 @@ static void __init test_clobber_redzone_ static void __init resiliency_test(void) { - - BUILD_BUG_ON(KMALLOC_MIN_SIZE > 16 || KMALLOC_SHIFT_HIGH < 10); - pr_err("SLUB resiliency testing\n"); pr_err("-----------------------\n"); pr_err("A. Corruption after allocation\n"); _ Patches currently in -mm which might be from vbabka@xxxxxxx are mm-slub-enable-slub_debug-static-key-when-creating-cache-with-explicit-debug-flags.patch selftests-add-a-kselftest-for-slub-debugging-functionality.patch