From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 88CAE1A5A4; Mon, 6 Nov 2023 11:52:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="PET7Y3fO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699271526; x=1730807526; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2GNjbmEJtZrouroHCNxWmbCT6s2EU3n4xNfku+20/b0=; b=PET7Y3fO7v+gp6mUkVQNJODgH5Zr+8RCzbn/8cfrOGr2ssS3PPy8ST/R P7f3Nec0V+ottOuyxHsAVs3OKQ/92haz6jKq2pp7ei5WewkRHV5LTUH3f 2Za7l2/cEjsTCfscXUCFueJAUiyTwa2UlIsNEsrUYjKIGLfY1vJaztbMk 5a1EGdw9K6HkQpkGjmfq/WWWDe+XFu9UUAxqrnbEvp/St8qKhoJIFiXZS eg2HAdI07/EqWWJRPzSf8pvziBpZAKg3/auZuTi6ouUogWdfpGn8ca3MY 885bhbrH33MenQSYFFRqayBLPLFNBzB6aVQDTcoKVsoERFBK8cxKbGDjl g==; X-IronPort-AV: E=McAfee;i="6600,9927,10885"; a="475494044" X-IronPort-AV: E=Sophos;i="6.03,281,1694761200"; d="scan'208";a="475494044" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Nov 2023 03:52:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10885"; a="852981472" X-IronPort-AV: E=Sophos;i="6.03,281,1694761200"; d="scan'208";a="852981472" Received: from lkp-server01.sh.intel.com (HELO 17d9e85e5079) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 06 Nov 2023 03:51:59 -0800 Received: from kbuild by 17d9e85e5079 with local (Exim 4.96) (envelope-from ) id 1qzy97-0006NJ-1u; Mon, 06 Nov 2023 11:51:57 +0000 Date: Mon, 6 Nov 2023 19:51:14 +0800 From: kernel test robot To: Nuno Das Neves , linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, patches@lists.linux.dev, mikelley@microsoft.com, kys@microsoft.com, wei.liu@kernel.org, gregkh@linuxfoundation.org, haiyangz@microsoft.com, decui@microsoft.com, apais@linux.microsoft.com, Tianyu.Lan@microsoft.com, ssengar@linux.microsoft.com, mukeshrathor@microsoft.com, stanislav.kinsburskiy@gmail.com, jinankjain@linux.microsoft.com, vkuznets@redhat.com, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de, dave.hansen@linux.intel.com, hpa@zytor.com, will@kernel.org, catalin.marinas@arm.com Subject: Re: [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V Message-ID: <202311061950.zy9qRyzo-lkp@intel.com> References: <1696010501-24584-16-git-send-email-nunodasneves@linux.microsoft.com> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1696010501-24584-16-git-send-email-nunodasneves@linux.microsoft.com> Hi Nuno, kernel test robot noticed the following build errors: [auto build test ERROR on arnd-asm-generic/master] [also build test ERROR on tip/x86/core arm64/for-next/core linus/master v6.6 next-20231106] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Nuno-Das-Neves/hyperv-tlfs-Change-shared-HV_REGISTER_-defines-to-HV_MSR_/20230930-041305 base: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git master patch link: https://lore.kernel.org/r/1696010501-24584-16-git-send-email-nunodasneves%40linux.microsoft.com patch subject: [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V config: x86_64-allyesconfig (https://download.01.org/0day-ci/archive/20231106/202311061950.zy9qRyzo-lkp@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231106/202311061950.zy9qRyzo-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202311061950.zy9qRyzo-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/hv/mshv_vtl_main.c:25:10: fatal error: ../../../kernel/fpu/legacy.h: No such file or directory 25 | #include "../../../kernel/fpu/legacy.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +25 drivers/hv/mshv_vtl_main.c 24 > 25 #include "../../../kernel/fpu/legacy.h" 26 #include "mshv.h" 27 #include "mshv_vtl.h" 28 #include "hyperv_vmbus.h" 29 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki