Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof...
[linux-block.git] / Documentation / admin-guide / kernel-parameters.txt
index 56efff519454b8b88bb04e176bdea84e89ad7849..fd73fafd120e13a136114a000a3bc9e2d08cdb62 100644 (file)
                        specified, <module>.async_probe takes precedence for
                        the specific module.
 
+       module.enable_dups_trace
+                       [KNL] When CONFIG_MODULE_DEBUG_AUTOLOAD_DUPS is set,
+                       this means that duplicate request_module() calls will
+                       trigger a WARN_ON() instead of a pr_warn(). Note that
+                       if MODULE_DEBUG_AUTOLOAD_DUPS_TRACE is set, WARN_ON()s
+                       will always be issued and this option does nothing.
        module.sig_enforce
                        [KNL] When CONFIG_MODULE_SIG is set, this means that
                        modules without (valid) signatures will fail to load.