Re: [PATCH] ARM: module: Fix function kallsyms on Thumb-2

2018-10-29 Thread kbuild test robot
Hi Vincent, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on arm/for-next] [also build test WARNING on v4.19 next-20181029] [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/li

Re: [PATCH] ARM: module: Fix function kallsyms on Thumb-2

2018-10-29 Thread kbuild test robot
Hi Vincent, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on arm/for-next] [also build test WARNING on v4.19 next-20181019] [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/li

[PATCH] ARM: module: Fix function kallsyms on Thumb-2

2018-10-29 Thread Vincent Whitchurch
Thumb-2 functions have the lowest bit set in the symbol value in the symtab. When kallsyms are generated for the vmlinux, the kallsyms are generated from the output of nm, and nm clears the lowest bit. $ arm-linux-gnueabihf-readelf -a vmlinux | grep show_interrupts 95947: 8015dc89 686 FUNC