Re: [LEDE-DEV] [PATCH] kmodloader: fix not being able to find some modules

2017-02-21 Thread Yousong Zhou
On 22 February 2017 at 01:01, Nathan Hintz wrote: > > Hi Yousong: > > Sorry for the spam. I've subscribed to the list hoping that is the reason my > email replies are being bounced by lede-dev (I can send patches to the list > using git send-mail just fine). > > Comments are in-line (if you haven'

Re: [LEDE-DEV] [PATCH] kmodloader: fix not being able to find some modules

2017-02-20 Thread Yousong Zhou
On 21 February 2017 at 01:54, Nathan Hintz wrote: > kmodloader is using slightly different criteria for ordering the AVL tree > versus what it uses to traverse it. This sometimes results in not being > able to find some modules. > > Reference: https://bugs.lede-project.org/index.php?do=details&ta

[LEDE-DEV] [PATCH] kmodloader: fix not being able to find some modules

2017-02-20 Thread Nathan Hintz
kmodloader is using slightly different criteria for ordering the AVL tree versus what it uses to traverse it. This sometimes results in not being able to find some modules. Reference: https://bugs.lede-project.org/index.php?do=details&task_id=443 Signed-off-by: Nathan Hintz --- kmodloader.c |