diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-07-29 15:56:03 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-07-29 15:56:03 -0700 |
| commit | 0561bd5692d12d0c52e149e5922e32321f25981d (patch) | |
| tree | b6f7eb11495a546abef5eb0d5aa6d5c6abcfeb4e /lib/tests/Makefile | |
| parent | 93942645c44f1ed4e834d162ae5ad9fb7ef07213 (diff) | |
| parent | 5c23ce0cb897b491a12667e3c15288eb03f8928d (diff) | |
| download | linux-0561bd5692d12d0c52e149e5922e32321f25981d.tar.gz linux-0561bd5692d12d0c52e149e5922e32321f25981d.tar.bz2 linux-0561bd5692d12d0c52e149e5922e32321f25981d.zip | |
Merge tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull ratelimit test updates from Paul McKenney:
"Add functional and stress tests:
- Add trivial kunit test for ratelimit
- Make the ratelimit test more reliable (Petr Mladek)
- Add stress test for ratelimit"
* tag 'ratelimit.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu:
lib: Add stress test for ratelimit
lib: Make the ratelimit test more reliable
lib: Add trivial kunit test for ratelimit
Diffstat (limited to 'lib/tests/Makefile')
| -rw-r--r-- | lib/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tests/Makefile b/lib/tests/Makefile index 83434b722193..fa6d728a8b5b 100644 --- a/lib/tests/Makefile +++ b/lib/tests/Makefile @@ -46,5 +46,6 @@ obj-$(CONFIG_STRING_KUNIT_TEST) += string_kunit.o obj-$(CONFIG_STRING_HELPERS_KUNIT_TEST) += string_helpers_kunit.o obj-$(CONFIG_USERCOPY_KUNIT_TEST) += usercopy_kunit.o obj-$(CONFIG_UTIL_MACROS_KUNIT) += util_macros_kunit.o +obj-$(CONFIG_RATELIMIT_KUNIT_TEST) += test_ratelimit.o obj-$(CONFIG_TEST_RUNTIME_MODULE) += module/ |
