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=-6.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gnuweeb.org (Postfix) with ESMTPS id AD6FE80909 for ; Sat, 20 Aug 2022 10:28:41 +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=gWFLej+W; 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=1660991321; x=1692527321; h=date:from:to:cc:subject:message-id:mime-version; bh=7X0MsbAZ7WZatX6iWC3r8BErgKmsmjeytsGFjw5sf34=; b=gWFLej+WzQE+hT0GncPABb+Ee2RVD3ehQNUoyDjGCdnxypRMjVq1huU7 jF11uJCkidfc+NzjQpqDZehQZRKqgXqqIFNC+LtuwgaqAuIz2tMO3jUJ6 Ohrz1fu+8NY/I4T6WmJUwB5zaNfYoZmEGIShfFaPGZZPGi2wtL7+er0Ao l3T9SxD3oVYKRSqD3MtKeR2ms6+GlTuIdFZtI6IgluIdd7WAPoywMeFbc FV/ANQlWLiCqYx/IkXT24AgN9agJsqTFdc70hjOMap4RgvOoQcVamleNl EpU7ir5kFEharff7xJi+ht9lNQxrZr/oPi1Qj0ThDqLgmyFwT2CFx1/3N Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10444"; a="290727970" X-IronPort-AV: E=Sophos;i="5.93,251,1654585200"; d="scan'208";a="290727970" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Aug 2022 03:28:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,251,1654585200"; d="scan'208";a="641518655" Received: from lkp-server01.sh.intel.com (HELO 44b6dac04a33) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 20 Aug 2022 03:28:27 -0700 Received: from kbuild by 44b6dac04a33 with local (Exim 4.96) (envelope-from ) id 1oPLiM-0002UJ-35; Sat, 20 Aug 2022 10:28:26 +0000 Date: Sat, 20 Aug 2022 18:28:01 +0800 From: kernel test robot To: Andrew Morton Cc: kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, Linux Memory Management List , Huang Ying Subject: [ammarfaizi2-block:akpm/mm/mm-unstable 101/170] mm/memory.c:68:10: fatal error: linux/memory-tiers.h: No such file or directory Message-ID: <202208201850.nGhRnTHY-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 akpm/mm/mm-unstable head: 1b745fa43c32e6a6ffb4d922114d75019830a9e2 commit: 71c09d5dbc03732b9f98485edc03c272e7e8a79c [101/170] memory-tiering-hot-page-selection-with-hint-page-fault-latency-fix.txt config: arm-defconfig (https://download.01.org/0day-ci/archive/20220820/202208201850.nGhRnTHY-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/71c09d5dbc03732b9f98485edc03c272e7e8a79c git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block akpm/mm/mm-unstable git checkout 71c09d5dbc03732b9f98485edc03c272e7e8a79c # 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 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot Note: the ammarfaizi2-block/akpm/mm/mm-unstable HEAD 1b745fa43c32e6a6ffb4d922114d75019830a9e2 builds fine. It only hurts bisectability. All errors (new ones prefixed by >>): >> mm/memory.c:68:10: fatal error: linux/memory-tiers.h: No such file or directory 68 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +68 mm/memory.c > 68 #include 69 #include 70 #include 71 #include 72 #include 73 #include 74 #include 75 #include 76 #include 77 #include 78 #include 79 -- 0-DAY CI Kernel Test Service https://01.org/lkp