[PATCH v2 2/2] modules: add CONFIG_MODPROBE_PATH

2021-03-09 Thread Rasmus Villemoes
Allow the developer to specifiy the initial value of the modprobe_path[] string. This can be used to set it to the empty string initially, thus effectively disabling request_module() during early boot until userspace writes a new value via the /proc/sys/kernel/modprobe interface. [1] When building

Re: [PATCH v2 2/2] modules: add CONFIG_MODPROBE_PATH

2021-03-10 Thread Greg Kroah-Hartman
On Tue, Mar 09, 2021 at 10:17:00PM +0100, Rasmus Villemoes wrote: > Allow the developer to specifiy the initial value of the > modprobe_path[] string. This can be used to set it to the empty string > initially, thus effectively disabling request_module() during early > boot until userspace writes a

Re: [PATCH v2 2/2] modules: add CONFIG_MODPROBE_PATH

2021-03-11 Thread Jessica Yu
+++ Rasmus Villemoes [09/03/21 22:17 +0100]: Allow the developer to specifiy the initial value of the modprobe_path[] string. This can be used to set it to the empty string initially, thus effectively disabling request_module() during early boot until userspace writes a new value via the /proc/sy