summaryrefslogtreecommitdiffstats
path: root/lib/kunit
AgeCommit message (Expand)AuthorLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-22Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/...Linus Torvalds-3/+8
2024-11-19kunit: debugfs: Use IS_ERR() for alloc_string_stream() error checkKuan-Wei Chiu-2/+2
2024-11-19kunit: Fix potential null dereference in kunit_device_driver_test()Zichen Xie-0/+2
2024-11-19kunit: string-stream: Fix a UAF bug in kunit_init_suite()Jinjie Ruan-1/+4
2024-10-03kunit: string-stream-test: Include <linux/prandom.h>Uros Bizjak-0/+1
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-1/+529
2024-08-26kunit: Device wrappers should also manage driver nameDavid Gow-2/+24
2024-07-29platform: Add test managed platform_device/driver APIsStephen Boyd-1/+529
2024-07-12kunit: executor: Simplify string allocation handlingKees Cook-10/+4
2024-07-02kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook-0/+4
2024-06-14kunit: test: Add vm_mmap() allocation resource managerKees Cook-0/+114
2024-06-07kunit: add missing MODULE_DESCRIPTION() macros to core modulesJeff Johnson-0/+3
2024-05-30kunit: Cover 'assert.c' with testsIvan Orlov-8/+400
2024-05-06kunit: bail out early in __kunit_test_suites_init() if there are no suites to...Scott Mayhew-0/+3
2024-05-06kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPERIvan Orlov-10/+2
2024-05-06kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig optionDavid Gow-4/+15
2024-05-06kunit: unregister the device on errorWander Lairson Costa-1/+1
2024-05-06kunit: Fix race condition in try-catch completionDavid Gow-3/+7
2024-05-06kunit: Add tests for faultMickaël Salaün-1/+44
2024-05-06kunit: Print last test location on faultMickaël Salaün-3/+7
2024-05-06kunit: Handle test faultsMickaël Salaün-7/+12
2024-05-06kunit: Fix timeout messageMickaël Salaün-1/+2
2024-05-06kunit: Fix kthread referenceMickaël Salaün-3/+6
2024-05-06kunit: Handle thread creation errorMickaël Salaün-0/+1
2024-02-27kunit: test: Log the correct filter string in executor_testDavid Gow-1/+1
2024-02-27kunit: Setup DMA masks on the kunit deviceMaxime Ripard-0/+4
2024-02-27kunit: make kunit_bus_type constRicardo B. Marliere-1/+1
2024-02-27kunit: Mark filter* params as rwLucas De Marchi-3/+3
2024-02-06kunit: device: Unregister the kunit_bus on shutdownDavid Gow-0/+19
2024-01-22kunit: run test suites only after module initialization completesMarco Pagani-3/+15
2024-01-22kunit: device: Fix a NULL vs IS_ERR() check in init()Dan Carpenter-2/+2
2024-01-22kunit: Fix a NULL vs IS_ERR() bugDan Carpenter-1/+1
2024-01-03kunit: Fix some comments which were mistakenly kerneldocDavid Gow-3/+3
2024-01-03kunit: Add example of kunit_activate_static_stub() with pointer-to-functionRichard Fitzgerald-0/+35
2024-01-03kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULLRichard Fitzgerald-1/+3
2023-12-18kunit: Reset test->priv after each param iterationMichal Wajdeczko-0/+1
2023-12-18kunit: Add example for using test->privMichal Wajdeczko-0/+15
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com-2/+336
2023-12-18kunit: add ability to run tests after boot using debugfsRae Moar-0/+78
2023-12-18kunit: add is_init test attributeRae Moar-1/+65
2023-12-18kunit: add example suite to test init suitesRae Moar-0/+37
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar-13/+77
2023-12-18kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald-5/+25
2023-12-18kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald-1/+3
2023-12-18kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Richard Fitzgerald-1/+1
2023-12-18kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsRichard Fitzgerald-1/+1
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow-6/+5
2023-11-14kunit: test: Avoid cast warning when adding kfree() as an actionRichard Fitzgerald-1/+1
2023-11-14kunit: Reset suite counter right before running testsMichal Wajdeczko-2/+2