Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27E61C4332F for ; Thu, 9 Dec 2021 23:06:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232209AbhLIXKU (ORCPT ); Thu, 9 Dec 2021 18:10:20 -0500 Received: from mga04.intel.com ([192.55.52.120]:25561 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229455AbhLIXKT (ORCPT ); Thu, 9 Dec 2021 18:10:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639091206; x=1670627206; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=CK0iXov/RfjLTe8Mtz7TqGBq7eDW3otA38apvaR9H5A=; b=XrAisUd2Id1OAgJt9hzTKPpFJxQZGVbipwYF4jUbAG/g0zlz3IwZAaT/ E1B0r6L88YN/TEhyTbT12Otoq3zjrn+AA0fIkudDnI/36jRiqQYjQqQz2 4m2AB3q2fIOrd30Gvsv8DMS90l7u0G8LRl5zYxXwp138dPsYF0sQYj5Ga fdO78UcZVg7shnnQ5EVVBAhobta6x5ny7hgqeKcdFwQsDoEoQVCVzoead kTvDc0BbNSAfcNhUk8JGMj93q4qW61//+72PJqWwN70Z6Ce38T+8c6I9o By8TQ7JJbZjQ49784H9jrryvRBW4Zq1c8GHXIcq3QxTp1AXrEecSDujQz A==; X-IronPort-AV: E=McAfee;i="6200,9189,10193"; a="236961874" X-IronPort-AV: E=Sophos;i="5.88,193,1635231600"; d="scan'208";a="236961874" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2021 15:06:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,193,1635231600"; d="scan'208";a="463439409" Received: from lkp-server02.sh.intel.com (HELO 9e1e9f9b3bcb) ([10.239.97.151]) by orsmga006.jf.intel.com with ESMTP; 09 Dec 2021 15:06:42 -0800 Received: from kbuild by 9e1e9f9b3bcb with local (Exim 4.92) (envelope-from ) id 1mvSUs-0002UF-6f; Thu, 09 Dec 2021 23:06:42 +0000 Date: Fri, 10 Dec 2021 07:06:36 +0800 From: kernel test robot To: Vinod Koul , Bjorn Andersson Cc: kbuild-all@lists.01.org, linux-arm-msm@vger.kernel.org, Vinod Koul , Andy Gross , Rob Herring , Konrad Dybcio , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 05/13] arm64: dts: qcom: Add base SM8450 QRD DTS Message-ID: <202112100623.XZwPiDOL-lkp@intel.com> References: <20211209103505.197453-6-vkoul@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211209103505.197453-6-vkoul@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Vinod, I love your patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v5.16-rc4] [cannot apply to next-20211208] [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/0day-ci/linux/commits/Vinod-Koul/arm64-dts-qcom-Add-support-for-SM8450-SoC-and-QRD-board/20211209-183713 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: arm64-randconfig-r032-20211207 (https://download.01.org/0day-ci/archive/20211210/202112100623.XZwPiDOL-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 11.2.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/0day-ci/linux/commit/636d2456715b3aba9cf1fa47931c6e381ca62e00 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Vinod-Koul/arm64-dts-qcom-Add-support-for-SM8450-SoC-and-QRD-board/20211209-183713 git checkout 636d2456715b3aba9cf1fa47931c6e381ca62e00 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=arm64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from arch/arm64/boot/dts/qcom/sm8450-qrd.dts:8: >> arch/arm64/boot/dts/qcom/sm8450.dtsi:7:10: fatal error: dt-bindings/clock/qcom,gcc-sm8450.h: No such file or directory 7 | #include | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. vim +7 arch/arm64/boot/dts/qcom/sm8450.dtsi 244741584ca1ceb Vinod Koul 2021-12-09 @7 #include 244741584ca1ceb Vinod Koul 2021-12-09 8 #include 244741584ca1ceb Vinod Koul 2021-12-09 9 #include 244741584ca1ceb Vinod Koul 2021-12-09 10 #include 244741584ca1ceb Vinod Koul 2021-12-09 11 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org