Re: [PATCH 01/11] RISC-V: Add sections of PLT and GOT 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:

Re: [PATCH 01/11] RISC-V: Add sections of PLT and GOT 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:

[PATCH 01/11] RISC-V: Add sections of PLT and GOT for kernel module

2018-03-13 Thread Zong Li
The address of external symbols will locate more than 32-bit offset in 64-bit kernel with sv39 or sv48 virtual addressing. Module loader emits the GOT and PLT entries for data symbols and function symbols respectively. The PLT entry is a trampoline code for jumping to the 64-bit real address.

[PATCH 01/11] RISC-V: Add sections of PLT and GOT for kernel module

2018-03-13 Thread Zong Li
The address of external symbols will locate more than 32-bit offset in 64-bit kernel with sv39 or sv48 virtual addressing. Module loader emits the GOT and PLT entries for data symbols and function symbols respectively. The PLT entry is a trampoline code for jumping to the 64-bit real address.