All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Boqun Feng <boqun.feng@gmail.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Peter Zijlstra <peterz@infradead.org>
Subject: hppa64-linux-ld: lib/zstd/fse_decompress.o(.text+0x347c): cannot reach _mcount
Date: Sat, 17 Apr 2021 07:27:48 +0800	[thread overview]
Message-ID: <202104170740.4LXmkf11-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   151501160401e2dc669ea7dac2c599b53f220c33
commit: 31e0d747708272356bee9b6a1b90c1e6525b0f6d lockdep/selftest: Unleash irq_read_recursion2 and add more
date:   8 months ago
config: parisc-randconfig-r006-20210416 (attached as .config)
compiler: hppa64-linux-gcc (GCC) 9.3.0
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=31e0d747708272356bee9b6a1b90c1e6525b0f6d
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 31e0d747708272356bee9b6a1b90c1e6525b0f6d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=parisc 

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 >>):

>> hppa64-linux-ld: lib/zstd/fse_decompress.o(.text+0x347c): cannot reach _mcount
   lib/zstd/fse_decompress.o: in function `FSE_decompress_wksp':
   (.text+0x347c): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
>> hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x2c): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_stackAlloc':
   (.text+0x2c): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x8c): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_stackFree':
   (.text+0x8c): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0xe0): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_initStack':
   (.text+0xe0): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x1c4): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_stackAllocAll':
   (.text+0x1c4): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x25c): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_malloc':
   (.text+0x25c): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x2dc): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_free':
   (.text+0x2dc): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o

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

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

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: hppa64-linux-ld: lib/zstd/fse_decompress.o(.text+0x347c): cannot reach _mcount
Date: Sat, 17 Apr 2021 07:27:48 +0800	[thread overview]
Message-ID: <202104170740.4LXmkf11-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   151501160401e2dc669ea7dac2c599b53f220c33
commit: 31e0d747708272356bee9b6a1b90c1e6525b0f6d lockdep/selftest: Unleash irq_read_recursion2 and add more
date:   8 months ago
config: parisc-randconfig-r006-20210416 (attached as .config)
compiler: hppa64-linux-gcc (GCC) 9.3.0
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
        # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=31e0d747708272356bee9b6a1b90c1e6525b0f6d
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 31e0d747708272356bee9b6a1b90c1e6525b0f6d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=parisc 

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 >>):

>> hppa64-linux-ld: lib/zstd/fse_decompress.o(.text+0x347c): cannot reach _mcount
   lib/zstd/fse_decompress.o: in function `FSE_decompress_wksp':
   (.text+0x347c): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
>> hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x2c): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_stackAlloc':
   (.text+0x2c): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x8c): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_stackFree':
   (.text+0x8c): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0xe0): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_initStack':
   (.text+0xe0): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x1c4): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_stackAllocAll':
   (.text+0x1c4): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x25c): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_malloc':
   (.text+0x25c): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o
   hppa64-linux-ld: lib/zstd/zstd_common.o(.text+0x2dc): cannot reach _mcount
   lib/zstd/zstd_common.o: in function `ZSTD_free':
   (.text+0x2dc): relocation truncated to fit: R_PARISC_PCREL22F against symbol `_mcount' defined in .text.hot section in arch/parisc/kernel/entry.o

---
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: 32432 bytes --]

             reply	other threads:[~2021-04-16 23:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16 23:27 kernel test robot [this message]
2021-04-16 23:27 ` hppa64-linux-ld: lib/zstd/fse_decompress.o(.text+0x347c): cannot reach _mcount kernel test robot

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=202104170740.4LXmkf11-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=boqun.feng@gmail.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.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.