https://github.com/torvalds/linux
Revision f4d3f25aced3b493e57fd4109e2bc86f0831b23e authored by Rasmus Villemoes on 15 May 2021, 00:27:36 UTC, committed by Linus Torvalds on 15 May 2021, 02:41:32 UTC
When I added CONFIG_MODPROBE_PATH, I neglected to update Documentation/.
It's still true that this defaults to /sbin/modprobe, but now via a level
of indirection.  So document that the kernel might have been built with
something other than /sbin/modprobe as the initial value.

Link: https://lkml.kernel.org/r/20210420125324.1246826-1-linux@rasmusvillemoes.dk
Fixes: 17652f4240f7a ("modules: add CONFIG_MODPROBE_PATH")
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jessica Yu <jeyu@kernel.org>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent c3187cf
History
Tip revision: f4d3f25aced3b493e57fd4109e2bc86f0831b23e authored by Rasmus Villemoes on 15 May 2021, 00:27:36 UTC
docs: admin-guide: update description for kernel.modprobe sysctl
Tip revision: f4d3f25

back to top