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