aboutsummaryrefslogtreecommitdiffstats
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
parentdocs: backlight: Clarify `actual_brightness` (diff)
parentBackMerge tag 'v6.15-rc5' into drm-next (diff)
downloadlinux-6a5ca33b88b5cd6ff216593dc8d13c8b4bef6704.tar.gz
linux-6a5ca33b88b5cd6ff216593dc8d13c8b4bef6704.zip
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");