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 06195C433FE for ; Wed, 1 Jun 2022 13:15:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353149AbiFANPR (ORCPT ); Wed, 1 Jun 2022 09:15:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34480 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353201AbiFANPK (ORCPT ); Wed, 1 Jun 2022 09:15:10 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A71F23D491; Wed, 1 Jun 2022 06:15:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654089307; x=1685625307; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=u7ZLlN9ab0mHsIRqx2mjBaMaUlNGl85e+RLEouUCsbM=; b=DXOBvjMofAJgjYBTectnfjtdPPCoXsdS7yGTXd5pB8VFI36O5DXyZ+aF N5cU8v3E90nd+sFkDV4PtROfcdSjsu0ONoxrwFSSzMnIcEFf9sA0Z6fpe 091WKidcAF6/oetMfNSZRWmtAQnE8obi8tIwdGWr+Wyf4VRBDwHplQcBS xNwcjzz32lmNo3nHQt0zAgUoZIlK9vkSBf4I790KXwyIZ9mBnKnXJZLB+ QIBqsOlMLN7Rvx9R9lgmgnyN8Q0EhQJeMDMgV1n/n7IZcVcBSeYNu0954 JUXvzO7Wa3BPBE6RpYjSBPuDN5ID7CcHaNemNn55pvh+AUmTg++YcRN/e w==; X-IronPort-AV: E=McAfee;i="6400,9594,10365"; a="273151672" X-IronPort-AV: E=Sophos;i="5.91,268,1647327600"; d="scan'208";a="273151672" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jun 2022 06:15:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,268,1647327600"; d="scan'208";a="581576162" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 01 Jun 2022 06:15:02 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nwOBi-00040M-5B; Wed, 01 Jun 2022 13:15:02 +0000 Date: Wed, 1 Jun 2022 21:15:00 +0800 From: kernel test robot To: "Peng Fan (OSS)" , djakov@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, abel.vesa@nxp.com, abailon@baylibre.com, l.stach@pengutronix.de, laurent.pinchart@ideasonboard.com, marex@denx.de, paul.elder@ideasonboard.com, Markus.Niebel@ew.tq-group.com, aford173@gmail.com Cc: kbuild-all@lists.01.org, kernel@pengutronix.de, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com, Peng Fan Subject: Re: [PATCH 2/8] interconnect: add device managed bulk API Message-ID: <202206012137.3VySlLwf-lkp@intel.com> References: <20220601094156.3388454-3-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220601094156.3388454-3-peng.fan@oss.nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-pm@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 linus/master v5.18 next-20220601] [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/intel-lab-lkp/linux/commits/Peng-Fan-OSS/interconnect-support-i-MX8MP/20220601-174431 base: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next config: x86_64-kexec (https://download.01.org/0day-ci/archive/20220601/202206012137.3VySlLwf-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-1) 11.3.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/23ecbba75b21962f25975cb014cf981a0420dae1 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Peng-Fan-OSS/interconnect-support-i-MX8MP/20220601-174431 git checkout 23ecbba75b21962f25975cb014cf981a0420dae1 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): ld: drivers/opp/cpu.o: in function `devm_of_icc_bulk_get': >> cpu.c:(.text+0x2ad): multiple definition of `devm_of_icc_bulk_get'; drivers/opp/core.o:core.c:(.text+0xa4a): first defined here ld: drivers/opp/debugfs.o: in function `devm_of_icc_bulk_get': debugfs.c:(.text+0x13c): multiple definition of `devm_of_icc_bulk_get'; drivers/opp/core.o:core.c:(.text+0xa4a): first defined here -- 0-DAY CI Kernel Test Service https://01.org/lkp 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 E2A7EC433F5 for ; Wed, 1 Jun 2022 13:17:01 +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=o0vxV2maXcD/Y14HWp88T/recQCsjXnp3WkpbCspMus=; b=rVo6loSxI/f1R/ 6BsGmeR376rSDH7THZjjCFmIItw2DVVYELoHEv+6N74ug2R0UF3+AMmzbo3zni6FoQpKvkTgjM2nd zX8bZKGXmg5x//GC1TKvd71dniu1x+0ImRFb3Oo4GBxjPs9/VP9J5IMJwqrSH0B5W0D6trp9La14Q yeEMhAiIyIUuu8ue8Nkz3bzFuw4iwwBFQLMcC/pCoJTHOElAE3+u93lK8cHAf+dstjxuyIIHQ5nwc 10MAxPRS3WD1JfpesWwgWodd17HaEdRSvYi+flNDapAsivZZ4ud22ZolMkRG2X4ssMysu/AR/JHdW UaHKbpoieeOo8nEEHxJQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwOCH-00GDDm-Nz; Wed, 01 Jun 2022 13:15:37 +0000 Received: from mga12.intel.com ([192.55.52.136]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nwOCB-00GDBu-8o for linux-arm-kernel@lists.infradead.org; Wed, 01 Jun 2022 13:15:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654089331; x=1685625331; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=u7ZLlN9ab0mHsIRqx2mjBaMaUlNGl85e+RLEouUCsbM=; b=SgkPsA2QWZEFmVDoEDUbrYEwaPvSxBIOU3naR6QpKYBDi+SzsIA9K3Yf JC2waXO2Ha30EP3PGMcFjVQhPlBh+lBp2LUsYtLOD9fcE6fq1jh2jwyW2 ZI/ro17qmGgOcdy/TG/voiXsoLUHfAvj/vgSMay+J32hB53XHcvzVoNcF Cs2nL9ioz2mYRGWZtHqy/S74BK1aGLJAlXvjievIIHCu3+CTLEsZ/11MN iIC8vqu9HUznkQgUKY+NorMHv/QWFhewSDBbp2uPml7OFeoqj3hn8RCyZ sRKmFNeExTGx6z7rKFpNmxvXZDPlVk6ScDKNt7IGiY8y0Fy9ijYfJxi1S w==; X-IronPort-AV: E=McAfee;i="6400,9594,10365"; a="255455026" X-IronPort-AV: E=Sophos;i="5.91,268,1647327600"; d="scan'208";a="255455026" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Jun 2022 06:15:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,268,1647327600"; d="scan'208";a="581576162" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 01 Jun 2022 06:15:02 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nwOBi-00040M-5B; Wed, 01 Jun 2022 13:15:02 +0000 Date: Wed, 1 Jun 2022 21:15:00 +0800 From: kernel test robot To: "Peng Fan (OSS)" , djakov@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, festevam@gmail.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, abel.vesa@nxp.com, abailon@baylibre.com, l.stach@pengutronix.de, laurent.pinchart@ideasonboard.com, marex@denx.de, paul.elder@ideasonboard.com, Markus.Niebel@ew.tq-group.com, aford173@gmail.com Cc: kbuild-all@lists.01.org, kernel@pengutronix.de, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-imx@nxp.com, Peng Fan Subject: Re: [PATCH 2/8] interconnect: add device managed bulk API Message-ID: <202206012137.3VySlLwf-lkp@intel.com> References: <20220601094156.3388454-3-peng.fan@oss.nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220601094156.3388454-3-peng.fan@oss.nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220601_061531_383604_F2E84230 X-CRM114-Status: GOOD ( 11.97 ) 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 linus/master v5.18 next-20220601] [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/intel-lab-lkp/linux/commits/Peng-Fan-OSS/interconnect-support-i-MX8MP/20220601-174431 base: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next config: x86_64-kexec (https://download.01.org/0day-ci/archive/20220601/202206012137.3VySlLwf-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-1) 11.3.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/23ecbba75b21962f25975cb014cf981a0420dae1 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Peng-Fan-OSS/interconnect-support-i-MX8MP/20220601-174431 git checkout 23ecbba75b21962f25975cb014cf981a0420dae1 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable Reported-by: kernel test robot All errors (new ones prefixed by >>): ld: drivers/opp/cpu.o: in function `devm_of_icc_bulk_get': >> cpu.c:(.text+0x2ad): multiple definition of `devm_of_icc_bulk_get'; drivers/opp/core.o:core.c:(.text+0xa4a): first defined here ld: drivers/opp/debugfs.o: in function `devm_of_icc_bulk_get': debugfs.c:(.text+0x13c): multiple definition of `devm_of_icc_bulk_get'; drivers/opp/core.o:core.c:(.text+0xa4a): first defined here -- 0-DAY CI Kernel Test Service https://01.org/lkp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel