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 455E5C54EE9 for ; Sun, 18 Sep 2022 11:09:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229628AbiIRLJd (ORCPT ); Sun, 18 Sep 2022 07:09:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229457AbiIRLJa (ORCPT ); Sun, 18 Sep 2022 07:09:30 -0400 Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59D38B42 for ; Sun, 18 Sep 2022 04:09:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663499369; x=1695035369; h=date:from:to:cc:subject:message-id:mime-version; bh=ygGxjYkHrGpH4WtVBDYcobPxjep4uk4saeBvUbusJN8=; b=QJ9vz8oxE7+oEk0Au8qZdBTnjBnc8ZS2A8gVZMbk9pMknXH6YZGEdsC8 7yS/D74OJkYI5u/oDg39n1OsvEECmRfeO/jTko7oH1WiQkVZ9di1nXH4V MDiE2mWUKm8bDsxB68dPLzWvXwLC068MDTaKI1pent6lXe+RZDFP51xMx H5DhgRQvhV3Hp46HGSZ6h1eoOTn567V7+z0T/fim4NPPkUAyi+EGDH2iH U0Wt2goiFvJGxxI+AFuT5MKxVVf9PVXRwo6PPep5tVK4nc0qbdsDEvi2R AorKdJYCg2h9NQaVryc1TVpRaV9lFX/z5aAZYM00NQFWlI/eQdaAa1lYK w==; X-IronPort-AV: E=McAfee;i="6500,9779,10473"; a="360963136" X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="360963136" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2022 04:09:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,325,1654585200"; d="scan'208";a="648801746" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 18 Sep 2022 04:09:28 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oZsAx-00018n-1H; Sun, 18 Sep 2022 11:09:27 +0000 Date: Sun, 18 Sep 2022 19:08:48 +0800 From: kernel test robot To: Javier Martinez Canillas Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: ERROR: modpost: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined! Message-ID: <202209181951.Wdmac1wt-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Javier, FYI, the error/warning was bisected to this commit, please ignore it if it's irrelevant. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: a335366bad1364a07f49df9da1fdfa6d411a5f39 commit: a0f25a6bb319aa05e04dcf51707c97c2881b4f47 drm/hisilicon/hibmc: Allow to be built if COMPILE_TEST is enabled date: 8 months ago config: m68k-randconfig-r016-20220918 (https://download.01.org/0day-ci/archive/20220918/202209181951.Wdmac1wt-lkp@intel.com/config) compiler: m68k-linux-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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a0f25a6bb319aa05e04dcf51707c97c2881b4f47 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout a0f25a6bb319aa05e04dcf51707c97c2881b4f47 # 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=m68k SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "vmf_insert_pfn_prot" [drivers/gpu/drm/ttm/ttm.ko] undefined! Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for DRM_TTM Depends on [n]: HAS_IOMEM [=y] && DRM [=m] && MMU [=n] Selected by [m]: - DRM_TTM_HELPER [=m] && HAS_IOMEM [=y] && DRM [=m] - DRM_HISI_HIBMC [=m] && HAS_IOMEM [=y] && DRM [=m] && PCI [=y] && (ARM64 || COMPILE_TEST [=y]) -- 0-DAY CI Kernel Test Service https://01.org/lkp