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 B8813C433EF for ; Tue, 15 Feb 2022 14:10:44 +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=BeTgJsyXLwH+Uk4cF7eDIDZeIR/04Q0AuVxZKgj90gQ=; b=JxMJWfn78/t3VZ 0yBLuEDF/5NG9rv/K1eF5YziSSf9bIwUW870Ckmwwo/CL1UFW8ryuzjGA/o4hkcpSTYA23Wbg7481 DNvy9d41oEuALaFphxICCFIaB917udVjmtQQSbX6uIuObuHCVL3DeidDvYmwt5zAQvxWYpelii24a NcWh5lxK0nFOntMkDPcAh6o5xPt7wDq1OmQtE1iwXoOacZ1NptgLKKk1BNOYz90EQIj8/gCPizQAs 0XoMaza1X2T9jUZOR2OLAEhU9UgVRZudrXhLCD5dH2DqoWvmyr5ktcYxnqHGSZZq6Hzc15AbOATLn 0sG6+ueyP8GUD0YyCrSg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nJyWL-002xai-Pp; Tue, 15 Feb 2022 14:09:33 +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 1nJyWD-002xXf-Ba for linux-arm-kernel@lists.infradead.org; Tue, 15 Feb 2022 14:09:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644934165; x=1676470165; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=R65To4o9TE9cJawliYC3L2IrA50D6L/J7joHVO9YWBU=; b=jtZpMWcUdnk4nWQEb0tDj8bN2sfyTkWTwXoO/7osy6lHuotNc0J16x3m 2XyY2kSvAe6ScbTJRTgYsWjmV7c7gyjLMXkHeDYtK1iMFUYwPs3au2RL0 awS37VRB8P5OrOKxhHODPKomASAjOjLZygeeupcsvkwjV8qrd/cNrtDCg ZDGSS5+kJiCqx6BXApuU70fDjMsomVP2fc+2Tr35j8Y4H9XmkjjIqcwIc ++dGYDJkSyA4v7TuS10iVlZ7AHRWmHE8Cji5Hae69ApKr5mLVzpBhv7FL lwPaWp9U+T+oTt3qTCawWFPU/5z6xBvhtwIWYgC1znsP+p5UBJ7GGnGGH A==; X-IronPort-AV: E=McAfee;i="6200,9189,10258"; a="274931536" X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="274931536" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 06:08:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,371,1635231600"; d="scan'208";a="502461353" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 15 Feb 2022 06:08:51 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nJyVe-0009jS-Tk; Tue, 15 Feb 2022 14:08:50 +0000 Date: Tue, 15 Feb 2022 22:07:49 +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 3/4] clk: imx: support fracn gppll Message-ID: <202202152209.JA3vtPGE-lkp@intel.com> References: <20220215081835.790311-4-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220215081835.790311-4-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-20220215_060925_450321_367E5611 X-CRM114-Status: GOOD ( 15.82 ) 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 shawnguo/for-next] [also build test ERROR on robh/for-next clk/clk-next v5.17-rc4 next-20220215] [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/20220215-162047 base: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next config: nds32-randconfig-r001-20220214 (https://download.01.org/0day-ci/archive/20220215/202202152209.JA3vtPGE-lkp@intel.com/config) compiler: nds32le-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/37b42f1a06ef92797e800461d1f46e849fa63c91 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/20220215-162047 git checkout 37b42f1a06ef92797e800461d1f46e849fa63c91 # 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=nds32 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 >>): nds32le-linux-ld: drivers/clk/imx/clk-fracn-gppll.o: in function `clk_fracn_gppll_recalc_rate': clk-fracn-gppll.c:(.text+0x434): undefined reference to `__udivdi3' >> nds32le-linux-ld: clk-fracn-gppll.c:(.text+0x438): 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