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 59916C433EF for ; Thu, 24 Feb 2022 03:46:03 +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=NMyhpXOR+p2Nh64XrAxgyHXenVxBVAc3ak51vBV/QBc=; b=Fysg59UklexU6a 7FEg75/PfbAYnW6iiLGnZPhp2wTQgWwAoHKkXYMKB8q6ivuEjhTRNYNakJkdkfI7CPpJAuQMAFAc4 HGIo9OjrjOILPXQhgP7cIDmF5BYWWJJZYyQLdNLJBdxl+VzhM0gKk0/bPdQJrvtZGiZnw63fI6Iva JkLei8R8n29OYUEeQr3gmum16wkdiRSKmIAjDWlOH7l5/a9xYfw6OgYGjwql3UFVFKQLb12AUqRJa 4V08U2bZjWyyQFGSZ8Pos7VWYCPwjy+AXKF2h1KgUy2xTCrerDf98DBH8OR3EI5XqCF+hhlqtBXW/ M+2zHN1v1NyBpjYA7tIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nN53D-00GgKX-BB; Thu, 24 Feb 2022 03:44:19 +0000 Received: from mga18.intel.com ([134.134.136.126]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nN52z-00GgIe-Po for linux-arm-kernel@lists.infradead.org; Thu, 24 Feb 2022 03:44:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1645674245; x=1677210245; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=sMfUs3/I8Kqm7yacgV7IQwHgTnaZ9y/L/q5GdicckSI=; b=bJYIYoG4T3UXQnLT9uWzc508+SI8OAfrP5C2qmuuLNz0jQ+GXbjsDdgc 745KN2mzAsJK4b1YdFMKY8Lr6uFtxvux5eaTI1RhdlHYlFMBJ1bCxg+Xb Ryrsn44Wj76CSixShTS1fEHA2q4MbtmR2PKEyIIK8b0bjyVKcquoePggJ TVABDz2Eq8v7TloHi2XPfRCnGVMFJU7cKUBHmECQytUjp6u2Hw0Mo6eAA v7HwB8L7iZrJEDHm4TKb09U7Ju8WOck8mAxWQ+UaJbNo1Tizzdxrf7ZK8 j+yhDDma5LlbVZu58nZxqBzsRTGyNcAykv5i2v7pB3lEUSIA1X59tcItk w==; X-IronPort-AV: E=McAfee;i="6200,9189,10267"; a="235651133" X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="235651133" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2022 19:44:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,392,1635231600"; d="scan'208";a="784617111" Received: from lkp-server01.sh.intel.com (HELO 788b1cd46f0d) ([10.239.97.150]) by fmsmga005.fm.intel.com with ESMTP; 23 Feb 2022 19:44:01 -0800 Received: from kbuild by 788b1cd46f0d with local (Exim 4.92) (envelope-from ) id 1nN52u-0002CV-M3; Thu, 24 Feb 2022 03:44:00 +0000 Date: Thu, 24 Feb 2022 11:43:06 +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: <202202241105.0bwJWaUv-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_194405_953007_7F471743 X-CRM114-Status: GOOD ( 13.37 ) 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: nds32-randconfig-r026-20220223 (https://download.01.org/0day-ci/archive/20220224/202202241105.0bwJWaUv-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/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=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+0x228): undefined reference to `__udivdi3' nds32le-linux-ld: clk-fracn-gppll.c:(.text+0x22c): 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