[<prev] [next>] [day] [month] [year] [list]
Message-ID: <6a4a7b55-6fa2-4f28-99f7-c65135c69aa1@paulmck-laptop>
Date: Fri, 25 Jul 2025 17:01:31 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, kernel-team@...a.com,
haakon.bugge@...cle.com, pmladek@...e.com,
akpm@...ux-foundation.org, john.ogness@...utronix.de
Subject: [GIT PULL] Rate-limit changes for v6.17
Hello, Linus,
When the v6.17 merge window opens, please pull this rate-limit update from:
git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/ratelimit.2025.07.23a
# HEAD: 5c23ce0cb897b491a12667e3c15288eb03f8928d: lib: Add stress test for ratelimit (2025-06-24 05:47:35 -0700)
----------------------------------------------------------------
lib/ratelimit: Add functional and stress tests
Changes
-------
* Add trivial kunit test for ratelimit
* Make the ratelimit test more reliable (Petr Mladek)
* Add stress test for ratelimit
----------------------------------------------------------------
Paul E. McKenney (2):
lib: Add trivial kunit test for ratelimit
lib: Add stress test for ratelimit
Petr Mladek (1):
lib: Make the ratelimit test more reliable
lib/Kconfig.debug | 11 ++++
lib/tests/Makefile | 1 +
lib/tests/test_ratelimit.c | 144 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 156 insertions(+)
create mode 100644 lib/tests/test_ratelimit.c
Powered by blists - more mailing lists