aboutsummaryrefslogtreecommitdiffstats
path: root/arch/nds32/kernel/module.c
Commit message (Collapse)AuthorAge
* nds32: fix logic for moduleGreentime Hu2018-09-04
| | | | | | | | | This bug is report by Dan Carpenter. We shall use ~loc_mask instead of !loc_mask because we need to and(&) the bits of ~loc_mask. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Fixes: c9a4a8da6baa ("nds32: Loadable modules") Signed-off-by: Greentime Hu <greentime@andestech.com>
* nds32: Loadable modulesGreentime Hu2018-02-21
This patch adds support for loadable modules. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>