Lines Matching +full:auto +full:- +full:boot

1 # SPDX-License-Identifier: GPL-2.0-only
63 bool "Debug duplicate modules with auto-loading"
65 Module autoloading allows in-kernel code to request modules through
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
80 culprit to your early boot virtual memory pressure. Since virtual
83 requests for the same module to a single request. You can boot with
92 non-wait request_module() call is synchronous and waits until modprobe
93 completes. Subsequent auto-loading requests for the same module do
99 boot on systems which are failing to boot or if you suspect you may be
100 straining virtual memory during boot, and you want to identify if the
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
195 <file:Documentation/admin-guide/module-signing.rst>.
203 another LSM - otherwise unsigned modules will be loadable regardless
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"
240 bool "Sign modules with SHA-256"
244 bool "Sign modules with SHA-384"
248 bool "Sign modules with SHA-512"
252 bool "Sign modules with SHA3-256"
256 bool "Sign modules with SHA3-384"
260 bool "Sign modules with SHA3-512"
271 default "sha3-256" if MODULE_SIG_SHA3_256
272 default "sha3-384" if MODULE_SIG_SHA3_384
273 default "sha3-512" if MODULE_SIG_SHA3_512
291 corresponding algorithm. module-init-tools MAY support gzip, and kmod
326 bool "Support in-kernel module decompression"
378 If unsure, or if you need to build out-of-tree modules, say N.
384 By default, all unused exported symbols will be un-exported from the
388 exported at all times, even in absence of in-tree users. The value to