Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - T index
The Linux kernel configuration item CONFIG_TEST_KMOD
:
( CONFIG_m ) && ( CONFIG_NETDEVICES && CONFIG_NET_CORE && CONFIG_INET ) && ( CONFIG_BLOCK ) && ( CONFIG_PAGE_SIZE_LESS_THAN_256KB )
test_kmod
Test the kernel's module loading mechanism: kmod. kmod implements support to load modules using the Linux kernel's usermode helper. This test provides a series of tests against kmod.
Although technically you can either build test_kmod as a module or into the kernel we disallow building it into the kernel since it stress tests request_module() and this will very likely cause some issues by taking over precious threads available from other module load requests, ultimately this could be fatal.
To run tests run:
tools/testing/selftests/kmod/kmod.sh --help
If unsure, say N.
Raw data from LKDDb:
lkddb module test_kmod CONFIG_TEST_KMOD : lib/Kconfig.debug : "kmod stress tester" # in 4.13–4.20, 5.0–5.19, 6.0–6.12
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - T index
Automatically generated (in year 2024). See also LKDDb sources on GitLab