aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_kmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-01lib/test_kmod.c: potential double free in error handlingDan Carpenter1-1/+1
2018-11-30lib/test_kmod.c: fix rmmod double freeLuis Chamberlain1-1/+0
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-2/+3
2018-03-09lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-9/+5
2017-11-17lib/test: delete five error messages for failed memory allocationsMarkus Elfring1-6/+2
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