[OpenWrt-Devel] [OpenWrt-Devel, OpenWrt-Devel, V3, 2/2] kmodloader: added -a arg to modprobe

2019-12-30 Thread Gerard Ryan
: Gerard Ryan --- Compile tested: x86_x64, Hyper-V, OpenWrt Master Run tested: x86_x64, Hyper-V, OpenWrt Master You can also find this patch on GitHub if you prefer. https://github.com/G-M0N3Y-2503/openwrt-ubox-mirror/tree/feature_extend_modprobe_options Since https://patchwork.ozlabs.org/patch

Re: [OpenWrt-Devel] [OpenWrt-Devel, V3, 2/2] kmodloader: added -a arg to modprobe

2019-12-20 Thread Gerard Ryan
Does anyone have any tips on how to expedite the review of this patch? Am I missing something or is the patch malformed? Thanks in advance, Gerard On Tue, Oct 22, 2019 at 7:08 PM Gerard Ryan wrote: > > -a treats all non-op trailing arguments as module names > and attempts to load al

[OpenWrt-Devel] [OpenWrt-Devel, V3, 2/2] kmodloader: added -a arg to modprobe

2019-10-22 Thread Gerard Ryan
: Gerard Ryan --- Compile tested: x86_x64, Hyper-V, OpenWrt Master Run tested: x86_x64, Hyper-V, OpenWrt Master You can also find this patch on GitHub if you prefer. https://github.com/G-M0N3Y-2503/openwrt-ubox-mirror/tree/feature_extend_modprobe_options Since https://patchwork.ozlabs.org/patch/1175792

[OpenWrt-Devel] [OpenWrt-Devel V2 2/2] kmodloader: added -a arg to modeprobe

2019-10-19 Thread Gerard Ryan
This is primarily to satiate the usage by docker/libnetwork. Behaviour mirrors /tools/modprobe.c from https://git.kernel.org Signed-off-by: Gerard Ryan --- Compile tested: x86_x64, Hyper-V, OpenWrt Master Run tested: x86_x64, Hyper-V, OpenWrt Master You can also find this patch on GitHub if you

[OpenWrt-Devel] [OpenWrt-Devel V2 1/2] kmodloader: added -v arg to modeprobe

2019-10-19 Thread Gerard Ryan
This is primarily to satiate the usage by docker/libnetwork. Signed-off-by: Gerard Ryan --- Compile tested: x86_x64, Hyper-V, OpenWrt Master Run tested: x86_x64, Hyper-V, OpenWrt Master You can also find this patch on GitHub if you prefer. https://github.com/G-M0N3Y-2503/openwrt-ubox-mirror

[OpenWrt-Devel] [PATCH] kmodloader: added -v and -a args to modeprobe

2019-10-12 Thread Gerard Ryan
This is primarily to satiate the usage by docker/libnetwork. Behaviour mirrors /tools/modprobe.c from https://git.kernel.org Signed-off-by: Gerard Ryan --- Compile tested: x86_x64, Hyper-V, OpenWrt Master Run tested: x86_x64, Hyper-V, OpenWrt Master You can also find this patch on GitHub if you