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=-1.9 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gnuweeb.org (Postfix) with ESMTPS id 5D4ED7E723 for ; Wed, 30 Mar 2022 12:49:27 +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=B/C+m2ht; 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=1648644567; x=1680180567; h=date:from:to:cc:subject:message-id:mime-version; bh=GKh3TB5IeP3GVL0TdmWg6yllvBDir0N5PLH7xzCm6AQ=; b=B/C+m2ht3KmiePS0Zj/Sm4WiFkkg298047ddK4/ssS8VkLqFgIu+0+p0 H8wx1nhadQhAhuFgXWHO5hYLsOtzC3oaHTALH2Rs62wKbY9Q6aKBR5dON aYS7ZE8Fb9YBCFrcNabHtxMzHkCC9cojdRDIFquXbtffoIPpUrw2n3bcf /iqK2dwNVlMZ3wKQ++jNwIBt01VrmOAlWQvy5s10vSKmN48QLJdT0fNZh hnmBmqI4YP6JG12GHv9loEGYa7YCwtzKR3Yp7tPKxCFAba9tmtR40oD1c /msexHr0Tk52krGyzQIvPWv47ZjOk2lDG2eMN1kYeuFupg46/zRjkBK4f g==; X-IronPort-AV: E=McAfee;i="6200,9189,10301"; a="322713173" X-IronPort-AV: E=Sophos;i="5.90,222,1643702400"; d="scan'208";a="322713173" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Mar 2022 05:49:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,222,1643702400"; d="scan'208";a="565522397" Received: from lkp-server02.sh.intel.com (HELO 1905232cd9fb) ([10.239.97.151]) by orsmga008.jf.intel.com with ESMTP; 30 Mar 2022 05:49:24 -0700 Received: from kbuild by 1905232cd9fb with local (Exim 4.95) (envelope-from ) id 1nZXlL-00002K-PS; Wed, 30 Mar 2022 12:49:23 +0000 Date: Wed, 30 Mar 2022 20:49:15 +0800 From: kernel test robot To: Tri Vo Cc: kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:google/android/kernel/common/android12-trusty-5.10 5870/5872] aarch64-linux-ld: trusty-ipc.c:undefined reference to `trusty_dma_buf_get_shared_mem_id' Message-ID: <202203302026.RQKx7sLs-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: Hi Tri, FYI, the error/warning still remains. tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android12-trusty-5.10 head: 07055bfd3d810d41a38354693dfaa55a6f8c0025 commit: 629a4d3318cc1234675f62b69fba8791592e8a83 [5870/5872] ANDROID: trusty: Support setting trusty_shared_mem_id_t config: arm64-allyesconfig (https://download.01.org/0day-ci/archive/20220330/202203302026.RQKx7sLs-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.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/629a4d3318cc1234675f62b69fba8791592e8a83 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block google/android/kernel/common/android12-trusty-5.10 git checkout 629a4d3318cc1234675f62b69fba8791592e8a83 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): aarch64-linux-ld: Unexpected GOT/PLT entries detected! aarch64-linux-ld: Unexpected run-time procedure linkages detected! aarch64-linux-ld: drivers/trusty/trusty-ipc.o: in function `dn_share_fd': trusty-ipc.c:(.text+0x337c): undefined reference to `trusty_dma_buf_get_ffa_tag' >> aarch64-linux-ld: trusty-ipc.c:(.text+0x3398): undefined reference to `trusty_dma_buf_get_shared_mem_id' -- 0-DAY CI Kernel Test Service https://01.org/lkp