Skip to content
linux-kselftest-kunit-5.20-rc1

This KUnit update for Linux 5.20-rc1 consists of several fixes and an
important feature to discourage running KUnit tests on production
systems. Running tests on a production system could leave the system
in a bad state. This new feature adds:

- adds a new taint type, TAINT_TEST to signal that a test has been run.
  This should discourage people from running these tests on production
  systems, and to make it easier to tell if tests have been run
  accidentally (by loading the wrong configuration, etc.)

- several documentation and tool enhancements and fixes.