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
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
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:
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