From mboxrd@z Thu Jan 1 00:00:00 1970 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 C2379C4332F for ; Wed, 4 May 2022 02:54:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344160AbiEDC6T (ORCPT ); Tue, 3 May 2022 22:58:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32864 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245718AbiEDC6P (ORCPT ); Tue, 3 May 2022 22:58:15 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F4171A3AD; Tue, 3 May 2022 19:54:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651632881; x=1683168881; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=fsWFIBdCiaIZnDpi6aLAm3yjd4bu5P5ackQ3H9N6o+U=; b=LyuBzcbt/VRsVKbrombq5Xd7yIRL0C+KNyhdqhk88NFsoACw7KKRqyvb e0eOOvCdMK5lkYfTedkITQMYsiw2mt+D1yPbcBpXrAk/Pvv+hifCtOCUA AXWGmjLDFPuZD4Ww6PdlvPIi6HEC2YCyPDssiBy8iJGiFQKjAzQwZMmHT 0h28pPUrez/W/MlvFYiTqkqxzA246mYnf3d2hGrR9eVRHFCdxxWf0FJQ7 hKzsUxXvkeB1+tNCJXfKh1Bj9qYyz8jsmnr855HrhtgtAvDL94EQ9QSzj rcRnfFfXqDHX9yUpuUM3RUzTf3KFA3anw9j0GCcT3ahyjLSxZpXPyuH2k Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10336"; a="267528048" X-IronPort-AV: E=Sophos;i="5.91,196,1647327600"; d="scan'208";a="267528048" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 May 2022 19:54:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,196,1647327600"; d="scan'208";a="548155712" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 03 May 2022 19:54:35 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nm59u-000AzT-FF; Wed, 04 May 2022 02:54:34 +0000 Date: Wed, 4 May 2022 10:53:43 +0800 From: kernel test robot To: frowand.list@gmail.com, Rob Herring , Geert Uytterhoeven , pantelis.antoniou@konsulko.com, Tim Harvey , Shawn Guo , Sascha Hauer , Fabio Estevam , Li Yang , Bjorn Helgaas , Michal Simek , Viresh Kumar Cc: kbuild-all@lists.01.org, Krzysztof Kozlowski , Michael Walle , Alex Marginean , Ioana Ciornei , Dong Aisheng , Jason Liu , Vladimir Oltean , Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v2 1/1] of: overlay: rename overlay source files from .dts to .dtso Message-ID: <202205041054.U5pUx0xQ-lkp@intel.com> References: <20220503211954.1428919-1-frowand.list@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220503211954.1428919-1-frowand.list@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I love your patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on next-20220503] [cannot apply to masahiroy-kbuild/for-next v5.18-rc5] [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/frowand-list-gmail-com/of-overlay-rename-overlay-source-files-from-dts-to-dtso/20220504-052106 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next config: arc-randconfig-m031-20220501 (https://download.01.org/0day-ci/archive/20220504/202205041054.U5pUx0xQ-lkp@intel.com/config) compiler: arceb-elf-gcc (GCC) 11.3.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/intel-lab-lkp/linux/commit/53969d905002b16289e1524e691435a64652db0d git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review frowand-list-gmail-com/of-overlay-rename-overlay-source-files-from-dts-to-dtso/20220504-052106 git checkout 53969d905002b16289e1524e691435a64652db0d # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.3.0 make.cross W=1 O=build_dir ARCH=arc 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 >>): >> make[4]: *** No rule to make target 'drivers/of/unittest-data/static_base_1.dtb', needed by 'drivers/of/unittest-data/static_test_1.dtb'. >> make[4]: *** No rule to make target 'drivers/of/unittest-data/static_base_2.dtb', needed by 'drivers/of/unittest-data/static_test_2.dtb'. make[4]: Target '__build' not remade because of errors. -- 0-DAY CI Kernel Test Service https://01.org/lkp