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=-4.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_H2,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 BFB21832A0 for ; Fri, 10 Mar 2023 09:50:15 +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=SBmQe1FB; 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=1678441815; x=1709977815; h=date:from:to:cc:subject:message-id:mime-version; bh=HiWXKpwgAmXEw4KnGdtH3YLwn90vQiFkGYCILtlbO7U=; b=SBmQe1FBtGBF74ecmQ4pRcWvODHLHrf61M7zyrbSG6lXVXc3coPlgPXi dJ+4CPLF6IzvC1fEoqhE7kf52syvaGyci3HFcFPLXYOxgZ8U4QJGjCLZF HExTwzF7dqUWmAHSqdIIrGGHui6P2mbg1pbdStr4gtFUW7+0U+fIThnqA JJMlB8g5oVf8ZEm4uDdBIPZct1EWDvZ2yaekTy/mQj21j57DZtGEp1Bc1 P0Cw3eAY9eAmFkgKQjMr8LhRYQuqb6aQfQV3eMWxyjf5ic4Zp7qVuvDyS 7u9PMYhqIrnWMPZgI1rLGgZumwt9wtsLzZ8wd5usiofACExOEDuxp27xg g==; X-IronPort-AV: E=McAfee;i="6500,9779,10644"; a="401554355" X-IronPort-AV: E=Sophos;i="5.98,249,1673942400"; d="scan'208";a="401554355" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2023 01:50:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10644"; a="766773075" X-IronPort-AV: E=Sophos;i="5.98,249,1673942400"; d="scan'208";a="766773075" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 10 Mar 2023 01:50:12 -0800 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1paZO8-0003j6-1A; Fri, 10 Mar 2023 09:50:12 +0000 Date: Fri, 10 Mar 2023 17:50:03 +0800 From: kernel test robot To: Ammar Faizi , GNU/Weeb Mailing List Cc: oe-kbuild-all@lists.linux.dev Subject: [ammarfaizi2-block:google/android/kernel/common/android12-trusty-5.10 2/2] ERROR: modpost: "kthread_create_on_cpu" [drivers/trusty/trusty-core.ko] undefined! Message-ID: <202303101723.wD5KVvRe-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 google/android/kernel/common/android12-trusty-5.10 head: de814afe14b14bf51d89ff8c1861b7a15ef2c3b2 commit: de814afe14b14bf51d89ff8c1861b7a15ef2c3b2 [2/2] ANDROID: trusty: park threads when cpu is offline config: arm-allmodconfig (https://download.01.org/0day-ci/archive/20230310/202303101723.wD5KVvRe-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 12.1.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/de814afe14b14bf51d89ff8c1861b7a15ef2c3b2 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 de814afe14b14bf51d89ff8c1861b7a15ef2c3b2 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303101723.wD5KVvRe-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): ERROR: modpost: "trusty_dma_buf_get_ffa_tag" [drivers/trusty/trusty-ipc.ko] undefined! ERROR: modpost: "trusty_dma_buf_get_shared_mem_id" [drivers/trusty/trusty-ipc.ko] undefined! >> ERROR: modpost: "kthread_create_on_cpu" [drivers/trusty/trusty-core.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests