oe-kbuild-all.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [hare-scsi-devel:tls-netlink.v7 10/20] tcp.c:undefined reference to `nvme_tls_psk_lookup'
@ 2023-03-23  9:48 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-03-23  9:48 UTC (permalink / raw)
  To: Hannes Reinecke; +Cc: oe-kbuild-all

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git tls-netlink.v7
head:   5c13b43fa2c503188a6d668b0dec6a22078329a2
commit: 31b3d10dcf4a28f931001df8b4e539716bcbd5d3 [10/20] nvme-tcp: enable TLS handshake upcall
config: openrisc-randconfig-s042-20230319 (https://download.01.org/0day-ci/archive/20230323/202303231715.uhzE1AuT-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 12.1.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-39-gce1a6720-dirty
        # https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git/commit/?id=31b3d10dcf4a28f931001df8b4e539716bcbd5d3
        git remote add hare-scsi-devel https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git
        git fetch --no-tags hare-scsi-devel tls-netlink.v7
        git checkout 31b3d10dcf4a28f931001df8b4e539716bcbd5d3
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=openrisc olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=openrisc SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303231715.uhzE1AuT-lkp@intel.com/

All errors (new ones prefixed by >>):

   or1k-linux-ld: drivers/nvme/host/core.o: in function `nvme_core_init':
   core.c:(.init.text+0x26c): undefined reference to `nvme_keyring_init'
   core.c:(.init.text+0x26c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_init'
   or1k-linux-ld: drivers/nvme/host/tcp.o: in function `nvme_tcp_lookup_psks.constprop.0':
>> tcp.c:(.text+0x1a84): undefined reference to `nvme_tls_psk_lookup'
   tcp.c:(.text+0x1a84): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_tls_psk_lookup'
   or1k-linux-ld: drivers/nvme/host/tcp.o: in function `nvme_tcp_alloc_queue':
>> tcp.c:(.text+0x53dc): undefined reference to `nvme_keyring_id'
   tcp.c:(.text+0x53dc): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_id'

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-23  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23  9:48 [hare-scsi-devel:tls-netlink.v7 10/20] tcp.c:undefined reference to `nvme_tls_psk_lookup' kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).