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 0D317EB64D9 for ; Mon, 19 Jun 2023 14:45:50 +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=pdIj4mfTTZGe6j7RBeNNFbl0iX0hMHoLqVqiwsR6+rk=; b=OwVkyF7coyYNpj 3srfqvHydwFQyydxIFVw5Lu/nii5NLt/rjp8wtXeVlNnbOl22PU7QATAh0aPm6WOF3JOFl4iP7Ja3 8L+dq7P0zf61QtdbpCGeXupoxLimGcFpSXNNQ++aoJXXV7Vao6REfRYTseTt5wNm+ta6oYd4/hvPe cvNSV+cF5ymvMlLo6N/2aSl5AXAJ9jIjYRgFc6SwxZ10HQ5v/MT2bsgePbaevEgerBQza/7TcOIx2 jn77VONb5+W2JmGL8ZgnPmgxPmJO2jaoBmqtK1D7L5Y1BbTZUO1f2JpT6xwZWTQRNAXR0s5ja3oCt NOMHejpnpm8I39gHFGGQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qBG8X-008fwA-0j; Mon, 19 Jun 2023 14:45:45 +0000 Received: from mga01.intel.com ([192.55.52.88]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qBG8U-008fuu-0i; Mon, 19 Jun 2023 14:45:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687185942; x=1718721942; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=yoEByqBkambGkCJiJIubqQfRE/V06XGkaD+JTvok5Kw=; b=KX9YoiaNUO93e7UCxJTEjYriLR4jGiCmANktF8zceV0P9jzrxYH5iL2T QhtCmB3cwo0h2GYOQ92FM2PBaZX4ZjAR1Zu+UkD2NO2P2t2db0slwTlry oJkHMUVLtI/m1VCgI/We7hocxO64n6X7sknmH8qYSK1G0OE5+KP9TyhAR BXgEAVLGJM948kyVj4erGoAxkqgOpBrOJRDpfnWRuv4V75lStzgq76Xw/ k8vMGsR7KdhoNLxrVgIsuJPTXLQ7Eo9oO1mn/J7PLlZt2rEkzhyQt0yN5 zBr486fyzWMxsa9MARPCXneUcZp6kOqdYTAgByLpAMqPXxsjYcsAiG/fS w==; X-IronPort-AV: E=McAfee;i="6600,9927,10746"; a="388725058" X-IronPort-AV: E=Sophos;i="6.00,254,1681196400"; d="scan'208";a="388725058" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jun 2023 07:45:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10746"; a="743478143" X-IronPort-AV: E=Sophos;i="6.00,254,1681196400"; d="scan'208";a="743478143" Received: from lkp-server01.sh.intel.com (HELO 783282924a45) ([10.239.97.150]) by orsmga008.jf.intel.com with ESMTP; 19 Jun 2023 07:45:33 -0700 Received: from kbuild by 783282924a45 with local (Exim 4.96) (envelope-from ) id 1qBG8K-0004o6-25; Mon, 19 Jun 2023 14:45:32 +0000 Date: Mon, 19 Jun 2023 22:45:26 +0800 From: kernel test robot To: Minda Chen , Emil Renner Berthing , Conor Dooley , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Roger Quadros Cc: oe-kbuild-all@lists.linux.dev, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-riscv@lists.infradead.org, Paul Walmsley , Palmer Dabbelt , Albert Ou , Minda Chen , Mason Huo Subject: Re: [PATCH v7 4/5] phy: starfive: Add JH7110 PCIE 2.0 PHY driver Message-ID: <202306192215.TvQco9m6-lkp@intel.com> References: <20230619094759.21013-5-minda.chen@starfivetech.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230619094759.21013-5-minda.chen@starfivetech.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230619_074542_270323_D50806EE X-CRM114-Status: GOOD ( 11.94 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Minda, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on linus/master v6.4-rc7 next-20230619] [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/Minda-Chen/dt-bindings-phy-Add-StarFive-JH7110-PCIe-PHY/20230619-184756 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20230619094759.21013-5-minda.chen%40starfivetech.com patch subject: [PATCH v7 4/5] phy: starfive: Add JH7110 PCIE 2.0 PHY driver config: s390-allmodconfig (https://download.01.org/0day-ci/archive/20230619/202306192215.TvQco9m6-lkp@intel.com/config) compiler: s390-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230619/202306192215.TvQco9m6-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/202306192215.TvQco9m6-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "devm_platform_ioremap_resource" [drivers/phy/starfive/phy-jh7110-pcie.ko] undefined! ERROR: modpost: "devm_ioremap_resource" [drivers/dma/qcom/hdma.ko] undefined! ERROR: modpost: "devm_platform_ioremap_resource" [drivers/dma/fsl-edma.ko] undefined! ERROR: modpost: "devm_platform_ioremap_resource" [drivers/dma/idma64.ko] undefined! ERROR: modpost: "iounmap" [drivers/tty/ipwireless/ipwireless.ko] undefined! ERROR: modpost: "ioremap" [drivers/tty/ipwireless/ipwireless.ko] undefined! ERROR: modpost: "devm_platform_ioremap_resource" [drivers/char/xillybus/xillybus_of.ko] undefined! ERROR: modpost: "devm_memremap" [drivers/misc/open-dice.ko] undefined! ERROR: modpost: "devm_memunmap" [drivers/misc/open-dice.ko] undefined! ERROR: modpost: "iounmap" [drivers/net/ethernet/8390/pcnet_cs.ko] undefined! WARNING: modpost: suppressed 19 unresolved symbol warnings because there were too many) Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for USB_PHY Depends on [n]: USB_SUPPORT [=n] Selected by [m]: - PHY_STARFIVE_JH7110_PCIE [=m] -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv