From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3EB4EB64DD for ; Tue, 25 Jul 2023 19:38:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230439AbjGYTih (ORCPT ); Tue, 25 Jul 2023 15:38:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229696AbjGYTia (ORCPT ); Tue, 25 Jul 2023 15:38:30 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BC09270E for ; Tue, 25 Jul 2023 12:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690313879; x=1721849879; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=iXbgVG18Y7RTGH9a4tg9bgDCR+4JUI1k2BMBe1/7ZtU=; b=now2FuGDfJ+noEtq09sgligXlt/61l/KMa1Z342ijiVDlXhBroKskgYH Xx5eyR6pkhxBmtlFf98GYfD3HUvt+pEKL8/s+USuCMFEXv90iA+l0pR69 sQ5uTgyFlSbhyxsy8xutSpuqHfaFYHuW488dLiE9CDVZgP2UpEwZgp9BR tGdCRAI6PqsrO8vItm5jDgcbLE44jE99cf+3Xk/IXlStbrZ/FKZAQKAl4 QXneikaS7z4+MYk00aw73X6ftSVBOzrowLajWvMqtelAXOuSUSn1yFzB4 MFyQiLHibcSEu56tSZv3dmcarVSSS417a7XDXsbgtyRGCW8CISrlRMaXj Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10782"; a="367856217" X-IronPort-AV: E=Sophos;i="6.01,230,1684825200"; d="scan'208";a="367856217" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jul 2023 12:37:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10782"; a="791512095" X-IronPort-AV: E=Sophos;i="6.01,230,1684825200"; d="scan'208";a="791512095" Received: from lkp-server02.sh.intel.com (HELO 953e8cd98f7d) ([10.239.97.151]) by fmsmga008.fm.intel.com with ESMTP; 25 Jul 2023 12:37:13 -0700 Received: from kbuild by 953e8cd98f7d with local (Exim 4.96) (envelope-from ) id 1qONqK-0000I3-1y; Tue, 25 Jul 2023 19:37:12 +0000 Date: Wed, 26 Jul 2023 03:36:39 +0800 From: kernel test robot To: Petr Tesarik , Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley , Li Huafei , Liao Chang , Masahiro Yamada , Alyssa Ross , Nick Desaulniers , Ricardo Ribalda , Kees Cook , Heiko Stuebner , Li Zhengyu , "open list:RISC-V ARCHITECTURE" , open list Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, Roberto Sassu , petr@tesarici.cz Subject: Re: [PATCH v1 3/3] riscv/purgatory: do not link with string.o Message-ID: <202307260325.E3Uh9dYf-lkp@intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Petr, kernel test robot noticed the following build errors: [auto build test ERROR on kees/for-next/pstore] [also build test ERROR on kees/for-next/kspp linus/master v6.5-rc3 next-20230725] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Petr-Tesarik/riscv-kexec-handle-R_RISCV_CALL_PLT-relocation-type/20230725-165116 base: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore patch link: https://lore.kernel.org/r/a083f38c7c3acd6ac9542228e36947be30b58188.1690274483.git.petr.tesarik.ext%40huawei.com patch subject: [PATCH v1 3/3] riscv/purgatory: do not link with string.o config: riscv-randconfig-r001-20230725 (https://download.01.org/0day-ci/archive/20230726/202307260325.E3Uh9dYf-lkp@intel.com/config) compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a) reproduce: (https://download.01.org/0day-ci/archive/20230726/202307260325.E3Uh9dYf-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 | Closes: https://lore.kernel.org/oe-kbuild-all/202307260325.E3Uh9dYf-lkp@intel.com/ All errors (new ones prefixed by >>): >> ld.lld: error: undefined symbol: memcmp >>> referenced by ctype.c >>> arch/riscv/purgatory/purgatory.ro:(purgatory) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki