Lines Matching +full:auto +full:- +full:load

1 # SPDX-License-Identifier: GPL-2.0-only
47 existing module taking too long to load or that module was already
64 bool "Debug duplicate modules with auto-loading"
66 Module autoloading allows in-kernel code to request modules through
69 loaded before trying to load a module there is a small time window in
75 requests are non-fatal virtual memory is a limited resource and each
80 module requests to help identify if module auto-loading may be the
93 non-wait request_module() call is synchronous and waits until modprobe
94 completes. Subsequent auto-loading requests for the same module do
102 abuse was due to module auto-loading. These issues are currently only
105 module auto-loading is not the culprit. There may very well still be
106 many duplicate module auto-loading requests which could be optimized
117 auto-loading requests using WARN_ON() instead of pr_warn(). You
129 --force). Forced module loading sets the 'F' (forced) taint flag and
146 without waiting for anyone to stop using it (using the -f option to
183 Calculate symbol versions from pre-processed source code using
226 kernels to potentially load modules.
250 Check modules for valid signatures upon load: the signature
252 <file:Documentation/admin-guide/module-signing.rst>.
260 another LSM - otherwise unsigned modules will be loadable regardless
281 modules must be signed manually, using the scripts/sign-file tool.
283 comment "Do not forget to sign required modules with scripts/sign-file"
294 possible to load a signed module containing the algorithm to check
298 bool "SHA-1"
302 bool "SHA-256"
306 bool "SHA-384"
310 bool "SHA-512"
314 bool "SHA3-256"
318 bool "SHA3-384"
322 bool "SHA3-512"
334 default "sha3-256" if MODULE_SIG_SHA3_256
335 default "sha3-384" if MODULE_SIG_SHA3_384
336 default "sha3-512" if MODULE_SIG_SHA3_512
341 Enable module compression to reduce on-disk size of module binaries.
391 bool "Support in-kernel module decompression"
399 load pinning security policy is enabled.
426 userspace can still load modules explicitly).
441 If unsure, or if you need to build out-of-tree modules, say N.
447 By default, all unused exported symbols will be un-exported from the
451 exported at all times, even in absence of in-tree users. The value to