mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] selftests-add-a-kselftest-for-slub-debugging-functionality-fix.patch removed from -mm tree
@ 2021-04-01  0:43 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-04-01  0:43 UTC (permalink / raw)
  To: mm-commits, naresh.kamboju, vbabka


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@suse.cz>
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@suse.cz
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@suse.cz 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-01  0:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01  0:43 [folded-merged] selftests-add-a-kselftest-for-slub-debugging-functionality-fix.patch removed from -mm tree akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).