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,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gnuweeb.org (Postfix) with ESMTPS id 1003E8079D for ; Sun, 7 Aug 2022 01:38:18 +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=ShFiGBPA; 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=1659836298; x=1691372298; h=date:from:to:cc:subject:message-id:mime-version; bh=YySptm9eHwLOULKxhkT5qY8blC2abY0x9RnAb49Vm64=; b=ShFiGBPA5R1mhP6oAUNbvaH4ZKjskPIUBRWpIqTp81UUEAdVhls/a3Xu yyA+yR0c1hfgct/Nl/K6ZELui8Ex4iXRkpeTFSPbAQkYlmdTrwo3Z1uLX q7Tm36MVQtLO/vXx1MH2ZsH36vzmHa7+9QYLuX1YxrJpiev4wQtGmD+Hk R7ciTuRDl1I/s6+vVB2qktUu1FBjT+aDHMI8idaqCedIRukcpwWtapEZo +Ep/LQOXW81RRtX7lcAUeE4BnGIWHvGIqIiZqr7S0QlTbbQWBIq9HDEoD TVlTENh65M+jV3Px2pEUrB8PI1RvIknApY63g+nZ05W9mCj4t5Dv17Kjl A==; X-IronPort-AV: E=McAfee;i="6400,9594,10431"; a="376696880" X-IronPort-AV: E=Sophos;i="5.93,219,1654585200"; d="scan'208";a="376696880" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2022 18:38:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,219,1654585200"; d="scan'208";a="931636923" Received: from lkp-server01.sh.intel.com (HELO e0eace57cfef) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 06 Aug 2022 18:38:15 -0700 Received: from kbuild by e0eace57cfef with local (Exim 4.96) (envelope-from ) id 1oKVF9-000KqP-0n; Sun, 07 Aug 2022 01:38:15 +0000 Date: Sun, 7 Aug 2022 09:37:28 +0800 From: kernel test robot To: Peter Zijlstra Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Ammar Faizi , GNU/Weeb Mailing List , linux-kernel@vger.kernel.org, Thomas Gleixner Subject: [ammarfaizi2-block:tglx/devel/depthtracking 57/59] :24:23: error: expected register here Message-ID: <202208070914.tWhVc55X-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 tglx/devel/depthtracking head: b518e558c49324fa002255761d2a7324ba31f7b5 commit: cb5c190267562764025e25c3e726ae511003b0a0 [57/59] x86/ftrace: Make it call depth tracking aware config: x86_64-randconfig-a002-20220801 (https://download.01.org/0day-ci/archive/20220807/202208070914.tWhVc55X-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 52cd00cabf479aa7eb6dbb063b7ba41ea57bce9e) 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/cb5c190267562764025e25c3e726ae511003b0a0 git remote add ammarfaizi2-block https://github.com/ammarfaizi2/linux-block git fetch --no-tags ammarfaizi2-block tglx/devel/depthtracking git checkout cb5c190267562764025e25c3e726ae511003b0a0 # 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=x86_64 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 >>): >> :24:23: error: expected register here sarq $5, PER_CPU_VAR(pcpu_hot + 16); ^ 1 error generated. -- >> :24:23: error: expected register here sarq $5, PER_CPU_VAR(pcpu_hot + 16); ^ :56:23: error: expected register here sarq $5, PER_CPU_VAR(pcpu_hot + 16); ^ 2 errors generated. -- 0-DAY CI Kernel Test Service https://01.org/lkp