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=-3.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_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gnuweeb.org (Postfix) with ESMTPS id BE3427E257 for ; Fri, 29 Jul 2022 16:42:21 +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=EJnnHGfe; 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=1659112941; x=1690648941; h=date:from:to:cc:subject:message-id:mime-version; bh=nAAmuEMRTOluKqezs5cXfmMpYvyr3ZN4FTsrdJtzU2c=; b=EJnnHGfew5hqLcVDOlriqUCO4CkvNlxn/tw9Wz0Aau/KAjHQVAUmePaN Upg5ixH/h9ElYqrxVlxh8DdkVwexvN0gA2eWEE4tjFvG+8dB/XEVuZVjv 60H5GH47xd9B3Or5SoDDZQhlEjc12IrhIlH+/ChxAhhzBLFazjnoPIxQW +vgB1eKIf7YJYUVHNud4ONAdx4hTK1RXvXn2XiGrmzA0Mlq69vD53CJrB LPZ0SKJyTTLnWHn9Fhk9+tgNFtEeLhQ+9/m46I2w720XU1sT7DSd2RYKq qUqjya5qsKDiR5XwkVJJwZ2r3lwM77M/6IYEPFk8Uvy63VddCXsJmXKH7 A==; X-IronPort-AV: E=McAfee;i="6400,9594,10423"; a="275689124" X-IronPort-AV: E=Sophos;i="5.93,201,1654585200"; d="scan'208";a="275689124" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2022 09:42:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,201,1654585200"; d="scan'208";a="743588403" Received: from lkp-server01.sh.intel.com (HELO e0eace57cfef) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 29 Jul 2022 09:42:11 -0700 Received: from kbuild by e0eace57cfef with local (Exim 4.96) (envelope-from ) id 1oHT3y-000BsA-1n; Fri, 29 Jul 2022 16:42:10 +0000 Date: Sat, 30 Jul 2022 00:41:40 +0800 From: kernel test robot To: "Jason A. Donenfeld" Cc: kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:crng/random/jd/vdso 8/8] include/vdso/processor.h:10:10: fatal error: asm/vdso/processor.h: No such file or directory Message-ID: <202207300010.uSYFJfOe-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 crng/random/jd/vdso head: 02d56061c924adece19bdfad05ea4add32de4b63 commit: 02d56061c924adece19bdfad05ea4add32de4b63 [8/8] random: implement getrandom() in vDSO config: arc-randconfig-r043-20220729 (https://download.01.org/0day-ci/archive/20220730/202207300010.uSYFJfOe-lkp@intel.com/config) compiler: arceb-elf-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/02d56061c924adece19bdfad05ea4add32de4b63 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block crng/random/jd/vdso git checkout 02d56061c924adece19bdfad05ea4add32de4b63 # 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=arc SHELL=/bin/bash drivers/char/ If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from include/vdso/datapage.h:17, from drivers/char/random.c:62: >> include/vdso/processor.h:10:10: fatal error: asm/vdso/processor.h: No such file or directory 10 | #include | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +10 include/vdso/processor.h d8bb6993d871f5 Vincenzo Frascino 2020-03-20 9 d8bb6993d871f5 Vincenzo Frascino 2020-03-20 @10 #include d8bb6993d871f5 Vincenzo Frascino 2020-03-20 11 :::::: The code at line 10 was first introduced by commit :::::: d8bb6993d871f5d3cd6d65d3772e4b1f4ef17380 common: Introduce processor.h :::::: TO: Vincenzo Frascino :::::: CC: Thomas Gleixner -- 0-DAY CI Kernel Test Service https://01.org/lkp