aboutsummaryrefslogtreecommitdiff
path: root/lib/test_kmod.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-09lib/test_kmod.c: fix limit check on number of test devices createdGravatar Luis R. Rodriguez 1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_RWGravatar Joe Perches 1-9/+5
2017-11-17lib/test: delete five error messages for failed memory allocationsGravatar Markus Elfring 1-6/+2
2017-09-08test_kmod: flip INT checks to be consistentGravatar Dan Carpenter 1-1/+1
2017-09-08test_kmod: remove paranoid UINT_MAX check on uint range processingGravatar Dan Carpenter 1-1/+1
2017-08-10test_kmod: fix small memory leak on filesystem testsGravatar Dan Carpenter 1-1/+1
2017-08-10test_kmod: fix the lock in register_test_dev_kmod()Gravatar Dan Carpenter 1-1/+1
2017-08-10test_kmod: fix bug which allows negative values on two config optionsGravatar Luis R. Rodriguez 1-4/+4
2017-08-10test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Gravatar Colin Ian King 1-2/+2
2017-07-14kmod: add test driver to stress test the module loaderGravatar Luis R. Rodriguez 1-0/+1246