diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2024-02-04 14:09:33 -0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-02-04 14:09:33 -0800 |
commit | c8bdef1560d976340e421d5e188f94789e4cfa28 (patch) | |
tree | cee684e80305ca00c97fcfcf8527c23b8f1df7a2 /lib/kunit/executor.c | |
parent | 349bd87f6091ac68b8eab368ce30bcaf6d45c50e (diff) | |
parent | 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478 (diff) |
Merge branch 'master' into mm-hotfixes-stable
Diffstat (limited to 'lib/kunit/executor.c')
-rw-r--r-- | lib/kunit/executor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/kunit/executor.c b/lib/kunit/executor.c index 717b9599036b..689fff2b2b10 100644 --- a/lib/kunit/executor.c +++ b/lib/kunit/executor.c @@ -146,6 +146,10 @@ void kunit_free_suite_set(struct kunit_suite_set suite_set) kfree(suite_set.start); } +/* + * Filter and reallocate test suites. Must return the filtered test suites set + * allocated at a valid virtual address or NULL in case of error. + */ struct kunit_suite_set kunit_filter_suites(const struct kunit_suite_set *suite_set, const char *filter_glob, |