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 DB854D2444F for ; Thu, 10 Oct 2024 20:36:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=KHO2zCUisAnLI40e5AcyBfWxANDLh5XAS0dunX9OhYk=; b=gGMLYLEXmxdqsHYh4YTYnWQcSW 3PJOCUpJmGKYiwwrsJG++l72QFaoFyMHmEb8c3XZStyc8FScfv/D6UigMSJ8oJt2CW8R55rZGlmSC vbgoYcfVk0BGX2sfbFAjPTi8fgcUoN0hPXUEMIQDdg5tBINuXzOBBRrgxc/o/LUj3gkSV2Y/EWC38 4TLUiL+q3xMmY40G5Q1cQL+gnnP7tSpsMX88Z5Qw7bqEXVrLGzHdMbUeW+XGzQ1LXd2zfK5Y8PILp UX1GZqRpEry7K63xqadsIc6JMIvBZQNrtK0iwa6ixlYSA2WsPpBVmMpXk9gUr6vibRd+LG+tNvcPy FygLFnDg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1syztf-0000000EI3p-0Ya7; Thu, 10 Oct 2024 20:36:31 +0000 Received: from mgamail.intel.com ([198.175.65.15]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1syyRk-0000000E2LT-3nSJ; Thu, 10 Oct 2024 19:03:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1728587017; x=1760123017; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Y16JbD2tTLMVZ+XQHkqkCO/EcAcy4g8c84gyNLuC2Ok=; b=Y3ApSkOOQQY9jlHtXZ41aqSP4mwogu0LsiquLYFTu33+uu29N8Us/15c YUA0gZnUu3aAf1DTIKjHo4uQZGNsmRwbhg8fhK4MQayzMmruTe56Co06q fqHbKvcRzNAd6YzKYS0IEbdPzpQeL3bbc4y535in7zCDUKBX60r+c486N aGchgIUifmrxeFZkdVEVnuxLTdLIVNVF2KTbNl2J8+/0TLqIR1NgPsg4v oNGaQs6IXEsQ621vJuRxLVYcdaD/GPjno2hQmQ/Zh63J6bo4jm8+JuoDR cxFZzFW6ZxZu1EHvUME1EVgQhduv44dy35AiL/J1yZxuX3uv76TBp/dwv g==; X-CSE-ConnectionGUID: 3cerYTvISI2A0hotyuSXkg== X-CSE-MsgGUID: khrp7Es2SWCmNo0ddwxp5A== X-IronPort-AV: E=McAfee;i="6700,10204,11221"; a="31664567" X-IronPort-AV: E=Sophos;i="6.11,193,1725346800"; d="scan'208";a="31664567" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Oct 2024 12:03:35 -0700 X-CSE-ConnectionGUID: ehKnKpFWST6T8cGjMdRl8w== X-CSE-MsgGUID: W0m087IXRB2TQuPrC2Zyxg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,193,1725346800"; d="scan'208";a="76337924" Received: from lkp-server01.sh.intel.com (HELO a48cf1aa22e8) ([10.239.97.150]) by fmviesa007.fm.intel.com with ESMTP; 10 Oct 2024 12:03:28 -0700 Received: from kbuild by a48cf1aa22e8 with local (Exim 4.96) (envelope-from ) id 1syyRa-000B9h-2L; Thu, 10 Oct 2024 19:03:26 +0000 Date: Fri, 11 Oct 2024 03:03:04 +0800 From: kernel test robot To: Andrea della Porta , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Florian Fainelli , Broadcom internal kernel review list , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Bjorn Helgaas , Linus Walleij , Catalin Marinas , Will Deacon , Bartosz Golaszewski , Derek Kiernan , Dragan Cvetic , Arnd Bergmann , Greg Kroah-Hartman , Saravana Kannan , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-gpio@vger.kernel.org, Masahiro Yamada , Stefan Wahren Cc: oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH v2 11/14] misc: rp1: RaspberryPi RP1 misc driver Message-ID: <202410110257.OAO10pXN-lkp@intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241010_120337_011598_6DC710EB X-CRM114-Status: GOOD ( 13.45 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Andrea, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on clk/clk-next char-misc/char-misc-testing char-misc/char-misc-next char-misc/char-misc-linus linus/master v6.12-rc2 next-20241010] [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/Andrea-della-Porta/dt-bindings-clock-Add-RaspberryPi-RP1-clock-bindings/20241007-204440 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/c5b072393d2dc157d34f6dbeff6261d142d4de69.1728300190.git.andrea.porta%40suse.com patch subject: [PATCH v2 11/14] misc: rp1: RaspberryPi RP1 misc driver config: alpha-randconfig-r061-20241011 (https://download.01.org/0day-ci/archive/20241011/202410110257.OAO10pXN-lkp@intel.com/config) compiler: alpha-linux-gcc (GCC) 13.3.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241011/202410110257.OAO10pXN-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/202410110257.OAO10pXN-lkp@intel.com/ All errors (new ones prefixed by >>): drivers/misc/rp1/rp1_pci.c: In function 'rp1_mask_irq': >> drivers/misc/rp1/rp1_pci.c:139:9: error: implicit declaration of function 'pci_msi_mask_irq'; did you mean 'pci_msix_free_irq'? [-Werror=implicit-function-declaration] 139 | pci_msi_mask_irq(pcie_irqd); | ^~~~~~~~~~~~~~~~ | pci_msix_free_irq drivers/misc/rp1/rp1_pci.c: In function 'rp1_unmask_irq': >> drivers/misc/rp1/rp1_pci.c:147:9: error: implicit declaration of function 'pci_msi_unmask_irq' [-Werror=implicit-function-declaration] 147 | pci_msi_unmask_irq(pcie_irqd); | ^~~~~~~~~~~~~~~~~~ cc1: some warnings being treated as errors Kconfig warnings: (for reference only) WARNING: unmet direct dependencies detected for GET_FREE_REGION Depends on [n]: SPARSEMEM [=n] Selected by [y]: - RESOURCE_KUNIT_TEST [=y] && RUNTIME_TESTING_MENU [=y] && KUNIT [=y] vim +139 drivers/misc/rp1/rp1_pci.c 133 134 static void rp1_mask_irq(struct irq_data *irqd) 135 { 136 struct rp1_dev *rp1 = irqd->domain->host_data; 137 struct irq_data *pcie_irqd = rp1->pcie_irqds[irqd->hwirq]; 138 > 139 pci_msi_mask_irq(pcie_irqd); 140 } 141 142 static void rp1_unmask_irq(struct irq_data *irqd) 143 { 144 struct rp1_dev *rp1 = irqd->domain->host_data; 145 struct irq_data *pcie_irqd = rp1->pcie_irqds[irqd->hwirq]; 146 > 147 pci_msi_unmask_irq(pcie_irqd); 148 } 149 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki