summaryrefslogtreecommitdiffstats
path: root/lib/test_kmod.c
Commit message (Expand)AuthorAgeFilesLines
* lib: cleanup kstrto*() usageAlexey Dobriyan2020-12-151-16/+10
* test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang2020-08-121-1/+1
* lib/test_kmod.c: remove a NULL testDan Carpenter2020-04-071-1/+1
* lib/test_kmod.c: potential double free in error handlingDan Carpenter2019-02-011-1/+1
* lib/test_kmod.c: fix rmmod double freeLuis Chamberlain2018-11-301-1/+0
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+3
* lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez2018-03-091-1/+1
* treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-9/+5
* lib/test: delete five error messages for failed memory allocationsMarkus Elfring2017-11-171-6/+2
* test_kmod: flip INT checks to be consistentDan Carpenter2017-09-081-1/+1
* test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter2017-09-081-1/+1
* test_kmod: fix small memory leak on filesystem testsDan Carpenter2017-08-101-1/+1
* test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter2017-08-101-1/+1
* test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez2017-08-101-4/+4
* test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King2017-08-101-2/+2
* kmod: add test driver to stress test the module loaderLuis R. Rodriguez2017-07-141-0/+1246