Re: [LEDE-DEV] [PATCH ubox 0/6] kmodloader: add module alias support

2017-01-12 Thread Yousong Zhou
On 13 January 2017 at 03:07, Lucian Cristian wrote: > On 11.01.2017 13:54, Yousong Zhou wrote: >> >> Aliases are essential information for working with kernel modules. >> Netfilter >> subsystem will request for ipt_hashlimit and ip6t_hashlimit respectively >> when >> called with

Re: [LEDE-DEV] [PATCH ubox 0/6] kmodloader: add module alias support

2017-01-12 Thread Lucian Cristian
On 11.01.2017 13:54, Yousong Zhou wrote: Aliases are essential information for working with kernel modules. Netfilter subsystem will request for ipt_hashlimit and ip6t_hashlimit respectively when called with xt_request_find_match(NFPROTO_IPV{4,6}, "hashlimit", 1) The kernel

[LEDE-DEV] [PATCH ubox 0/6] kmodloader: add module alias support

2017-01-11 Thread Yousong Zhou
Aliases are essential information for working with kernel modules. Netfilter subsystem will request for ipt_hashlimit and ip6t_hashlimit respectively when called with xt_request_find_match(NFPROTO_IPV{4,6}, "hashlimit", 1) The kernel __request_module() will then invoke user mode