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 C63C1C433FE for ; Sun, 1 May 2022 08:33:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245211AbiEAIgy (ORCPT ); Sun, 1 May 2022 04:36:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48288 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235721AbiEAIgw (ORCPT ); Sun, 1 May 2022 04:36:52 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ABF0B1AD8D; Sun, 1 May 2022 01:33: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=1651394007; x=1682930007; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=jrNTj0JJ2uvFbhnV20wpOWnX46OpvszfsQI3AOx8Eq0=; b=Swenix9YesygIMhDutlaaNcUoEyHcxRCEYfzwrn0RUELVyawNcRuEb7P 7oLp1fNuhOil3b8fozrgsONI7lqgRKixOSBhhR5itbfviNRHdm6QlMPAe r0/GjhLr8FX4BJ1Hx/8K6C/4Gw3e3d3VU7pcCz/te2EYWE35RD4l9PGoR poY+T/C8699vTTdyeohV8ngjFY4oXunQZug2lDHJwP671yhM+hEx6i8Mu bPcLk8o5TI66lnj+TBzar3zRHJaqbZSxW4x/HdyBkw3azaZFOx84ciLHx QhW46gvkQ5U2suJgUNZCqD8pk5G5WnCcr/YyMHs1SxKtsQQfQ0ZT9f7gw g==; X-IronPort-AV: E=McAfee;i="6400,9594,10333"; a="265830060" X-IronPort-AV: E=Sophos;i="5.91,189,1647327600"; d="scan'208";a="265830060" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 May 2022 01:33:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,189,1647327600"; d="scan'208";a="619433028" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 01 May 2022 01:33:24 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nl51A-0008cV-6m; Sun, 01 May 2022 08:33:24 +0000 Date: Sun, 1 May 2022 16:32:47 +0800 From: kernel test robot To: "Marty E. Plummer" , Arnd Bergmann , Olof Johansson , soc@kernel.org, Rob Herring , Krzysztof Kozlowski , Wei Xu , Russell King Cc: kbuild-all@lists.01.org, "Marty E. Plummer" , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] arm: hisi: enable Hi3521a soc Message-ID: <202205011637.T9bZyDaL-lkp@intel.com> References: <20220501051020.2432338-3-hanetzer@startmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220501051020.2432338-3-hanetzer@startmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi "Marty, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on soc/for-next robh/for-next krzk/for-next krzk-mem-ctrl/for-next v5.18-rc4 next-20220429] [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/Marty-E-Plummer/clk-hisilicon-add-CRG-driver-Hi3521a-SoC/20220501-141036 base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next config: arm-randconfig-r001-20220501 (https://download.01.org/0day-ci/archive/20220501/202205011637.T9bZyDaL-lkp@intel.com/config) compiler: arm-linux-gnueabi-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/6677e373bf0fbceb87ba267fa934df2f4b7dc0ad git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Marty-E-Plummer/clk-hisilicon-add-CRG-driver-Hi3521a-SoC/20220501-141036 git checkout 6677e373bf0fbceb87ba267fa934df2f4b7dc0ad # 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=arm 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[2]: *** No rule to make target 'arch/arm/boot/dts/hi3521a-rs-dm290e.dtb', needed by '__build'. make[2]: Target '__build' not remade because of errors. -- 0-DAY CI Kernel Test Service https://01.org/lkp 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 316F7C433F5 for ; Sun, 1 May 2022 08:34:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=zP+p9BJO//j5Q35gNjQ1h3Yf8/lXcNTTk1uLnMDzFnU=; b=LLHMGaXJf3mpSS mt8X/aQVlho7koyPdaMMkIMWbOBoojmOwFFYXc7o/EA4OQCac6Ga/qfBii8BayQRuQq5cBn40H2gh elLmORcNp2uFnm0DYuK5wqeBmayg/EzrT8HzhHdJVHJABWr+quUQ6i1kDHn5xMy3EIZQU1oUywA53 WcJPBUi+tpkn+k2Rr2XeZ8z2i3REB4WOIFWMXPLLuA/MlHm2hS3g3ffprX71jKbV4cDlSyWVB+VQ5 vP7H6XKG4BvcbLld9c1B/ipHSSThPXCYSnPQGb0uj4lHBksEoIwHB1JIdrRxeAG3Npua9+lpCY5cb 99rU8R776OqE8xfSxKhg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nl51I-00FuUC-04; Sun, 01 May 2022 08:33:32 +0000 Received: from mga01.intel.com ([192.55.52.88]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nl51E-00FuSu-Ra for linux-arm-kernel@lists.infradead.org; Sun, 01 May 2022 08:33:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651394008; x=1682930008; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=jrNTj0JJ2uvFbhnV20wpOWnX46OpvszfsQI3AOx8Eq0=; b=eQk0LiWXmykFvyHeqFBFG4uK0OG2ElP7Ywjbo0xYCfLWurhRWCOWFgpp C6LmTpb4mVwMlcGwEUnIKJyh+fu6eGP6tYcPpOeB6Ii2ImWKaR21Ii49C pI6G/hUya3Q3K6kG/BOT/9G2Cgoh8Sn+ulhA9skT9CafZZJ1Yz7sb2+mX P2uNiT9v7rBiQo4N+rh/bWsw8gmo1y9flMQVZTw5GtMwerucPfu/QxUqT vTEXzMtnY3r9qC5tVPXfWNXR6Ugd8c5XrdbQlGaEsg7Mml0CdcHkT9flT DbKR3pFUuga1imckVebx9Oi889BHaDvcosdK82hu1FiUFJATZ/cqk0VPT w==; X-IronPort-AV: E=McAfee;i="6400,9594,10333"; a="292160311" X-IronPort-AV: E=Sophos;i="5.91,189,1647327600"; d="scan'208";a="292160311" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 May 2022 01:33:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,189,1647327600"; d="scan'208";a="619433028" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 01 May 2022 01:33:24 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1nl51A-0008cV-6m; Sun, 01 May 2022 08:33:24 +0000 Date: Sun, 1 May 2022 16:32:47 +0800 From: kernel test robot To: "Marty E. Plummer" , Arnd Bergmann , Olof Johansson , soc@kernel.org, Rob Herring , Krzysztof Kozlowski , Wei Xu , Russell King Cc: kbuild-all@lists.01.org, "Marty E. Plummer" , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] arm: hisi: enable Hi3521a soc Message-ID: <202205011637.T9bZyDaL-lkp@intel.com> References: <20220501051020.2432338-3-hanetzer@startmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220501051020.2432338-3-hanetzer@startmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220501_013328_978333_F4F2B23F X-CRM114-Status: GOOD ( 14.35 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi "Marty, Thank you for the patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on soc/for-next robh/for-next krzk/for-next krzk-mem-ctrl/for-next v5.18-rc4 next-20220429] [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/Marty-E-Plummer/clk-hisilicon-add-CRG-driver-Hi3521a-SoC/20220501-141036 base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next config: arm-randconfig-r001-20220501 (https://download.01.org/0day-ci/archive/20220501/202205011637.T9bZyDaL-lkp@intel.com/config) compiler: arm-linux-gnueabi-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/6677e373bf0fbceb87ba267fa934df2f4b7dc0ad git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Marty-E-Plummer/clk-hisilicon-add-CRG-driver-Hi3521a-SoC/20220501-141036 git checkout 6677e373bf0fbceb87ba267fa934df2f4b7dc0ad # 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=arm 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[2]: *** No rule to make target 'arch/arm/boot/dts/hi3521a-rs-dm290e.dtb', needed by '__build'. make[2]: Target '__build' not remade because of errors. -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel