On Wed, Jun 17, 2020 at 01:51:40AM +0800, kernel test robot wrote:
tree:
https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git x86/static_call
head: 9d17d094385c304e7cc17d2a28d727ee58fa15a7
commit: ff27410577751bfe88e2ec99fbf53b44a10b2832 [11/18] x86/static_call: Add inline
static call implementation for x86-64
config: x86_64-rhel-7.6 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
reproduce (this is a W=1 build):
git checkout ff27410577751bfe88e2ec99fbf53b44a10b2832
# save the attached .config to linux build tree
make W=1 ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>, old ones prefixed by <<):
check.c: In function 'create_static_call_sections':
>> check.c:524:32: error: passing argument 1 of 'elf_rebuild_reloc_section'
from incompatible pointer type [-Werror=incompatible-pointer-types]
524 | if (elf_rebuild_reloc_section(reloc_sec))
Argh, rebase hell, I'll go fix.