Re: [LEDE-DEV] [PATCH ubox 2/3] kmodloader: lift restriction on module alias info

2017-08-31 Thread Yousong Zhou
On 31 August 2017 at 16:44, Hans Dedecker wrote: > On Wed, Aug 30, 2017 at 4:09 PM, Yousong Zhou wrote: >> On 30 August 2017 at 21:24, Hans Dedecker wrote: >>> kmodloader has a restriction of storing only 32 aliases for a given >>> module; as modules can have easily more than 32 aliases let's re

Re: [LEDE-DEV] [PATCH ubox 2/3] kmodloader: lift restriction on module alias info

2017-08-31 Thread Hans Dedecker
On Wed, Aug 30, 2017 at 4:09 PM, Yousong Zhou wrote: > On 30 August 2017 at 21:24, Hans Dedecker wrote: >> kmodloader has a restriction of storing only 32 aliases for a given >> module; as modules can have easily more than 32 aliases let's remove >> the restriction by using a dynamic allocation m

Re: [LEDE-DEV] [PATCH ubox 2/3] kmodloader: lift restriction on module alias info

2017-08-30 Thread Yousong Zhou
On 30 August 2017 at 21:24, Hans Dedecker wrote: > kmodloader has a restriction of storing only 32 aliases for a given > module; as modules can have easily more than 32 aliases let's remove > the restriction by using a dynamic allocation mechanism when retrieving > the aliases. > > Signed-off-by:

[LEDE-DEV] [PATCH ubox 2/3] kmodloader: lift restriction on module alias info

2017-08-30 Thread Hans Dedecker
kmodloader has a restriction of storing only 32 aliases for a given module; as modules can have easily more than 32 aliases let's remove the restriction by using a dynamic allocation mechanism when retrieving the aliases. Signed-off-by: Hans Dedecker --- kmodloader.c | 14 -- 1 file