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