public inbox for linux-mm@kvack.org
 help / color / mirror / Atom feed
From: kbuild test robot <fengguang.wu@intel.com>
To: Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>
Cc: kbuild-all@01.org, Johannes Weiner <hannes@cmpxchg.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Memory Management List <linux-mm@kvack.org>
Subject: [mmotm:master 121/157] arch/powerpc/kernel/module_64.c:463: undefined reference to `.elf64_apply_relocate_add'
Date: Sat, 15 Oct 2016 23:14:20 +0800	[thread overview]
Message-ID: <201610152317.6eHiozx7%fengguang.wu@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]

tree:   git://git.cmpxchg.org/linux-mmotm.git master
head:   fe4cd888f71ef173e0e5a0f9dccc42904c0107f3
commit: bfc91c122c791863922ddfcbfef5e0028fde908c [121/157] powerpc: factor out relocation code from module_64.c to elf_util_64.c
config: powerpc-ps3_defconfig (attached as .config)
compiler: powerpc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout bfc91c122c791863922ddfcbfef5e0028fde908c
        # save the attached .config to linux build tree
        make.cross ARCH=powerpc 

All errors (new ones prefixed by >>):

   arch/powerpc/kernel/built-in.o: In function `apply_relocate_add':
>> arch/powerpc/kernel/module_64.c:463: undefined reference to `.elf64_apply_relocate_add'

vim +463 arch/powerpc/kernel/module_64.c

   457			 * .TOC. so don't fail it just for that. */
   458			if (sym)
   459				sym->st_value = my_r2(&me->arch.elf_info);
   460			me->arch.toc_fixed = true;
   461		}
   462	
 > 463		return elf64_apply_relocate_add(&me->arch.elf_info, strtab, symindex,
   464						relsec, me->name);
   465	}
   466	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 14210 bytes --]

             reply	other threads:[~2016-10-15 15:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-15 15:14 kbuild test robot [this message]
2016-10-18 23:09 ` [mmotm:master 121/157] arch/powerpc/kernel/module_64.c:463: undefined reference to `.elf64_apply_relocate_add' Thiago Jung Bauermann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201610152317.6eHiozx7%fengguang.wu@intel.com \
    --to=fengguang.wu@intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=bauerman@linux.vnet.ibm.com \
    --cc=hannes@cmpxchg.org \
    --cc=kbuild-all@01.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox