aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_kmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08test_kmod: flip INT checks to be consistentDan Carpenter1-1/+1
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter1-1/+1
2017-08-10test_kmod: fix small memory leak on filesystem testsDan Carpenter1-1/+1
2017-08-10test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter1-1/+1
2017-08-10test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez1-4/+4
2017-08-10test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King1-2/+2
2017-07-14kmod: add test driver to stress test the module loaderLuis R. Rodriguez1-0/+1246