From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 AD96D2569 for ; Tue, 24 May 2022 18:07:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653415630; x=1684951630; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=CKeS45IE/MpZvn0nyHNUsJygS/BGm2jLP5dhifZsips=; b=Lm1w0UC2agGuJKBcUJfm+YZgot0Ka7H4bM0a1OW29TLEHkEMouBj28Al 13yebJMxr+n5RA4QgkzzwYIEi76cg+FWnQ0VwtfVqK0u8fvr92cy+XLAP ViFgt23WT9ROR+53wBeJiVrO9RHOYHAd3ABl/ahQ3+B1B+aP72MOQHErt hFAvP/Mi5NwN9Sco9uSvJufqRxa9FgTrufKXQAJxdTn1x+KEaFA/b0bC7 YIPh6SoxhcLGMP+YRianFUBj9hYUEJWFvXOc82D5RqKlil9Lv7sM/xL4E RXbGdTFqLpz+kkHyaX3tbCXmY3KVI0wbZdVLTyPtswe2HkRCMoY0KMMz/ g==; X-IronPort-AV: E=McAfee;i="6400,9594,10357"; a="271190995" X-IronPort-AV: E=Sophos;i="5.91,248,1647327600"; d="scan'208";a="271190995" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2022 11:07:10 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,248,1647327600"; d="scan'208";a="642044509" Received: from lkp-server01.sh.intel.com (HELO db63a1be7222) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 24 May 2022 11:07:05 -0700 Received: from kbuild by db63a1be7222 with local (Exim 4.95) (envelope-from ) id 1ntYvx-0002KB-0m; Tue, 24 May 2022 18:07:05 +0000 Date: Wed, 25 May 2022 02:06:29 +0800 From: kernel test robot To: longli@linuxonhyperv.com, "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Wei Liu , Dexuan Cui , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Jason Gunthorpe , Leon Romanovsky , Ajay Sharma Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, netdev@vger.kernel.org, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org, Long Li Subject: Re: [Patch v2 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter Message-ID: <202205250235.eGFUDpu1-lkp@intel.com> References: <1653382572-14788-13-git-send-email-longli@linuxonhyperv.com> Precedence: bulk X-Mailing-List: llvm@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: <1653382572-14788-13-git-send-email-longli@linuxonhyperv.com> Hi, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.18 next-20220524] [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] url: https://github.com/intel-lab-lkp/linux/commits/longli-linuxonhyperv-com/Introduce-Microsoft-Azure-Network-Adapter-MANA-RDMA-driver/20220524-165958 base: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 143a6252e1b8ab424b4b293512a97cca7295c182 config: i386-randconfig-a013 (https://download.01.org/0day-ci/archive/20220525/202205250235.eGFUDpu1-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 10c9ecce9f6096e18222a331c5e7d085bd813f75) 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/intel-lab-lkp/linux/commit/e448735b8bdeab86ad3736ed37b5539bc2af2681 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review longli-linuxonhyperv-com/Introduce-Microsoft-Azure-Network-Adapter-MANA-RDMA-driver/20220524-165958 git checkout e448735b8bdeab86ad3736ed37b5539bc2af2681 # 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=i386 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 >>): In file included from :1: >> ./usr/include/rdma/mana-abi.h:12:10: fatal error: 'net/mana/mana.h' file not found #include ^~~~~~~~~~~~~~~~~ 1 error generated. -- 0-DAY CI Kernel Test Service https://01.org/lkp