summaryrefslogtreecommitdiffstats
path: root/lib/test_kmod.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud