Lines Matching +full:auto +full:- +full:string +full:- +full:detection
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
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
156 list of linked (or loaded) modules e.g. on detection of a bad
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-1"
244 bool "Sign modules with SHA-224"
248 bool "Sign modules with SHA-256"
252 bool "Sign modules with SHA-384"
256 bool "Sign modules with SHA-512"
262 string
286 corresponding algorithm. module-init-tools MAY support gzip, and kmod
321 bool "Support in-kernel module decompression"
348 string "Path to modprobe binary"
355 /proc/sys/kernel/modprobe. Setting this to the empty string
373 If unsure, or if you need to build out-of-tree modules, say N.
376 string "Whitelist of symbols to keep in ksymtab"
379 By default, all unused exported symbols will be un-exported from the
383 exported at all times, even in absence of in-tree users. The value to