Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Harald Freudenberger <freude@linux.ibm.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,
	linux-kernel@vger.kernel.org, Heiko Carstens <hca@linux.ibm.com>,
	Holger Dengler <dengler@linux.ibm.com>
Subject: paes_s390.c:undefined reference to `crypto_engine_stop'
Date: Sat, 31 May 2025 06:20:33 +0800	[thread overview]
Message-ID: <202505310614.xYOiPjac-lkp@intel.com> (raw)

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   8477ab143069c6b05d6da4a8184ded8b969240f5
commit: 6cd87cb5ef6ca50ae17c371482ceaab1d635e232 s390/crypto: Rework protected key AES for true asynch support
date:   2 weeks ago
config: s390-randconfig-002-20250531 (https://download.01.org/0day-ci/archive/20250531/202505310614.xYOiPjac-lkp@intel.com/config)
compiler: clang version 21.0.0git (https://github.com/llvm/llvm-project f819f46284f2a79790038e1f6649172789734ae8)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250531/202505310614.xYOiPjac-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202505310614.xYOiPjac-lkp@intel.com/

All errors (new ones prefixed by >>):

   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `paes_s390_fini':
>> paes_s390.c:(.text+0x22): undefined reference to `crypto_engine_stop'
>> s390x-linux-ld: paes_s390.c:(.text+0x2e): undefined reference to `crypto_engine_exit'
>> s390x-linux-ld: paes_s390.c:(.text+0x4e): undefined reference to `crypto_engine_unregister_skcipher'
   s390x-linux-ld: paes_s390.c:(.text+0x6e): undefined reference to `crypto_engine_unregister_skcipher'
   s390x-linux-ld: paes_s390.c:(.text+0x8e): undefined reference to `crypto_engine_unregister_skcipher'
   s390x-linux-ld: paes_s390.c:(.text+0xae): undefined reference to `crypto_engine_unregister_skcipher'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `ecb_paes_do_one_request':
>> paes_s390.c:(.text+0x33e): undefined reference to `crypto_finalize_skcipher_request'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `ecb_paes_crypt':
>> paes_s390.c:(.text+0x52e): undefined reference to `crypto_transfer_skcipher_request_to_engine'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `cbc_paes_do_one_request':
   paes_s390.c:(.text+0xa1e): undefined reference to `crypto_finalize_skcipher_request'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `cbc_paes_crypt':
   paes_s390.c:(.text+0xaae): undefined reference to `crypto_transfer_skcipher_request_to_engine'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `xts_paes_encrypt':
   paes_s390.c:(.text+0x10ca): undefined reference to `crypto_transfer_skcipher_request_to_engine'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `xts_paes_decrypt':
   paes_s390.c:(.text+0x11aa): undefined reference to `crypto_transfer_skcipher_request_to_engine'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `xts_paes_do_one_request':
   paes_s390.c:(.text+0x12fe): undefined reference to `crypto_finalize_skcipher_request'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `ctr_paes_crypt':
   paes_s390.c:(.text+0x1dd4): undefined reference to `crypto_transfer_skcipher_request_to_engine'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `ctr_paes_do_one_request':
   paes_s390.c:(.text+0x1f0e): undefined reference to `crypto_finalize_skcipher_request'
   s390x-linux-ld: arch/s390/crypto/paes_s390.o: in function `paes_s390_init':
>> paes_s390.c:(.init.text+0x48): undefined reference to `crypto_engine_alloc_init_and_set'
>> s390x-linux-ld: paes_s390.c:(.init.text+0x5e): undefined reference to `crypto_engine_start'
>> s390x-linux-ld: paes_s390.c:(.init.text+0x74): undefined reference to `crypto_engine_exit'
>> s390x-linux-ld: paes_s390.c:(.init.text+0xf4): undefined reference to `crypto_engine_register_skcipher'
   s390x-linux-ld: paes_s390.c:(.init.text+0x118): undefined reference to `crypto_engine_register_skcipher'
   s390x-linux-ld: paes_s390.c:(.init.text+0x13c): undefined reference to `crypto_engine_register_skcipher'
   s390x-linux-ld: paes_s390.c:(.init.text+0x1b6): undefined reference to `crypto_engine_register_skcipher'

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

                 reply	other threads:[~2025-05-30 22:21 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=202505310614.xYOiPjac-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=dengler@linux.ibm.com \
    --cc=freude@linux.ibm.com \
    --cc=hca@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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