From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [linux-next:master 8719/9190] softirq.c:undefined reference to `__hwasan_tls'
Date: Sat, 03 Apr 2021 01:15:20 +0800 [thread overview]
Message-ID: <202104030112.glx8cfch-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2930 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 454c576c3f5e51d60f00a4ac0dde07f4f9d70e9d
commit: 81c104b2ac3d9b9de33be93e63d52413e2b013cb [8719/9190] kasan: fix hwasan build for gcc
config: arm64-randconfig-r023-20210402 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project b23a314146956dd29b719ab537608ced736fc036)
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 arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=81c104b2ac3d9b9de33be93e63d52413e2b013cb
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 81c104b2ac3d9b9de33be93e63d52413e2b013cb
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All error/warnings (new ones prefixed by >>):
>> drivers/net/wan/slic_ds26522.c:203:12: warning: stack frame size of 12816 bytes in function 'slic_ds26522_probe' [-Wframe-larger-than=]
static int slic_ds26522_probe(struct spi_device *spi)
^
1 warning generated.
--
>> drivers/ptp/ptp_clockmatrix.c:2173:12: warning: stack frame size of 15984 bytes in function 'idtcm_probe' [-Wframe-larger-than=]
static int idtcm_probe(struct i2c_client *client,
^
>> drivers/ptp/ptp_clockmatrix.c:844:12: warning: stack frame size of 14864 bytes in function '_idtcm_settime_deprecated' [-Wframe-larger-than=]
static int _idtcm_settime_deprecated(struct idtcm_channel *channel,
^
2 warnings generated.
--
aarch64-linux-gnu-ld: kernel/softirq.o: in function `__traceiter_irq_handler_entry':
>> softirq.c:(.text+0x14): undefined reference to `__hwasan_tls'
>> aarch64-linux-gnu-ld: softirq.c:(.text+0x18): undefined reference to `__hwasan_tls'
aarch64-linux-gnu-ld: kernel/softirq.o: in function `__traceiter_irq_handler_exit':
softirq.c:(.text+0x214): undefined reference to `__hwasan_tls'
aarch64-linux-gnu-ld: softirq.c:(.text+0x218): undefined reference to `__hwasan_tls'
aarch64-linux-gnu-ld: kernel/softirq.o: in function `__traceiter_softirq_entry':
softirq.c:(.text+0x410): undefined reference to `__hwasan_tls'
aarch64-linux-gnu-ld: kernel/softirq.o:softirq.c:(.text+0x414): more undefined references to `__hwasan_tls' follow
---
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: 42267 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
Linux Memory Management List <linux-mm@kvack.org>,
Marco Elver <elver@google.com>,
Andrew Morton <akpm@linux-foundation.org>
Subject: [linux-next:master 8719/9190] softirq.c:undefined reference to `__hwasan_tls'
Date: Sat, 3 Apr 2021 01:15:20 +0800 [thread overview]
Message-ID: <202104030112.glx8cfch-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2880 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 454c576c3f5e51d60f00a4ac0dde07f4f9d70e9d
commit: 81c104b2ac3d9b9de33be93e63d52413e2b013cb [8719/9190] kasan: fix hwasan build for gcc
config: arm64-randconfig-r023-20210402 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project b23a314146956dd29b719ab537608ced736fc036)
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 arm64 cross compiling tool for clang build
# apt-get install binutils-aarch64-linux-gnu
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=81c104b2ac3d9b9de33be93e63d52413e2b013cb
git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
git fetch --no-tags linux-next master
git checkout 81c104b2ac3d9b9de33be93e63d52413e2b013cb
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All error/warnings (new ones prefixed by >>):
>> drivers/net/wan/slic_ds26522.c:203:12: warning: stack frame size of 12816 bytes in function 'slic_ds26522_probe' [-Wframe-larger-than=]
static int slic_ds26522_probe(struct spi_device *spi)
^
1 warning generated.
--
>> drivers/ptp/ptp_clockmatrix.c:2173:12: warning: stack frame size of 15984 bytes in function 'idtcm_probe' [-Wframe-larger-than=]
static int idtcm_probe(struct i2c_client *client,
^
>> drivers/ptp/ptp_clockmatrix.c:844:12: warning: stack frame size of 14864 bytes in function '_idtcm_settime_deprecated' [-Wframe-larger-than=]
static int _idtcm_settime_deprecated(struct idtcm_channel *channel,
^
2 warnings generated.
--
aarch64-linux-gnu-ld: kernel/softirq.o: in function `__traceiter_irq_handler_entry':
>> softirq.c:(.text+0x14): undefined reference to `__hwasan_tls'
>> aarch64-linux-gnu-ld: softirq.c:(.text+0x18): undefined reference to `__hwasan_tls'
aarch64-linux-gnu-ld: kernel/softirq.o: in function `__traceiter_irq_handler_exit':
softirq.c:(.text+0x214): undefined reference to `__hwasan_tls'
aarch64-linux-gnu-ld: softirq.c:(.text+0x218): undefined reference to `__hwasan_tls'
aarch64-linux-gnu-ld: kernel/softirq.o: in function `__traceiter_softirq_entry':
softirq.c:(.text+0x410): undefined reference to `__hwasan_tls'
aarch64-linux-gnu-ld: kernel/softirq.o:softirq.c:(.text+0x414): more undefined references to `__hwasan_tls' follow
---
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: 42267 bytes --]
next reply other threads:[~2021-04-02 17:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-02 17:15 kernel test robot [this message]
2021-04-02 17:15 ` [linux-next:master 8719/9190] softirq.c:undefined reference to `__hwasan_tls' 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=202104030112.glx8cfch-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.