Hi Linus,
Please this kunit fixes update for Linux 7.0-rc5.
linux_kselftest-kunit-fixes-7.0-rc5
- Adds documentation for --list_suites feature
diff is attached.
thanks,
-- Shuah
----------------------------------------------------------------
The following changes since commit b11b9b6751b2cd74960dccd91667c5117fce743c:
kunit: reduce stack usage in kunit_run_tests() (2026-03-02 10:11:06 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
tags/linux_kselftest-kunit-fixes-7.0-rc5
for you to fetch changes up to 8b8f1d5e350acdf972b6b02e225d9e14c600f7ad:
kunit: Add documentation of --list_suites (2026-03-09 10:46:02 -0600)
----------------------------------------------------------------
linux_kselftest-kunit-fixes-7.0-rc5
- Adds documentation for --list_suites feature
----------------------------------------------------------------
Ryota Sakamoto (1):
kunit: Add documentation of --list_suites
Documentation/dev-tools/kunit/run_wrapper.rst | 2 ++
1 file changed, 2 insertions(+)
----------------------------------------------------------------diff --git a/Documentation/dev-tools/kunit/run_wrapper.rst b/Documentation/dev-tools/kunit/run_wrapper.rst
index 3c0b585dcfff..770bb09a475a 100644
--- a/Documentation/dev-tools/kunit/run_wrapper.rst
+++ b/Documentation/dev-tools/kunit/run_wrapper.rst
@@ -336,6 +336,8 @@ command line arguments:
- ``--list_tests_attr``: If set, lists all tests that will be run and all of their
attributes.
+- ``--list_suites``: If set, lists all suites that will be run.
+
Command-line completion
==============================