Lines Matching +full:load +full:- +full:reduced
1 # SPDX-License-Identifier: GPL-2.0-only
46 existing module taking too long to load or that module was already
63 bool "Debug duplicate modules with auto-loading"
65 Module autoloading allows in-kernel code to request modules through
68 loaded before trying to load a module there is a small time window in
74 requests are non-fatal virtual memory is a limited resource and each
79 module requests to help identify if module auto-loading may be the
92 non-wait request_module() call is synchronous and waits until modprobe
93 completes. Subsequent auto-loading requests for the same module do
101 abuse was due to module auto-loading. These issues are currently only
104 module auto-loading is not the culprit. There may very well still be
105 many duplicate module auto-loading requests which could be optimized
116 auto-loading requests using WARN_ON() instead of pr_warn(). You
128 --force). Forced module loading sets the 'F' (forced) taint flag and
145 without waiting for anyone to stop using it (using the -f option to
193 Check modules for valid signatures upon load: the signature
195 <file:Documentation/admin-guide/module-signing.rst>.
203 another LSM - otherwise unsigned modules will be loadable regardless
209 inclusion into an initramfs that wants the module size reduced.
224 modules must be signed manually, using the scripts/sign-file tool.
226 comment "Do not forget to sign required modules with scripts/sign-file"
237 possible to load a signed module containing the algorithm to check
241 bool "Sign modules with SHA-1"
245 bool "Sign modules with SHA-224"
249 bool "Sign modules with SHA-256"
253 bool "Sign modules with SHA-384"
257 bool "Sign modules with SHA-512"
286 Please note that the tool used to load modules needs to support the
287 corresponding algorithm. module-init-tools MAY support gzip, and kmod
322 bool "Support in-kernel module decompression"
331 load pinning security policy is enabled.
358 userspace can still load modules explicitly).
374 If unsure, or if you need to build out-of-tree modules, say N.
380 By default, all unused exported symbols will be un-exported from the
384 exported at all times, even in absence of in-tree users. The value to