index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test_kmod.c
Age
Commit message (
Expand
)
Author
2022-03-29
lib/test: use after free in register_test_dev_kmod()
Dan Carpenter
2021-07-08
lib/test: fix spelling mistakes
Zhen Lei
2020-12-15
lib: cleanup kstrto*() usage
Alexey Dobriyan
2020-08-12
test_kmod: avoid potential double free in trigger_config_run_type()
Tiezhu Yang
2020-04-07
lib/test_kmod.c: remove a NULL test
Dan Carpenter
2019-02-01
lib/test_kmod.c: potential double free in error handling
Dan Carpenter
2018-11-30
lib/test_kmod.c: fix rmmod double free
Luis Chamberlain
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2018-03-09
lib/test_kmod.c: fix limit check on number of test devices created
Luis R. Rodriguez
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
2017-11-17
lib/test: delete five error messages for failed memory allocations
Markus Elfring
2017-09-08
test_kmod: flip INT checks to be consistent
Dan Carpenter
2017-09-08
test_kmod: remove paranoid UINT_MAX check on uint range processing
Dan Carpenter
2017-08-10
test_kmod: fix small memory leak on filesystem tests
Dan Carpenter
2017-08-10
test_kmod: fix the lock in register_test_dev_kmod()
Dan Carpenter
2017-08-10
test_kmod: fix bug which allows negative values on two config options
Luis R. Rodriguez
2017-08-10
test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"
Colin Ian King
2017-07-14
kmod: add test driver to stress test the module loader
Luis R. Rodriguez