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 76D58C433F5 for ; Thu, 24 Feb 2022 03:23:31 +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=Us6zAYVhOAeK1rXZy9oFycki+HyZ6JYehA9pXXCQBjQ=; b=h4gOwXbkzLRnqs WDBTCS7iOjDD+mT0yxIaCvmeTQMcdlIwO9ZRcwyop01bhADcJB7oDQI8sumCG2U+U0u8RvM7eciIQ tKki1tbE8Dgb3I6bLPxZ0DwZTAM5g+5XZlFRLulOEVLAGkKDAqiK4AHgTWn6HWPVgv/LRoN/Op5e0 ChR5ZwhLBtwsTzAxTyWRVbdEtx70LQhLZKStv6ttO9k6a420YW7OKTPhkIKP2e3AyNOOag2ynboXV eA+wg82ElGzNEN8zZEm61ROKQ+9UDz43d1TEkZjn/gUSNh6XzKBT1i9ih1ecvmjqaxAf12pWrJkQu zPGRGo/Zg4Ni38LUvtvw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nN4hr-00Gavt-Eq; Thu, 24 Feb 2022 03:22:15 +0000 Received: from mga07.intel.com ([134.134.136.100]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nN4hn-00Gaud-6E for linux-arm-kernel@lists.infradead.org; Thu, 24 Feb 2022 03:22:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645672931; x=1677208931; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=WlMH20BbeUQvje6PHp4Qe/KuOHIfezvWeiEno+JCcOA=; b=jPdHuCl4xZeQemIopYCW3GnDbLKiZf3bmK0Ri+FyAT1QDss2Qlh4DBYM yBKsfFgRosGnDxwVhYLIZcC66+YZYdKxDDMYuXnLnlrtgN+kHVcNryyZC 3Z7vDuGqKZWFVnh9u9BVeSwd2PmeQ1VNjUHHulUJrR/MFoUiwSw9MFYHu gVoJMB10WptMm4yscF6xFOtB0DMtSD2wiV9KkC8u7LILog4WNOmoz6/zO JHzL1CMm5zFn/TrurioaIThVpmITCwySIVnqHoy8jV8Kf7e5oXcXuPyiN yzMEaGcR4f+AVfbS0zKJM3zFJey+L22Ljbacx8YqQcCK4qPpmu+mG8Vb2 g==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="315365838" X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="315365838" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 19:22:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="707296351" Received: from lkp-server01.sh.intel.com (HELO 788b1cd46f0d) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 23 Feb 2022 19:22:01 -0800 Received: from kbuild by 788b1cd46f0d with local (Exim 4.92) (envelope-from ) id 1nN4hc-0002Ah-56; Thu, 24 Feb 2022 03:22:00 +0000 Date: Thu, 24 Feb 2022 11:21:23 +0800 From: kernel test robot To: "Peng Fan (OSS)" , sboyd@kernel.org, robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, abel.vesa@nxp.com Cc: kbuild-all@lists.01.org, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Peng Fan Subject: Re: [PATCH V3 4/5] clk: imx: support fracn gppll Message-ID: <202202241151.VkSKqcfA-lkp@intel.com> References: <20220223064358.4097307-5-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220223064358.4097307-5-peng.fan@oss.nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220223_192211_297997_8AFE92C5 X-CRM114-Status: GOOD ( 12.08 ) 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 "Peng, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20220217] [also build test ERROR on v5.17-rc5] [cannot apply to shawnguo/for-next robh/for-next clk/clk-next v5.17-rc5 v5.17-rc4 v5.17-rc3] [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/Peng-Fan-OSS/imx-add-i-MX93-clk-bindings-and-driver/20220223-144300 base: 3c30cf91b5ecc7272b3d2942ae0505dd8320b81c config: microblaze-randconfig-r003-20220223 (https://download.01.org/0day-ci/archive/20220224/202202241151.VkSKqcfA-lkp@intel.com/config) compiler: microblaze-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/93f29e11de75409d56c65d32c1bdafb50c9f6f51 git remote add linux-review https://github.com/0day-ci/linux git fetch --no-tags linux-review Peng-Fan-OSS/imx-add-i-MX93-clk-bindings-and-driver/20220223-144300 git checkout 93f29e11de75409d56c65d32c1bdafb50c9f6f51 # 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=microblaze 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 >>): microblaze-linux-ld: drivers/clk/imx/clk-fracn-gppll.o: in function `clk_fracn_gppll_recalc_rate': >> (.text+0x420): undefined reference to `__udivdi3' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel