This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Thu Apr 25 06:55:38 2024 >From mailfetcher Sat Sep 17 16:24:33 2022 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on pi4 X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_PASS,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NONE,SPF_PASS, URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham aut Authentication-Results: pi4.bmw12.nl; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: pi4.bmw12.nl; dkim=pass (Good 2048 bit rsa-sha256 signature) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 Authentication-Results: pi4.bmw12.nl; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-kernel-owner@vger.kernel.org; receiver=) Received: from secure.jasper.es [188.166.10.231] by 1dc7d414a5be with IMAP (fetchmail-6.3.26) for (single-drop); Sat, 17 Sep 2022 16:24:33 +0200 (CEST) Received: from secure.jasper.es [188.166.10.231] by 1dc7d414a5be with IMAP (fetchmail-6.3.26) for (single-drop); Wed, 08 Jun 2022 20:56:11 +0200 (CEST) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by pi4.bmw12.nl (Postfix) with ESMTP id 9A33F3F04F for ; Wed, 8 Jun 2022 20:56:05 +0200 (CEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232633AbiFHSzv (ORCPT ); Wed, 8 Jun 2022 14:55:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53232 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230131AbiFHSzs (ORCPT ); Wed, 8 Jun 2022 14: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4158DE7 for ; Wed, 8 Jun 2022 11:55:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654714546; x=1686250546; h=date:from:to:cc:subject:message-id:mime-version: content-transfer-encoding; bh=sigDhzIeadKw9Rowo0QrBbAxZifqII/1TowpL5HAW1A=; b=ZJQGI4 X-Ironport-AV: E=McAfee;i="6400,9594,10372"; a="265804092" X-Ironport-AV: E=Sophos;i="5.91,286,1647327600"; d="scan'208";a="265804092" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2022 11:55:46 -0700 X-ExtLoop1: 1 X-Ironport-AV: E=Sophos;i="5.91,286,1647327600"; d="scan'208";a="827124928" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by fmsmga006.fm.intel.com with ESMTP; 08 Jun 2022 11:55:44 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nz0qG-000EvF-4Z; Wed, 08 Jun 2022 18:55:44 +0000 Date: Thu, 9 Jun 2022 02:55:21 +0800 From: kernel test robot To: Linus Walleij Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: [arm-integrator:kernel-in-vmalloc-v5.19-rc1 28/33] fork.c:undefined reference to `virt_to_pfn' Message-Id: <202206090239.mJaQrFRX-lkp@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Precedence: bulk List-Id: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integr= ator.git kernel-in-vmalloc-v5.19-rc1 head: 512fc95a58c7b2e91e267db91a4ec5a54afedd01 commit: 851c5f699d64c4ed8f53c7a21fb5428bbd3a8d87 [28/33] riscv: Make virt_t= o_pfn() a real function config: riscv-nommu_virt_defconfig (https://download.01.org/0day-ci/archive= /20220609/202206090239.mJaQrFRX-lkp@intel.com/config) compiler: riscv64-linux-gcc (GCC) 11.3.0 reproduce (this is a W=3D1 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/linusw/linux-inte= grator.git/commit/?id=3D851c5f699d64c4ed8f53c7a21fb5428bbd3a8d87 git remote add arm-integrator https://git.kernel.org/pub/scm/linux/= kernel/git/linusw/linux-integrator.git git fetch --no-tags arm-integrator kernel-in-vmalloc-v5.19-rc1 git checkout 851c5f699d64c4ed8f53c7a21fb5428bbd3a8d87 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.3.0 make.cross= W=3D1 O=3Dbuild_dir ARCH=3Driscv SHELL=3D/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): riscv64-linux-ld: init/main.o: in function `.L0 ': main.c:(.init.text+0x97c): undefined reference to `virt_to_pfn' riscv64-linux-ld: main.c:(.init.text+0x9ba): undefined reference to `vir= t_to_pfn' riscv64-linux-ld: kernel/fork.o: in function `.L0 ': >> fork.c:(.text+0x90): undefined reference to `virt_to_pfn' riscv64-linux-ld: kernel/fork.o: in function `.L=021': fork.c:(.text+0x306): undefined reference to `virt_to_pfn' riscv64-linux-ld: kernel/resource.o: in function `alloc_resource': >> resource.c:(.text+0x544): undefined reference to `virt_to_pfn' riscv64-linux-ld: mm/swap.o:swap.c:(.text+0xc90): more undefined referen= ces to `virt_to_pfn' follow --=20 0-DAY CI Kernel Test Service https://01.org/lkp