- a1af6a2 kunit: run test suites only after module initialization completes by Marco Pagani · 1 year, 2 months ago
- 083974e kunit: device: Fix a NULL vs IS_ERR() check in init() by Dan Carpenter · 1 year, 2 months ago
- ed1a72f kunit: Fix a NULL vs IS_ERR() bug by Dan Carpenter · 1 year, 2 months ago
- 539e582 kunit: Fix some comments which were mistakenly kerneldoc by David Gow · 1 year, 2 months ago
- 5fb1a8c kunit: Add example of kunit_activate_static_stub() with pointer-to-function by Richard Fitzgerald · 1 year, 2 months ago
- a0b8421 kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL by Richard Fitzgerald · 1 year, 3 months ago
- 342fb97 kunit: Reset test->priv after each param iteration by Michal Wajdeczko · 1 year, 3 months ago
- 2b61582 kunit: Add example for using test->priv by Michal Wajdeczko · 1 year, 3 months ago
- d03c720 kunit: Add APIs for managing devices by davidgow@google.com · 1 year, 3 months ago
- c72a870 kunit: add ability to run tests after boot using debugfs by Rae Moar · 1 year, 3 months ago
- 6c4ea2f kunit: add is_init test attribute by Rae Moar · 1 year, 3 months ago
- 2cf45281 kunit: add example suite to test init suites by Rae Moar · 1 year, 3 months ago
- d81f0d7 kunit: add KUNIT_INIT_TABLE to init linker section by Rae Moar · 1 year, 3 months ago
- 1557e89 kunit: debugfs: Handle errors from alloc_string_stream() by Richard Fitzgerald · 1 year, 4 months ago
- 34dfd5bb kunit: debugfs: Fix unchecked dereference in debugfs_print_results() by Richard Fitzgerald · 1 year, 4 months ago
- 15bf000 kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy() by Richard Fitzgerald · 1 year, 4 months ago
- 37f0d37 kunit: string-stream-test: Avoid cast warning when testing gfp_t flags by Richard Fitzgerald · 1 year, 3 months ago
- 56778b4 kunit: Add a macro to wrap a deferred action function by David Gow · 1 year, 3 months ago
- 1bddcf7 kunit: test: Avoid cast warning when adding kfree() as an action by Richard Fitzgerald · 1 year, 4 months ago
- 2e3c94a kunit: Reset suite counter right before running tests by Michal Wajdeczko · 1 year, 5 months ago
- f8f2847 kunit: Warn if tests are slow by Maxime Ripard · 1 year, 4 months ago
- 8040345f kunit: test: Fix the possible memory leak in executor_test by Jinjie Ruan · 1 year, 5 months ago
- 24de14c kunit: Fix possible memory leak in kunit_filter_suites() by Jinjie Ruan · 1 year, 5 months ago
- e446795 kunit: Fix the wrong kfree of copy for kunit_filter_suites() by Jinjie Ruan · 1 year, 5 months ago
- a6074cf kunit: Fix missed memory release in kunit_free_suite_set() by Jinjie Ruan · 1 year, 5 months ago
- ee5f8cc kunit: Reset test status on each param iteration by Michal Wajdeczko · 1 year, 6 months ago
- 53568b7 kunit: string-stream: Test performance of string_stream by Richard Fitzgerald · 1 year, 6 months ago
- 05e2006 kunit: Use string_stream for test log by Richard Fitzgerald · 1 year, 6 months ago
- d1a0d69 kunit: string-stream: Add tests for freeing resource-managed string_stream by Richard Fitzgerald · 1 year, 6 months ago
- a3fdf78 kunit: string-stream: Decouple string_stream from kunit by Richard Fitzgerald · 1 year, 6 months ago
- 20631e1 kunit: string-stream: Add kunit_alloc_string_stream() by Richard Fitzgerald · 1 year, 6 months ago
- 7b4481c kunit: Don't use a managed alloc in is_literal() by Richard Fitzgerald · 1 year, 6 months ago
- 1f58cdb kunit: string-stream-test: Add cases for string_stream newline appending by Richard Fitzgerald · 1 year, 6 months ago
- a5abe7b kunit: string-stream: Add option to make all lines end with newline by Richard Fitzgerald · 1 year, 6 months ago
- 4551cac kunit: string-stream: Improve testing of string_stream by Richard Fitzgerald · 1 year, 6 months ago
- 5c54c9e kunit: string-stream: Don't create a fragment for empty strings by Richard Fitzgerald · 1 year, 6 months ago
- 9076bc4 kunit: Fix possible memory leak in kunit_filter_suites() by Jinjie Ruan · 1 year, 6 months ago
- 2b56a4b kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter() by Jinjie Ruan · 1 year, 6 months ago
- 4b00920 kunit: Fix the wrong err path and add goto labels in kunit_filter_suites() by Jinjie Ruan · 1 year, 6 months ago
- 2810c1e kunit: Fix wild-memory-access bug in kunit_free_suite_set() by Jinjie Ruan · 1 year, 6 months ago
- dce19a3 kunit: test: Make filter strings in executor_test writable by David Gow · 1 year, 6 months ago
- 25e324b kunit: fix struct kunit_attr header by Rae Moar · 1 year, 7 months ago
- b67abaa kunit: Allow kunit test modules to use test filtering by Janusz Krzysztofik · 1 year, 7 months ago
- 18258c6 kunit: Make 'list' action available to kunit test modules by Janusz Krzysztofik · 1 year, 7 months ago
- c95e7c0 kunit: Report the count of test suites in a module by Janusz Krzysztofik · 1 year, 7 months ago
- 1c9fd08 kunit: fix uninitialized variables bug in attributes filtering by Rae Moar · 1 year, 7 months ago
- abbf738 kunit: fix possible memory leak in kunit_filter_suites() by Ruan Jinjie · 1 year, 7 months ago
- 5a175d3 kunit: fix wild-memory-access bug in kunit_filter_suites() by Ruan Jinjie · 1 year, 7 months ago
- 76066f9 kunit: add tests for filtering attributes by Rae Moar · 1 year, 7 months ago
- 529534e kunit: Add ability to filter attributes by Rae Moar · 1 year, 7 months ago
- a00a727 kunit: Add module attribute by Rae Moar · 1 year, 7 months ago
- 02c2d0c kunit: Add speed attribute by Rae Moar · 1 year, 7 months ago
- 39e92cb kunit: Add test attributes API structure by Rae Moar · 1 year, 7 months ago
- 77b1a7f Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 8 months ago
- 23108f6a kunit: include debugfs header file by Arnd Bergmann · 1 year, 10 months ago
- 2607551 kunit: Move kunit_abort() call out of kunit_do_failed_assertion() by David Gow · 1 year, 9 months ago
- b1eaa8b kunit: Update kunit_print_ok_not_ok function by Michal Wajdeczko · 1 year, 10 months ago
- b08f75b kunit: Fix reporting of the skipped parameterized tests by Michal Wajdeczko · 1 year, 10 months ago
- d273b72 kunit/test: Add example test showing parameterized testing by Michal Wajdeczko · 1 year, 10 months ago
- 57e3cde kunit: kmalloc_array: Use kunit_add_action() by David Gow · 1 year, 9 months ago
- 00e63f8 kunit: executor_test: Use kunit_add_action() by David Gow · 1 year, 9 months ago
- b9dce8a kunit: Add kunit_add_action() to defer a call until test exit by David Gow · 1 year, 9 months ago
- a5ce66a kunit: example: Provide example exit functions by David Gow · 1 year, 10 months ago
- 55e8c1b kunit: Always run cleanup from a test kthread by David Gow · 1 year, 10 months ago
- a42077b kunit: add tests for using current KUnit test field by Rae Moar · 1 year, 11 months ago
- 2c6a96d kunit: fix bug of extra newline characters in debugfs logs by Rae Moar · 2 years ago
- f9a301c kunit: fix bug in the order of lines in debugfs logs by Rae Moar · 2 years ago
- 887d85a kunit: fix bug in debugfs logs of parameterized tests by Rae Moar · 2 years ago
- 32ff683 kunit: Fix 'hooks.o' build by recursing into kunit by David Gow · 2 years ago
- 82649c7 kunit: Add printf attribute to fail_current_test_impl by David Gow · 2 years, 1 month ago
- e047c5ea kunit: Expose 'static stub' API to redirect functions by David Gow · 2 years, 1 month ago
- 7170b7e kunit: Add "hooks" to call into KUnit when it's built as a module by David Gow · 2 years, 1 month ago
- dd2f0a0 kunit: fix bug in KUNIT_EXPECT_MEMEQ by Rae Moar · 2 years, 1 month ago
- db105c3 kunit: Export kunit_running() by Arnd Bergmann · 2 years, 2 months ago
- 93ef830 kunit: alloc_string_stream_fragment error handling bug fix by YoungJun.park · 2 years, 4 months ago
- e2ed78d Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 2 years, 3 months ago
- 6c738b5 kunit: improve KTAP compliance of KUnit test output by Rae Moar · 2 years, 3 months ago
- 908d0c1 kunit: Provide a static key to check if KUnit is actively running tests by David Gow · 2 years, 3 months ago
- 8f8b51f kunit: remove unused structure definition by YoungJun.park · 2 years, 4 months ago
- 3b30fb6 kunit: Add KUnit memory block assertions to the example_all_expect_macros_test by Maíra Canal · 2 years, 4 months ago
- b8a926b kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros by Maíra Canal · 2 years, 4 months ago
- 7b1dd2c kunit: log numbers in decimal and hex by Mark Rutland · 2 years, 5 months ago
- 6188877 kunit: update NULL vs IS_ERR() tests by Dan Carpenter · 2 years, 5 months ago
- a8495ad kunit: remove format func from struct kunit_assert, get it to 0 bytes by Daniel Latypov · 2 years, 5 months ago
- 185d577 kunit: make kunit_kfree(NULL) a no-op to match kfree() by Daniel Latypov · 2 years, 7 months ago
- e562e30 kunit: make kunit_kfree() not segfault on invalid inputs by Daniel Latypov · 2 years, 7 months ago
- 047a8a0 kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends by Daniel Latypov · 2 years, 7 months ago
- 4db4598 kunit: drop test pointer in string_stream_fragment by Daniel Latypov · 2 years, 7 months ago
- 78b1c65 kunit: string-stream: Simplify resource use by David Gow · 2 years, 7 months ago
- d20a6ba kunit: add kunit.enable to enable/disable KUnit test by Joe Fradley · 2 years, 6 months ago
- 94681e2 kunit: executor: Fix a memory leak on failure in kunit_filter_tests by David Gow · 2 years, 8 months ago
- e5857d3 kunit: flatten kunit_suite*** to kunit_suite** in .kunit_test_suites by Daniel Latypov · 2 years, 8 months ago
- 3d6e446 kunit: unify module and builtin suite definitions by Jeremy Kerr · 2 years, 8 months ago
- d2fbdde kunit: use kmemdup in kunit_filter_tests(), take suite as const by Daniel Latypov · 2 years, 10 months ago
- c272612 kunit: Taint the kernel when KUnit tests are run by David Gow · 2 years, 8 months ago
- 1b11063 kunit: fix executor OOM error handling logic on non-UML by Daniel Latypov · 2 years, 10 months ago
- 7466886 kunit: take `kunit_assert` as `const` by Miguel Ojeda · 2 years, 10 months ago
- a02353f kunit: bail out of test filtering logic quicker if OOM by Daniel Latypov · 2 years, 10 months ago
- ad69172 kunit: Rework kunit_resource allocation policy by David Gow · 3 years ago
- 38289a2 kunit: fix debugfs code to use enum kunit_status, not bool by Daniel Latypov · 2 years, 10 months ago