All of lore.kernel.org
 help / color / mirror / Atom feed
* [hare-scsi-devel:tls-upcall.v2 63/67] tcp.c:undefined reference to `nvme_keyring_lookup_generated_key'
@ 2022-02-24  6:48 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-02-24  6:48 UTC (permalink / raw)
  To: Hannes Reinecke; +Cc: kbuild-all, linux-kernel

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/hare/scsi-devel.git tls-upcall.v2
head:   ac729ea3c52bda460616c71d5f5fc47b2e64da6d
commit: ab566bd55ff565627166db4334bb892488261c9c [63/67] nvme-tls: rename 'dhchap' to 'generated' key
config: openrisc-buildonly-randconfig-r005-20220223 (https://download.01.org/0day-ci/archive/20220224/202202241454.BxQTCDeq-lkp@intel.com/config)
compiler: or1k-linux-gcc (GCC) 11.2.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/hare/scsi-devel.git/commit/?id=ab566bd55ff565627166db4334bb892488261c9c
        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-upcall.v2
        git checkout ab566bd55ff565627166db4334bb892488261c9c
        # save the config file to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=openrisc 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 >>):

   or1k-linux-ld: drivers/nvme/host/core.o: in function `nvme_core_init':
   core.c:(.init.text+0x1d8): undefined reference to `nvme_keyring_init'
   core.c:(.init.text+0x1d8): 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_start_tls':
   tcp.c:(.text+0xd10): undefined reference to `tls_client_hello_user'
   tcp.c:(.text+0xd10): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `tls_client_hello_user'
   or1k-linux-ld: drivers/nvme/host/tcp.o: in function `nvme_tcp_lookup_psk.constprop.0':
>> tcp.c:(.text+0x2ed8): undefined reference to `nvme_keyring_lookup_generated_key'
   tcp.c:(.text+0x2ed8): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_lookup_generated_key'
   or1k-linux-ld: tcp.c:(.text+0x2efc): undefined reference to `nvme_keyring_lookup_tls'
   tcp.c:(.text+0x2efc): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_lookup_tls'
   or1k-linux-ld: tcp.c:(.text+0x2f28): undefined reference to `nvme_keyring_lookup_psk'
   tcp.c:(.text+0x2f28): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_lookup_psk'
   or1k-linux-ld: tcp.c:(.text+0x2f44): undefined reference to `nvme_keyring_insert_tls'
   tcp.c:(.text+0x2f44): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_insert_tls'
>> or1k-linux-ld: tcp.c:(.text+0x2f6c): undefined reference to `nvme_keyring_lookup_generated_key'
   tcp.c:(.text+0x2f6c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_lookup_generated_key'
   or1k-linux-ld: tcp.c:(.text+0x2f8c): undefined reference to `nvme_keyring_insert_tls'
   tcp.c:(.text+0x2f8c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_insert_tls'
   or1k-linux-ld: tcp.c:(.text+0x2fb0): undefined reference to `nvme_keyring_lookup_tls'
   tcp.c:(.text+0x2fb0): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_lookup_tls'
   or1k-linux-ld: tcp.c:(.text+0x2fdc): undefined reference to `nvme_keyring_lookup_psk'
   tcp.c:(.text+0x2fdc): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `nvme_keyring_lookup_psk'
   or1k-linux-ld: tcp.c:(.text+0x2ff8): undefined reference to `nvme_keyring_insert_tls'
   tcp.c:(.text+0x2ff8): additional relocation overflows omitted from the output
   or1k-linux-ld: tcp.c:(.text+0x3054): undefined reference to `nvme_keyring_insert_tls'

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

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

only message in thread, other threads:[~2022-02-24  6:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24  6:48 [hare-scsi-devel:tls-upcall.v2 63/67] tcp.c:undefined reference to `nvme_keyring_lookup_generated_key' kernel test robot

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.