index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-03
kunit: Fix some comments which were mistakenly kerneldoc
David Gow
1
-3
/
+3
2024-01-03
kunit: Add example of kunit_activate_static_stub() with pointer-to-function
Richard Fitzgerald
1
-0
/
+35
2024-01-03
kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
Richard Fitzgerald
1
-1
/
+3
2023-12-18
kunit: Reset test->priv after each param iteration
Michal Wajdeczko
1
-0
/
+1
2023-12-18
kunit: Add example for using test->priv
Michal Wajdeczko
1
-0
/
+15
2023-12-18
kunit: Add APIs for managing devices
davidgow@google.com
5
-2
/
+336
2023-12-18
kunit: add ability to run tests after boot using debugfs
Rae Moar
2
-0
/
+78
2023-12-18
kunit: add is_init test attribute
Rae Moar
2
-1
/
+65
2023-12-18
kunit: add example suite to test init suites
Rae Moar
1
-0
/
+37
2023-12-18
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
2
-13
/
+77
2023-12-18
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
1
-5
/
+25
2023-12-18
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
1
-1
/
+3
2023-12-18
kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
Richard Fitzgerald
1
-1
/
+1
2023-12-18
kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
Richard Fitzgerald
1
-1
/
+1
2023-12-18
kunit: Add a macro to wrap a deferred action function
David Gow
2
-6
/
+5
2023-11-14
kunit: test: Avoid cast warning when adding kfree() as an action
Richard Fitzgerald
1
-1
/
+1
2023-11-14
kunit: Reset suite counter right before running tests
Michal Wajdeczko
1
-2
/
+2
2023-11-14
kunit: Warn if tests are slow
Maxime Ripard
1
-0
/
+38
2023-09-28
kunit: test: Fix the possible memory leak in executor_test
Jinjie Ruan
1
-14
/
+22
2023-09-28
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
1
-4
/
+13
2023-09-28
kunit: Fix the wrong kfree of copy for kunit_filter_suites()
Jinjie Ruan
1
-1
/
+1
2023-09-28
kunit: Fix missed memory release in kunit_free_suite_set()
Jinjie Ruan
1
-1
/
+3
2023-09-18
kunit: Reset test status on each param iteration
Michal Wajdeczko
2
-4
/
+7
2023-09-18
kunit: string-stream: Test performance of string_stream
Richard Fitzgerald
1
-0
/
+54
2023-09-18
kunit: Use string_stream for test log
Richard Fitzgerald
3
-61
/
+75
2023-09-18
kunit: string-stream: Add tests for freeing resource-managed string_stream
Richard Fitzgerald
2
-5
/
+145
2023-09-18
kunit: string-stream: Decouple string_stream from kunit
Richard Fitzgerald
4
-24
/
+53
2023-09-18
kunit: string-stream: Add kunit_alloc_string_stream()
Richard Fitzgerald
4
-18
/
+29
2023-09-18
kunit: Don't use a managed alloc in is_literal()
Richard Fitzgerald
1
-8
/
+6
2023-09-18
kunit: string-stream-test: Add cases for string_stream newline appending
Richard Fitzgerald
1
-0
/
+93
2023-09-18
kunit: string-stream: Add option to make all lines end with newline
Richard Fitzgerald
2
-7
/
+28
2023-09-18
kunit: string-stream: Improve testing of string_stream
Richard Fitzgerald
1
-16
/
+217
2023-09-18
kunit: string-stream: Don't create a fragment for empty strings
Richard Fitzgerald
1
-2
/
+8
2023-09-05
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
1
-2
/
+2
2023-09-05
kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
Jinjie Ruan
1
-4
/
+19
2023-09-05
kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
Jinjie Ruan
1
-9
/
+12
2023-09-05
kunit: Fix wild-memory-access bug in kunit_free_suite_set()
Jinjie Ruan
1
-1
/
+2
2023-09-01
kunit: test: Make filter strings in executor_test writable
David Gow
1
-5
/
+8
2023-08-21
kunit: fix struct kunit_attr header
Rae Moar
1
-0
/
+2
2023-08-08
kunit: Allow kunit test modules to use test filtering
Janusz Krzysztofik
3
-27
/
+55
2023-08-08
kunit: Make 'list' action available to kunit test modules
Janusz Krzysztofik
2
-14
/
+32
2023-08-08
kunit: Report the count of test suites in a module
Janusz Krzysztofik
3
-32
/
+52
2023-08-04
kunit: fix uninitialized variables bug in attributes filtering
Rae Moar
3
-31
/
+29
2023-08-04
kunit: fix possible memory leak in kunit_filter_suites()
Ruan Jinjie
1
-5
/
+12
2023-07-31
kunit: fix wild-memory-access bug in kunit_filter_suites()
Ruan Jinjie
1
-1
/
+2
2023-07-26
kunit: add tests for filtering attributes
Rae Moar
1
-0
/
+116
2023-07-26
kunit: Add ability to filter attributes
Rae Moar
4
-28
/
+358
2023-07-26
kunit: Add module attribute
Rae Moar
1
-0
/
+25
2023-07-26
kunit: Add speed attribute
Rae Moar
2
-1
/
+52
2023-07-26
kunit: Add test attributes API structure
Rae Moar
4
-12
/
+109
[next]