summaryrefslogtreecommitdiff
path: root/lib/kunit
AgeCommit message (Expand)AuthorFilesLines
2025-10-27kunit: prevent log overwrite in param_testsCarlos Llamas1-1/+2
2025-10-20kunit: test_dev_action: Correctly cast 'priv' pointer to long*Florian Schmaus1-1/+1
2025-09-16kunit: Extend kconfig help text for KUNIT_UML_PCIThomas Weißschuh1-0/+4
2025-09-15kunit: Enable PCI on UML without triggering WARN()Thomas Weißschuh1-0/+7
2025-08-27kunit: Add example parameterized test with direct dynamic parameter array setupMarie Zhussupova1-0/+104
2025-08-27kunit: Add example parameterized test with shared resource management using t...Marie Zhussupova1-0/+113
2025-08-27kunit: Enable direct registration of parameter arrays to a KUnit testMarie Zhussupova1-0/+32
2025-08-27kunit: Pass parameterized test context to generate_params()Marie Zhussupova1-2/+3
2025-08-27kunit: Introduce param_init/exit for parameterized test context managementMarie Zhussupova1-1/+26
2025-08-27kunit: Add parent kunit for parameterized test contextMarie Zhussupova1-14/+20
2025-08-15kunit: Always descend into kunit directory during buildThomas Weißschuh1-1/+1
2025-07-31kunit: test: Drop CONFIG_MODULE ifdefferyThomas Weißschuh1-8/+0
2025-07-29Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds5-34/+114
2025-07-16kunit: test: Export kunit_attach_mm()Tiffany Yang1-2/+2
2025-06-28kunit: Make default kunit_test timeout configurable via both a module paramet...Marie Zhussupova2-7/+21
2025-06-25kunit: Adjust kunit_test timeout based on test_{suite,case} speedUjwal Jain4-33/+55
2025-06-18kunit: Add test for static stubTzung-Bi Shih1-1/+45
2025-05-21kunit: Fix wrong parameter to kunit_deactivate_static_stub()Tzung-Bi Shih1-1/+1
2025-04-29kunit: executor: Remove const from kunit_filter_suites() allocation typeKees Cook1-1/+1
2025-01-22Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds4-5/+36
2025-01-15kunit: Introduce autorun optionStanislav Kinsburskii4-5/+36
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-23Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/...Linus Torvalds2-3/+8
2024-11-20kunit: debugfs: Use IS_ERR() for alloc_string_stream() error checkKuan-Wei Chiu1-2/+2
2024-11-20kunit: Fix potential null dereference in kunit_device_driver_test()Zichen Xie1-0/+2
2024-11-20kunit: string-stream: Fix a UAF bug in kunit_init_suite()Jinjie Ruan1-1/+4
2024-10-03kunit: string-stream-test: Include <linux/prandom.h>Uros Bizjak1-0/+1
2024-09-24Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-1/+529
2024-08-26kunit: Device wrappers should also manage driver nameDavid Gow2-2/+24
2024-07-30platform: Add test managed platform_device/driver APIsStephen Boyd3-1/+529
2024-07-12kunit: executor: Simplify string allocation handlingKees Cook2-10/+4
2024-07-02kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook1-0/+4
2024-06-15kunit: test: Add vm_mmap() allocation resource managerKees Cook2-0/+114
2024-06-08kunit: add missing MODULE_DESCRIPTION() macros to core modulesJeff Johnson3-0/+3
2024-05-30kunit: Cover 'assert.c' with testsIvan Orlov3-8/+400
2024-05-06kunit: bail out early in __kunit_test_suites_init() if there are no suites to...Scott Mayhew1-0/+3
2024-05-06kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPERIvan Orlov1-10/+2
2024-05-06kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig optionDavid Gow2-4/+15
2024-05-06kunit: unregister the device on errorWander Lairson Costa1-1/+1
2024-05-06kunit: Fix race condition in try-catch completionDavid Gow1-3/+7
2024-05-06kunit: Add tests for faultMickaël Salaün1-1/+44
2024-05-06kunit: Print last test location on faultMickaël Salaün1-3/+7
2024-05-06kunit: Handle test faultsMickaël Salaün1-7/+12
2024-05-06kunit: Fix timeout messageMickaël Salaün1-1/+2
2024-05-06kunit: Fix kthread referenceMickaël Salaün1-3/+6
2024-05-06kunit: Handle thread creation errorMickaël Salaün1-0/+1
2024-02-28kunit: test: Log the correct filter string in executor_testDavid Gow1-1/+1
2024-02-28kunit: Setup DMA masks on the kunit deviceMaxime Ripard1-0/+4
2024-02-28kunit: make kunit_bus_type constRicardo B. Marliere1-1/+1
2024-02-28kunit: Mark filter* params as rwLucas De Marchi1-3/+3