aboutsummaryrefslogtreecommitdiff
path: root/lib/test_kmod.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02lib/test_kmod: fix kernel-doc warningsGravatar Randy Dunlap 1-1/+5
2023-01-25test_kmod: stop kernel-doc warningsGravatar Randy Dunlap 1-6/+5
2022-11-08testing: use the copyleft-next-0.3.1 SPDX tagGravatar Luis Chamberlain 1-11/+1
2022-03-29lib/test: use after free in register_test_dev_kmod()Gravatar Dan Carpenter 1-0/+1
2021-07-08lib/test: fix spelling mistakesGravatar Zhen Lei 1-3/+3
2020-12-15lib: cleanup kstrto*() usageGravatar Alexey Dobriyan 1-16/+10
2020-08-12test_kmod: avoid potential double free in trigger_config_run_type()Gravatar Tiezhu Yang 1-1/+1
2020-04-07lib/test_kmod.c: remove a NULL testGravatar Dan Carpenter 1-1/+1
2019-02-01lib/test_kmod.c: potential double free in error handlingGravatar Dan Carpenter 1-1/+1
2018-11-30lib/test_kmod.c: fix rmmod double freeGravatar Luis Chamberlain 1-1/+0
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-2/+3
2018-03-09lib/test_kmod.c: fix limit check on number of test devices createdGravatar Luis R. Rodriguez 1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_RWGravatar Joe Perches 1-9/+5
2017-11-17lib/test: delete five error messages for failed memory allocationsGravatar Markus Elfring 1-6/+2
2017-09-08test_kmod: flip INT checks to be consistentGravatar Dan Carpenter 1-1/+1
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingGravatar Dan Carpenter 1-1/+1
2017-08-10test_kmod: fix small memory leak on filesystem testsGravatar Dan Carpenter 1-1/+1
2017-08-10test_kmod: fix the lock in register_test_dev_kmod()Gravatar Dan Carpenter 1-1/+1
2017-08-10test_kmod: fix bug which allows negative values on two config optionsGravatar Luis R. Rodriguez 1-4/+4
2017-08-10test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Gravatar Colin Ian King 1-2/+2
2017-07-14kmod: add test driver to stress test the module loaderGravatar Luis R. Rodriguez 1-0/+1246