index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
/
try-catch.c
Age
Commit message (
Expand
)
Author
2025-06-24
kunit: Adjust kunit_test timeout based on test_{suite,case} speed
Ujwal Jain
2024-05-06
kunit: Fix race condition in try-catch completion
David Gow
2024-05-06
kunit: Print last test location on fault
Mickaël Salaün
2024-05-06
kunit: Handle test faults
Mickaël Salaün
2024-05-06
kunit: Fix timeout message
Mickaël Salaün
2024-05-06
kunit: Fix kthread reference
Mickaël Salaün
2024-05-06
kunit: Handle thread creation error
Mickaël Salaün
2022-03-22
kunit: make kunit_test_timeout compatible with comment
Peng Liu
2022-03-22
kunit: fix UAF when run kfence test case test_gfpzero
Peng Liu
2021-12-13
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
2020-01-09
kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
Alan Maguire
2020-01-09
kunit: allow kunit tests to be loaded as a module
Alan Maguire
2020-01-09
kunit: hide unexported try-catch interface in try-catch-impl.h
Alan Maguire
2019-09-30
kunit: test: add support for test abort
Brendan Higgins