From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8265381256393476406==" MIME-Version: 1.0 From: Tony Lindgren To: kbuild-all@lists.01.org Subject: Re: omap-secure.c:undefined reference to `__arm_smccc_smc' Date: Thu, 20 Feb 2020 07:54:29 -0800 Message-ID: <20200220155429.GH37466@atomide.com> In-Reply-To: <202002131856.VeW4PhBJ%lkp@intel.com> List-Id: --===============8265381256393476406== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Andrew, * kbuild test robot [200213 10:27]: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.gi= t master > head: 0bf999f9c5e74c7ecf9dafb527146601e5c848b9 > commit: c37baa06f8a970e4a533d41f7d33e5e57de5ad25 ARM: OMAP2+: Fix undefin= ed reference to omap_secure_init > date: 3 weeks ago > config: arm-randconfig-a001-20200213 (attached as .config) > compiler: arm-linux-gnueabi-gcc (GCC) 7.5.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbi= n/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout c37baa06f8a970e4a533d41f7d33e5e57de5ad25 > # save the attached .config to linux build tree > GCC_VERSION=3D7.5.0 make.cross ARCH=3Darm = > = > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot > = > All errors (new ones prefixed by >>): > = > arch/arm/mach-omap2/omap-secure.o: In function `omap_smccc_smc': > >> omap-secure.c:(.text+0x94): undefined reference to `__arm_smccc_smc' Have you looked at this one? Looks like there's still an unhandled randconfig build case. Regards, Tony --===============8265381256393476406==-- 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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CB96C11D0B for ; Thu, 20 Feb 2020 15:54:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EF9E52465D for ; Thu, 20 Feb 2020 15:54:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728646AbgBTPyc (ORCPT ); Thu, 20 Feb 2020 10:54:32 -0500 Received: from muru.com ([72.249.23.125]:56308 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728380AbgBTPyc (ORCPT ); Thu, 20 Feb 2020 10:54:32 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id EB8098080; Thu, 20 Feb 2020 15:55:16 +0000 (UTC) Date: Thu, 20 Feb 2020 07:54:29 -0800 From: Tony Lindgren To: "Andrew F. Davis" Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, kbuild test robot Subject: Re: omap-secure.c:undefined reference to `__arm_smccc_smc' Message-ID: <20200220155429.GH37466@atomide.com> References: <202002131856.VeW4PhBJ%lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202002131856.VeW4PhBJ%lkp@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew, * kbuild test robot [200213 10:27]: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: 0bf999f9c5e74c7ecf9dafb527146601e5c848b9 > commit: c37baa06f8a970e4a533d41f7d33e5e57de5ad25 ARM: OMAP2+: Fix undefined reference to omap_secure_init > date: 3 weeks ago > config: arm-randconfig-a001-20200213 (attached as .config) > compiler: arm-linux-gnueabi-gcc (GCC) 7.5.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout c37baa06f8a970e4a533d41f7d33e5e57de5ad25 > # save the attached .config to linux build tree > GCC_VERSION=7.5.0 make.cross ARCH=arm > > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot > > All errors (new ones prefixed by >>): > > arch/arm/mach-omap2/omap-secure.o: In function `omap_smccc_smc': > >> omap-secure.c:(.text+0x94): undefined reference to `__arm_smccc_smc' Have you looked at this one? Looks like there's still an unhandled randconfig build case. Regards, Tony