aboutsummaryrefslogtreecommitdiff
path: root/lib/test_kmod.c
AgeCommit message (Expand)Author
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-03-09lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches
2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring
2017-09-08test_kmod: flip INT checks to be consistentDan Carpenter
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter
2017-08-10test_kmod: fix small memory leak on filesystem testsDan Carpenter
2017-08-10test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter
2017-08-10test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez
2017-08-10test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King
2017-07-14kmod: add test driver to stress test the module loaderLuis R. Rodriguez