index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
kunit
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: device: Unregister the kunit_bus on shutdown
David Gow
2024-02-06
3
-0
/
+19
*
kunit: run test suites only after module initialization completes
Marco Pagani
2024-01-22
2
-3
/
+15
*
kunit: device: Fix a NULL vs IS_ERR() check in init()
Dan Carpenter
2024-01-22
1
-2
/
+2
*
kunit: Fix a NULL vs IS_ERR() bug
Dan Carpenter
2024-01-22
1
-1
/
+1
*
kunit: Fix some comments which were mistakenly kerneldoc
David Gow
2024-01-03
1
-3
/
+3
*
kunit: Add example of kunit_activate_static_stub() with pointer-to-function
Richard Fitzgerald
2024-01-03
1
-0
/
+35
*
kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
Richard Fitzgerald
2024-01-03
1
-1
/
+3
*
kunit: Reset test->priv after each param iteration
Michal Wajdeczko
2023-12-18
1
-0
/
+1
*
kunit: Add example for using test->priv
Michal Wajdeczko
2023-12-18
1
-0
/
+15
*
kunit: Add APIs for managing devices
davidgow@google.com
2023-12-18
5
-2
/
+336
*
kunit: add ability to run tests after boot using debugfs
Rae Moar
2023-12-18
2
-0
/
+78
*
kunit: add is_init test attribute
Rae Moar
2023-12-18
2
-1
/
+65
*
kunit: add example suite to test init suites
Rae Moar
2023-12-18
1
-0
/
+37
*
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
2023-12-18
2
-13
/
+77
*
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
2023-12-18
1
-5
/
+25
*
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
2023-12-18
1
-1
/
+3
*
kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
Richard Fitzgerald
2023-12-18
1
-1
/
+1
*
kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
Richard Fitzgerald
2023-12-18
1
-1
/
+1
*
kunit: Add a macro to wrap a deferred action function
David Gow
2023-12-18
2
-6
/
+5
*
kunit: test: Avoid cast warning when adding kfree() as an action
Richard Fitzgerald
2023-11-14
1
-1
/
+1
*
kunit: Reset suite counter right before running tests
Michal Wajdeczko
2023-11-14
1
-2
/
+2
*
kunit: Warn if tests are slow
Maxime Ripard
2023-11-14
1
-0
/
+38
*
kunit: test: Fix the possible memory leak in executor_test
Jinjie Ruan
2023-09-28
1
-14
/
+22
*
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
2023-09-28
1
-4
/
+13
*
kunit: Fix the wrong kfree of copy for kunit_filter_suites()
Jinjie Ruan
2023-09-28
1
-1
/
+1
*
kunit: Fix missed memory release in kunit_free_suite_set()
Jinjie Ruan
2023-09-28
1
-1
/
+3
*
kunit: Reset test status on each param iteration
Michal Wajdeczko
2023-09-18
2
-4
/
+7
*
kunit: string-stream: Test performance of string_stream
Richard Fitzgerald
2023-09-18
1
-0
/
+54
*
kunit: Use string_stream for test log
Richard Fitzgerald
2023-09-18
3
-61
/
+75
*
kunit: string-stream: Add tests for freeing resource-managed string_stream
Richard Fitzgerald
2023-09-18
2
-5
/
+145
*
kunit: string-stream: Decouple string_stream from kunit
Richard Fitzgerald
2023-09-18
4
-24
/
+53
*
kunit: string-stream: Add kunit_alloc_string_stream()
Richard Fitzgerald
2023-09-18
4
-18
/
+29
*
kunit: Don't use a managed alloc in is_literal()
Richard Fitzgerald
2023-09-18
1
-8
/
+6
*
kunit: string-stream-test: Add cases for string_stream newline appending
Richard Fitzgerald
2023-09-18
1
-0
/
+93
*
kunit: string-stream: Add option to make all lines end with newline
Richard Fitzgerald
2023-09-18
2
-7
/
+28
*
kunit: string-stream: Improve testing of string_stream
Richard Fitzgerald
2023-09-18
1
-16
/
+217
*
kunit: string-stream: Don't create a fragment for empty strings
Richard Fitzgerald
2023-09-18
1
-2
/
+8
*
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
2023-09-05
1
-2
/
+2
*
kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
Jinjie Ruan
2023-09-05
1
-4
/
+19
*
kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
Jinjie Ruan
2023-09-05
1
-9
/
+12
*
kunit: Fix wild-memory-access bug in kunit_free_suite_set()
Jinjie Ruan
2023-09-05
1
-1
/
+2
*
kunit: test: Make filter strings in executor_test writable
David Gow
2023-09-01
1
-5
/
+8
*
kunit: fix struct kunit_attr header
Rae Moar
2023-08-21
1
-0
/
+2
*
kunit: Allow kunit test modules to use test filtering
Janusz Krzysztofik
2023-08-08
3
-27
/
+55
*
kunit: Make 'list' action available to kunit test modules
Janusz Krzysztofik
2023-08-08
2
-14
/
+32
*
kunit: Report the count of test suites in a module
Janusz Krzysztofik
2023-08-08
3
-32
/
+52
*
kunit: fix uninitialized variables bug in attributes filtering
Rae Moar
2023-08-04
3
-31
/
+29
*
kunit: fix possible memory leak in kunit_filter_suites()
Ruan Jinjie
2023-08-04
1
-5
/
+12
*
kunit: fix wild-memory-access bug in kunit_filter_suites()
Ruan Jinjie
2023-07-31
1
-1
/
+2
*
kunit: add tests for filtering attributes
Rae Moar
2023-07-26
1
-0
/
+116
[next]