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 9E82FC10DC3 for ; Thu, 7 Dec 2023 10:38:57 +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=m8RH5RdFUWq48HPOIR13I30hHIxy7sEqulkOcZJReWQ=; b=4diyEnizJyZf6O C7KwQoksZXXzYALJ0vkqoU8ufa1DhhCo8jLdZYlQ1rjaGQxuL+uHW07I3iFWANe0PhjsF8MmCmTjE YPASFO77dn1EU1tjyNov4xPFRbN16UxOSjh+PqVVzZFLF4MJ0CnTwIhtCcbOwkf29lZrhbFZVq1wn XvZBvlnJZtaFpbIn1H6F8HEHjnorlopVe3yRs/JC7n5EUGZ6u8t2zuslGtX6wt8Jru2IUKe+I2iux vuNxhuD57BgkKTxgZF2uWXfj9v4r77RFj32QABt9Pgs/oPti5a3VINgCt4w6YdzG5Mt5K/N4CbNIc aSWQ+Zs/FcLifddhAgBw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rBBly-00CUup-1j; Thu, 07 Dec 2023 10:38:26 +0000 Received: from mgamail.intel.com ([198.175.65.11]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rBBlv-00CUtp-1v for linux-arm-kernel@lists.infradead.org; Thu, 07 Dec 2023 10:38:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1701945503; x=1733481503; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=ZPf6NZW/lHuOySmp/h++fHHskD4yRCfRl/mqXyIxZ1U=; b=E/i32XT2NBZXi4LTZg85aa8wl3taVnmAnx1zR4xcubhRR6PQUOBbyQyw bkyCh+jjqvxfH89/8HSeFk9vcojxsrdFl2t+vNEvu4isLPkheFvas7tb+ UCn+KM6wash6a/OUrD7FxlEpAKl5EN/0zKXZRBmhkpiSPjYTRtktvZxbv 83jYJ0ivbjt3CGyKqZcQGc0aOAILzSJ0Iec/oafjFHo9KfMJP47IFhtnK W/XSR7ByIsk4R2C1vLprv/Kb/JQ7iszFqLenRlFn4qlS/lFRpPrMS3d8e XxdTWfs6HcUldiOJd8ZcXR5+T5PaZZenOz5uNDnIdvHc6c1GuXsO+6YAj A==; X-IronPort-AV: E=McAfee;i="6600,9927,10916"; a="1078517" X-IronPort-AV: E=Sophos;i="6.04,256,1695711600"; d="scan'208";a="1078517" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Dec 2023 02:38:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10916"; a="862434858" X-IronPort-AV: E=Sophos;i="6.04,256,1695711600"; d="scan'208";a="862434858" Received: from lkp-server02.sh.intel.com (HELO b07ab15da5fe) ([10.239.97.151]) by FMSMGA003.fm.intel.com with ESMTP; 07 Dec 2023 02:38:16 -0800 Received: from kbuild by b07ab15da5fe with local (Exim 4.96) (envelope-from ) id 1rBBll-000C6X-1p; Thu, 07 Dec 2023 10:38:13 +0000 Date: Thu, 7 Dec 2023 18:38:05 +0800 From: kernel test robot To: Frank Li , imx@lists.linux.dev, Richard Zhu , Lucas Stach , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Rob Herring , Bjorn Helgaas , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , "open list:PCI DRIVER FOR IMX6" , "moderated list:PCI DRIVER FOR IMX6" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Cc: oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask Message-ID: <202312071824.0niFJcYw-lkp@intel.com> References: <20231206155903.566194-7-Frank.Li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231206155903.566194-7-Frank.Li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231207_023823_680104_93A9FF1B X-CRM114-Status: GOOD ( 12.58 ) 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 Frank, kernel test robot noticed the following build errors: [auto build test ERROR on pci/next] [also build test ERROR on pci/for-linus linus/master v6.7-rc4 next-20231207] [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#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Frank-Li/PCI-imx6-Simplify-clock-handling-by-using-HAS_CLK_-bitmask/20231207-000209 base: https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git next patch link: https://lore.kernel.org/r/20231206155903.566194-7-Frank.Li%40nxp.com patch subject: [PATCH 6/9] PCI: imx6: Simplify configure_type() by using mode_off and mode_mask config: arm-randconfig-002-20231207 (https://download.01.org/0day-ci/archive/20231207/202312071824.0niFJcYw-lkp@intel.com/config) compiler: arm-linux-gnueabi-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231207/202312071824.0niFJcYw-lkp@intel.com/reproduce) If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202312071824.0niFJcYw-lkp@intel.com/ All errors (new ones prefixed by >>): arm-linux-gnueabi-ld: drivers/pci/controller/dwc/pci-imx6.o: in function `imx6_pcie_init_phy': >> pci-imx6.c:(.text+0xc40): undefined reference to `__ffsdi2' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel