All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality-fix.patch removed from -mm tree
@ 2021-06-29  0:13 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-06-29  0:13 UTC (permalink / raw)
  To: elver, glittao, mm-commits


The patch titled
     Subject: mm/slub, kunit: add a KUnit test for SLUB debugging functionality-fix
has been removed from the -mm tree.  Its filename was
     mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality-fix.patch

This patch was dropped because it was folded into mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality.patch

------------------------------------------------------
From: Oliver Glitta <glittao@gmail.com>
Subject: mm/slub, kunit: add a KUnit test for SLUB debugging functionality-fix

Remove unused function test_exit(), from SLUB KUnit test.

Link: https://lkml.kernel.org/r/20210512140656.12083-1-glittao@gmail.com
Signed-off-by: Oliver Glitta <glittao@gmail.com>
Reported-by: Marco Elver <elver@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 lib/slub_kunit.c |    3 ---
 1 file changed, 3 deletions(-)

--- a/lib/slub_kunit.c~mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality-fix
+++ a/lib/slub_kunit.c
@@ -129,8 +129,6 @@ static int test_init(struct kunit *test)
 	return 0;
 }
 
-static void test_exit(struct kunit *test) {}
-
 static struct kunit_case test_cases[] = {
 	KUNIT_CASE(test_clobber_zone),
 
@@ -147,7 +145,6 @@ static struct kunit_case test_cases[] =
 static struct kunit_suite test_suite = {
 	.name = "slub_test",
 	.init = test_init,
-	.exit = test_exit,
 	.test_cases = test_cases,
 };
 kunit_test_suite(test_suite);
_

Patches currently in -mm which might be from glittao@gmail.com are

mm-slub-kunit-add-a-kunit-test-for-slub-debugging-functionality.patch
slub-remove-resiliency_test-function.patch
mm-slub-use-stackdepot-to-save-stack-trace-in-objects.patch


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

only message in thread, other threads:[~2021-06-29  0:13 UTC | newest]

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.