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 A04D780866 for ; Tue, 20 Sep 2022 11:10:58 +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=Ox4UaCPP; 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=1663672258; x=1695208258; h=date:from:to:cc:subject:message-id:mime-version; bh=6xRufgAOPeHl07DR4DHjGbYt8F/8YiY/XrFzHNzT8FQ=; b=Ox4UaCPPPt0ygPaCV+Bzwn4qQHHjyrW69fcxyF05htHJQqFjamsHbzwC 4Vm2HYayR19jb6DsuG2cYrdlg9/lUXahxxlHh4Lig3b+GHNkYVU2Fp9lf FeYd1kParKcDv6crpMTlHkJ3SUbnJ0TsOd0T87VHJz7AST5kI7MudFngu SRCo2ch95wnNV8RsA2jTc52cOVX+wCP5YVA3IpfuZQzeOrJFzfmsp8G07 Rw5zu4F4srK78FTqwsVge0+7uUf0nudcH+UGGXUX9j/o8nf0lbKED+pQq 2SPVHEcQvZxLpsrURHp3wHiLPBHEkkMsFP0vILnivW+DQ3Xl1L/t49Gtz w==; X-IronPort-AV: E=McAfee;i="6500,9779,10475"; a="297258927" X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="297258927" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 04:10:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,330,1654585200"; d="scan'208";a="618873529" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 20 Sep 2022 04:10:36 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oab99-0002iB-0T; Tue, 20 Sep 2022 11:10:35 +0000 Date: Tue, 20 Sep 2022 19:09:50 +0800 From: kernel test robot To: "Jason A. Donenfeld" Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: [ammarfaizi2-block:crng/random/jd/vdso 3/3] include/vdso/processor.h:10:10: fatal error: 'asm/vdso/processor.h' file not found Message-ID: <202209201951.cz31hRjJ-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: a7b31acb923dbd25e7bf030ca209f131c31f5288 commit: a7b31acb923dbd25e7bf030ca209f131c31f5288 [3/3] random: implement getrandom() in vDSO config: hexagon-randconfig-r045-20220919 (https://download.01.org/0day-ci/archive/20220920/202209201951.cz31hRjJ-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 791a7ae1ba3efd6bca96338e10ffde557ba83920) 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/a7b31acb923dbd25e7bf030ca209f131c31f5288 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block crng/random/jd/vdso git checkout a7b31acb923dbd25e7bf030ca209f131c31f5288 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/char/ drivers/iommu/ mm/ 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 drivers/char/random.c:64: In file included from include/vdso/datapage.h:17: >> include/vdso/processor.h:10:10: fatal error: 'asm/vdso/processor.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~ 1 error generated. 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