busybox/modutils
Denys Vlasenko af5277f883 modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name doesn't end with .ko
IOW: if name doesn't end with .ko, assume it's .gz/.xz or similar,
and ask kernel to uncompress it.

If finit_module(MODULE_INIT_COMPRESSED_FILE) fails, retry with
finit_module(0).

function                                             old     new   delta
bb_init_module                                       151     197     +46

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2023-03-31 13:15:58 +02:00
..
Config.src Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00
depmod_process.sh depmod: fix handling of .gz modules 2009-05-18 13:08:04 +02:00
depmod.c Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00
insmod.c Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00
Kbuild.src Convert all modutils/* applets to "new style" applet definitions 2016-11-23 07:54:52 +01:00
lsmod.c Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00
modinfo.c Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00
modprobe-small.c modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name doesn't end with .ko 2023-03-31 13:15:58 +02:00
modprobe.c Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00
modutils-24.c *: style fix 2022-08-30 16:41:17 +02:00
modutils.c modprobe: call finit_module with MODULE_INIT_COMPRESSED_FILE if module name doesn't end with .ko 2023-03-31 13:15:58 +02:00
modutils.h modutils: delete unused replace_underscores() 2017-06-28 19:10:29 +02:00
rmmod.c Remove "select PLATFORM_LINUX" 2022-11-29 14:14:06 +01:00