summaryrefslogtreecommitdiffstats
path: root/lib/kunit/try-catch.c
Commit message (Expand)AuthorAgeFilesLines
* kunit: make kunit_test_timeout compatible with commentPeng Liu2022-03-221-1/+1
* kunit: fix UAF when run kfence test case test_gfpzeroPeng Liu2022-03-221-0/+1
* exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-131-2/+2
* kunit: remove timeout dependence on sysctl_hung_task_timeout_secondsAlan Maguire2020-01-091-18/+4
* kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-091-0/+2
* kunit: hide unexported try-catch interface in try-catch-impl.hAlan Maguire2020-01-091-11/+2
* kunit: test: add support for test abortBrendan Higgins2019-09-301-0/+118