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 B378CC433F5 for ; Tue, 15 Feb 2022 11:44:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237313AbiBOLpC (ORCPT ); Tue, 15 Feb 2022 06:45:02 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:40352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237225AbiBOLpB (ORCPT ); Tue, 15 Feb 2022 06:45:01 -0500 Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EE3260048; Tue, 15 Feb 2022 03:44:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644925491; x=1676461491; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=qyAIjd2VQY1Poo9qKr5NLtKFqp4MeB5xc4hdxEJNHXM=; b=RgXabcJaXfLwZBjEnPvAozvIGHVdVWA7zLnnjyQWihqGy7vAkfIkMHGl K8tEziMEztppRyEnF/d+LLB0OyGEysDST32dI3kiYTmBXEYGQN/nztIcv Oq61l+zdFnhMZjvu1K8kolh6BOLYxky7fuc2AjbrbS07aYPdrf5GUYhfb vQL2zIEQOZzPlDeXpzI/MH/E8VDX+btShjLOLgNRsf6jQm5RyiL0R3iMA VH9AwIhGnhtZyJ409O1YM6EuCcvNhMBJrego9mRPONDUddaT4rNiJB/Gz NgPdKpPwe1zfHMSZI21lp0w/DfEP5Kz66YSfDwzpp5kMCWEl4bE358TV/ w==; X-IronPort-AV: E=McAfee;i="6200,9189,10258"; a="233876092" X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="233876092" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Feb 2022 03:44:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,370,1635231600"; d="scan'208";a="502391557" Received: from lkp-server01.sh.intel.com (HELO d95dc2dabeb1) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 15 Feb 2022 03:44:47 -0800 Received: from kbuild by d95dc2dabeb1 with local (Exim 4.92) (envelope-from ) id 1nJwGE-0009cR-T6; Tue, 15 Feb 2022 11:44:46 +0000 Date: Tue, 15 Feb 2022 19:44:12 +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: <202202151921.cC2AD29z-lkp@intel.com> References: <20220215081835.790311-4-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220215081835.790311-4-peng.fan@oss.nxp.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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-20220214] [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: riscv-randconfig-r022-20220214 (https://download.01.org/0day-ci/archive/20220215/202202151921.cC2AD29z-lkp@intel.com/config) compiler: riscv32-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=riscv 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 >>): riscv32-linux-ld: drivers/clk/imx/clk-fracn-gppll.o: in function `.L39': >> clk-fracn-gppll.c:(.text+0x2b4): undefined reference to `__udivdi3' --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org