From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gnuweeb.org (Postfix) with ESMTPS id 56E837E5C8 for ; Tue, 14 Jun 2022 04:56:17 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=TCB9AUzb; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655182577; x=1686718577; h=date:from:to:cc:subject:message-id:mime-version; bh=1xbQFLsN1yyCoJIXPd9A/YJMlmAue8J/iynH1aqw9V8=; b=TCB9AUzbd4ePb1CdUqUH5rsTSTJeA5sxAxsggWweUyNoLlTVu+8KsAYL kqaaIK2m88ZnNb3BL4YauvpxcdUV7gRraPLl3zpdPZzONBsM0onbZ3OGQ AjmQpY5NfkW44AtKFtgJ01pjOZgYcXv8nD6EEfq3nHl4McoVIXb49HFBe vWp66LT998EOOBWx7jao6IcsPHz3YHpqAgTDaG0v8fmR/h7SRM6LuiWBG jkZWuGQGSMQeTH8IrXsiJEQ+6wAcsAy0lFoZl3B+59DWGdAUUKrVR74vO bo9LYE5RbTLV8thgWT6/PfX075o2wnCI3vWmwsIns+5+whUooR0xyKNdm w==; X-IronPort-AV: E=McAfee;i="6400,9594,10377"; a="279223276" X-IronPort-AV: E=Sophos;i="5.91,299,1647327600"; d="scan'208";a="279223276" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2022 21:56:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,299,1647327600"; d="scan'208";a="640137759" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 13 Jun 2022 21:56:14 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1o0yb7-000LUt-Sn; Tue, 14 Jun 2022 04:56:13 +0000 Date: Tue, 14 Jun 2022 12:55:54 +0800 From: kernel test robot To: David Howells Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:dhowells/linux-fs/keys-fixes 1/2] system_keyring.c:undefined reference to `x509_load_certificate_list' Message-ID: <202206141240.n4fGpU0E-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: tree: https://github.com/ammarfaizi2/linux-block dhowells/linux-fs/keys-fixes head: 8dea6c86f1eed1f423e8be0c8f4877e22325e5e2 commit: 7538d043fdb18966abae4e888d9de2e0be3942ff [1/2] certs: Move load_certificate_list() to be with the asymmetric keys code config: s390-buildonly-randconfig-r002-20220613 (https://download.01.org/0day-ci/archive/20220614/202206141240.n4fGpU0E-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 11.3.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://github.com/ammarfaizi2/linux-block/commit/7538d043fdb18966abae4e888d9de2e0be3942ff git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block dhowells/linux-fs/keys-fixes git checkout 7538d043fdb18966abae4e888d9de2e0be3942ff # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): s390-linux-ld: certs/system_keyring.o: in function `load_system_certificate_list': >> system_keyring.c:(.init.text+0x70): undefined reference to `x509_load_certificate_list' -- 0-DAY CI Kernel Test Service https://01.org/lkp