summaryrefslogtreecommitdiff
path: root/lib/tests
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2025-05-06 09:09:49 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2025-05-06 09:09:49 +0200
commit6a5ca33b88b5cd6ff216593dc8d13c8b4bef6704 (patch)
tree041f4509bc167ef83376c97972128eae996b6e2b /lib/tests
parent8ecd32b668238a7a79b2f44b66dae8ffb87ac763 (diff)
parent5e0c67998152bdb91b056160449ee542b86271a5 (diff)
Merge drm/drm-next into drm-misc-next
Backmerging drm-next to get fixes from v6.15-rc5. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/slub_kunit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tests/slub_kunit.c b/lib/tests/slub_kunit.c
index d47c472b0520..848b682a2d70 100644
--- a/lib/tests/slub_kunit.c
+++ b/lib/tests/slub_kunit.c
@@ -325,4 +325,5 @@ static struct kunit_suite test_suite = {
};
kunit_test_suite(test_suite);
+MODULE_DESCRIPTION("Kunit tests for slub allocator");
MODULE_LICENSE("GPL");