All of lore.kernel.org
 help / color / mirror / Atom feed
* [cel:topic-rpc-with-tls-upcall 18/18] svcsock.c:undefined reference to `tls_server_hello_x509'
@ 2023-02-25  5:08 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-02-25  5:08 UTC (permalink / raw)
  To: Chuck Lever; +Cc: oe-kbuild-all

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux topic-rpc-with-tls-upcall
head:   5e1d0a1c4a326be5eefbcce8c08dfd8520a46d54
commit: 5e1d0a1c4a326be5eefbcce8c08dfd8520a46d54 [18/18] SUNRPC: Support TLS handshake in the server-side TCP socket code
config: m68k-defconfig (https://download.01.org/0day-ci/archive/20230225/202302251323.rduzzPE3-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 12.1.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/cel/linux.git/commit/?id=5e1d0a1c4a326be5eefbcce8c08dfd8520a46d54
        git remote add cel git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
        git fetch --no-tags cel topic-rpc-with-tls-upcall
        git checkout 5e1d0a1c4a326be5eefbcce8c08dfd8520a46d54
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=m68k 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/202302251323.rduzzPE3-lkp@intel.com/

All errors (new ones prefixed by >>):

   m68k-linux-ld: net/sunrpc/xprtsock.o: in function `xs_reset_transport':
   xprtsock.c:(.text+0x1264): undefined reference to `tls_handshake_cancel'
   m68k-linux-ld: net/sunrpc/xprtsock.o: in function `xs_tls_connect':
   xprtsock.c:(.text+0x267a): undefined reference to `tls_client_hello_anon'
   m68k-linux-ld: xprtsock.c:(.text+0x26ca): undefined reference to `tls_client_hello_x509'
   m68k-linux-ld: xprtsock.c:(.text+0x26ee): undefined reference to `tls_handshake_cancel'
   m68k-linux-ld: net/sunrpc/svcsock.o: in function `svc_tcp_handshake':
>> svcsock.c:(.text+0x4d0): undefined reference to `tls_server_hello_x509'
>> m68k-linux-ld: svcsock.c:(.text+0x4f4): undefined reference to `tls_handshake_cancel'

-- 
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-02-25  5:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25  5:08 [cel:topic-rpc-with-tls-upcall 18/18] svcsock.c:undefined reference to `tls_server_hello_x509' 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.