From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 300AF45F62 for ; Fri, 22 Sep 2023 19:09:29 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0EB492; Fri, 22 Sep 2023 12:09:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1695409767; x=1726945767; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=VYJY4FDZFMc6MaW1N7f842npIFM179p1eBa4lIdfLwo=; b=j9oYI/PD7cafYDJWX0bx9oOuXQ/yB+cUBtew0QUIBbvwRVxYGLa3EarW HnbkVC+QzP1/PNZHae2Wa02JCWVJdd0JXHpn1gdKHEoH+eP5OBxlYD0BY pdEgMXU9CURmBPyHBghOut7C4Nlncy3J8xF+PDM7whY7SO5iTjF1uu4sf iS0H7jYOb4/UHUGIyoI0cb6dCKwjxQ7kpC4Fo3uRUvy5s7hgMDFq2iIWw j8Em2caLfFr61VRcSUFOjx4Rb7fOVmO3ZaoHYFQs3KLChZPPRstBHB4ZW 8yXaViUsRuV/nnlIX342L+1OVF3bK3BdC4McciuGY1SkPABOB4kbXQT6u Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10841"; a="380819092" X-IronPort-AV: E=Sophos;i="6.03,169,1694761200"; d="scan'208";a="380819092" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2023 12:09:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10841"; a="750939180" X-IronPort-AV: E=Sophos;i="6.03,169,1694761200"; d="scan'208";a="750939180" Received: from lkp-server02.sh.intel.com (HELO 493f6c7fed5d) ([10.239.97.151]) by fmsmga007.fm.intel.com with ESMTP; 22 Sep 2023 12:09:16 -0700 Received: from kbuild by 493f6c7fed5d with local (Exim 4.96) (envelope-from ) id 1qjlWc-0001BA-2l; Fri, 22 Sep 2023 19:09:14 +0000 Date: Sat, 23 Sep 2023 03:08:37 +0800 From: kernel test robot To: Delphine CC Chiu , patrick@stwcx.xyz, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery Cc: oe-kbuild-all@lists.linux.dev, Delphine CC Chiu , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v1 1/1] ARM: dts: aspeed: yosemite4: Add i2c-mux/eeprom devices Message-ID: <202309230217.cHc3qLuk-lkp@intel.com> References: <20230922064127.283625-2-Delphine_CC_Chiu@wiwynn.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230922064127.283625-2-Delphine_CC_Chiu@wiwynn.com> X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Hi Delphine, kernel test robot noticed the following build errors: [auto build test ERROR on krzk/for-next] [also build test ERROR on linus/master v6.6-rc2 next-20230921] [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/Delphine-CC-Chiu/ARM-dts-aspeed-yosemite4-Add-i2c-mux-eeprom-devices/20230922-144218 base: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git for-next patch link: https://lore.kernel.org/r/20230922064127.283625-2-Delphine_CC_Chiu%40wiwynn.com patch subject: [PATCH v1 1/1] ARM: dts: aspeed: yosemite4: Add i2c-mux/eeprom devices config: arm-defconfig (https://download.01.org/0day-ci/archive/20230923/202309230217.cHc3qLuk-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230923/202309230217.cHc3qLuk-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/202309230217.cHc3qLuk-lkp@intel.com/ All errors (new ones prefixed by >>): >> Error: arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts:1229.1-7 Label or path jtag1 not found >> FATAL ERROR: Syntax error parsing input tree -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki