Re: [PATCH 02/11] RISC-V: Add section of GOT.PLT for kernel module

2018-03-15 Thread Zong Li
2018-03-15 1:34 GMT+08:00 kbuild test robot : > Hi Zong, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v4.16-rc5 next-20180314] > [if your patch is applied to the wrong git tree, please drop us a note to > help improv

Re: [PATCH 02/11] RISC-V: Add section of GOT.PLT for kernel module

2018-03-14 Thread kbuild test robot
Hi Zong, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16-rc5 next-20180314] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/com

[PATCH 02/11] RISC-V: Add section of GOT.PLT for kernel module

2018-03-13 Thread Zong Li
Separate the function symbol address from .plt to .got.plt section. The original plt entry has trampoline code with symbol address, there is a 32-bit padding bwtween jar instruction and symbol address. Extract the symbol address to .got.plt to reduce the module size. Signed-off-by: Zong Li ---