From: kernel test robot <lkp@intel.com>
To: Dave Stevenson <dave.stevenson@raspberrypi.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
Dom Cobley <popcornmix@gmail.com>
Subject: [l1k:smsc95xx_5.17 578/888] panel-sitronix-st7701.c:undefined reference to `spi_sync'
Date: Sat, 9 Apr 2022 09:26:31 +0800 [thread overview]
Message-ID: <202204090901.hb9uqZRT-lkp@intel.com> (raw)
tree: https://github.com/l1k/linux smsc95xx_5.17
head: 240f56c27361c195cd502d95aba51c6b8e5b808c
commit: 72c355c6c7656888e6124c1356c3f68cb9cf5b35 [578/888] drm/panel/panel-sitronix-st7701: Support SPI config and RGB data
config: nios2-randconfig-s032-20220408 (https://download.01.org/0day-ci/archive/20220409/202204090901.hb9uqZRT-lkp@intel.com/config)
compiler: nios2-linux-gcc (GCC) 11.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# apt-get install sparse
# sparse version: v0.6.4-dirty
# https://github.com/l1k/linux/commit/72c355c6c7656888e6124c1356c3f68cb9cf5b35
git remote add l1k https://github.com/l1k/linux
git fetch --no-tags l1k smsc95xx_5.17
git checkout 72c355c6c7656888e6124c1356c3f68cb9cf5b35
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=nios2 SHELL=/bin/bash
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 >>):
nios2-linux-ld: drivers/gpu/drm/panel/panel-sitronix-st7701.o: in function `st7701_disable.part.0':
>> panel-sitronix-st7701.c:(.text+0x230): undefined reference to `spi_sync'
panel-sitronix-st7701.c:(.text+0x230): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
nios2-linux-ld: drivers/gpu/drm/panel/panel-sitronix-st7701.o: in function `st7701_enable.part.0':
panel-sitronix-st7701.c:(.text+0x2a0): undefined reference to `spi_sync'
panel-sitronix-st7701.c:(.text+0x2a0): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
nios2-linux-ld: drivers/gpu/drm/panel/panel-sitronix-st7701.o: in function `txw210001b0_init_sequence':
panel-sitronix-st7701.c:(.text+0x3a4): undefined reference to `spi_sync'
panel-sitronix-st7701.c:(.text+0x3a4): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
>> nios2-linux-ld: panel-sitronix-st7701.c:(.text+0x408): undefined reference to `spi_sync'
panel-sitronix-st7701.c:(.text+0x408): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
nios2-linux-ld: panel-sitronix-st7701.c:(.text+0x45c): undefined reference to `spi_sync'
panel-sitronix-st7701.c:(.text+0x45c): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
nios2-linux-ld: drivers/gpu/drm/panel/panel-sitronix-st7701.o:panel-sitronix-st7701.c:(.text+0x4b0): more undefined references to `spi_sync' follow
drivers/gpu/drm/panel/panel-sitronix-st7701.o: in function `txw210001b0_init_sequence':
panel-sitronix-st7701.c:(.text+0x4b0): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
panel-sitronix-st7701.c:(.text+0x500): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
panel-sitronix-st7701.c:(.text+0x54c): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
panel-sitronix-st7701.c:(.text+0x59c): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
panel-sitronix-st7701.c:(.text+0x5ec): relocation truncated to fit: R_NIOS2_CALL26 against `spi_sync'
panel-sitronix-st7701.c:(.text+0x63c): additional relocation overflows omitted from the output
nios2-linux-ld: drivers/gpu/drm/panel/panel-sitronix-st7701.o: in function `st7701_spi_probe':
>> panel-sitronix-st7701.c:(.text+0x116c): undefined reference to `spi_setup'
nios2-linux-ld: drivers/gpu/drm/panel/panel-sitronix-st7701.o: in function `st7701_unprepare':
panel-sitronix-st7701.c:(.text+0x134c): undefined reference to `spi_sync'
nios2-linux-ld: drivers/gpu/drm/panel/panel-sitronix-st7701.o: in function `panel_st7701_init':
>> panel-sitronix-st7701.c:(.init.text+0x18): undefined reference to `__spi_register_driver'
--
0-DAY CI Kernel Test Service
https://01.org/lkp
reply other threads:[~2022-04-09 1:27 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=202204090901.hb9uqZRT-lkp@intel.com \
--to=lkp@intel.com \
--cc=dave.stevenson@raspberrypi.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=popcornmix@gmail.com \
/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