All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [m68k:m68k-queue 2/3] ld.lld: error: serport.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 19450220 is not in
Date: Fri, 08 Jan 2021 19:26:07 +0800	[thread overview]
Message-ID: <202101081958.0CTUHccI-lkp@intel.com> (raw)

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

CC: linux-m68k(a)lists.linux-m68k.org
TO: Michael Schmitz <schmitzmic@gmail.com>
CC: Geert Uytterhoeven <geert@linux-m68k.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git m68k-queue
head:   5e8704c4abcd813e1fa08cc64502441c4fe9de86
commit: 53779bfe97736df07628650ff8b9e73a1550ccd4 [2/3] m68k: atari: Update Kconfig.bus help text
config: arm-randconfig-r033-20210108 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 5c951623bc8965fa1e89660f2f5f4a2944e4981a)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git/commit/?id=53779bfe97736df07628650ff8b9e73a1550ccd4
        git remote add m68k https://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
        git fetch --no-tags m68k m68k-queue
        git checkout 53779bfe97736df07628650ff8b9e73a1550ccd4
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   ld.lld: error: libata-scsi.c:(.text.fixup+0x4): relocation R_ARM_THM_JUMP24 out of range: 16790142 is not in [-16777216, 16777215]
>> ld.lld: error: serport.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 19450220 is not in [-16777216, 16777215]
   ld.lld: error: kempld_wdt.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 21506296 is not in [-16777216, 16777215]
   ld.lld: error: devio.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 18169362 is not in [-16777216, 16777215]
   ld.lld: error: pcm_lib.c:(.text.fixup+0x4): relocation R_ARM_THM_JUMP24 out of range: 24287100 is not in [-16777216, 16777215]
   ld.lld: error: rawmidi.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 24327074 is not in [-16777216, 16777215]
   ld.lld: error: kempld_wdt.c:(.text.fixup+0x10): relocation R_ARM_THM_JUMP24 out of range: 21506422 is not in [-16777216, 16777215]
   ld.lld: error: pcm.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 24175864 is not in [-16777216, 16777215]
   ld.lld: error: pcm_native.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 24231202 is not in [-16777216, 16777215]
   ld.lld: error: devio.c:(.text.fixup+0x14): relocation R_ARM_THM_JUMP24 out of range: 18173670 is not in [-16777216, 16777215]
   ld.lld: error: mtdchar.c:(.text.fixup+0x8): relocation R_ARM_THM_JUMP24 out of range: 17070110 is not in [-16777216, 16777215]
   ld.lld: error: sisusb.c:(.text.fixup+0x4): relocation R_ARM_THM_JUMP24 out of range: 19397672 is not in [-16777216, 16777215]
   ld.lld: error: devio.c:(.text.fixup+0x20): relocation R_ARM_THM_JUMP24 out of range: 18173812 is not in [-16777216, 16777215]
   ld.lld: error: mtdchar.c:(.text.fixup+0x10): relocation R_ARM_THM_JUMP24 out of range: 17072224 is not in [-16777216, 16777215]
   ld.lld: error: pcm_native.c:(.text.fixup+0x14): relocation R_ARM_THM_JUMP24 out of range: 24231412 is not in [-16777216, 16777215]
   ld.lld: error: cdrom.c:(.text.fixup+0x4): relocation R_ARM_THM_JUMP24 out of range: 17885166 is not in [-16777216, 16777215]
   ld.lld: error: pps.c:(.text.fixup+0x4): relocation R_ARM_THM_JUMP24 out of range: 20251552 is not in [-16777216, 16777215]
   ld.lld: error: w1_ds28e04.c:(.text.fixup+0x4): relocation R_ARM_THM_JUMP24 out of range: 20336866 is not in [-16777216, 16777215]
   ld.lld: error: pcm_native.c:(.text.fixup+0x20): relocation R_ARM_THM_JUMP24 out of range: 24231974 is not in [-16777216, 16777215]
   ld.lld: error: w1_ds28e04.c:(.text.fixup+0x10): relocation R_ARM_THM_JUMP24 out of range: 20337002 is not in [-16777216, 16777215]
   ld.lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors)

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

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

                 reply	other threads:[~2021-01-08 11:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=202101081958.0CTUHccI-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.