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 BD4F0CEE357 for ; Wed, 9 Oct 2024 22:03:56 +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=MuPzYmw1JX4Pobpdhe1LoZaVGYiG/KhuwX+NRBt6qLw=; b=OlTm3IvtoaYIGB/LhGUYPWo8rq 6UsJPcX97WcBJEdmn6ZH4acyaFQbhPivPWc7GCs2k9As3+IBCGUxGPCT6knzU5IZKfm6JjtiscA1B pfeCFtfaJDFDpMug75XvMdsFtJBO2KiCxniyCxDijQFrEaQvUV3LKGujocuhYKgnkQDcBYuSMzrQo 03KHVyJ3tTybUgsWybOXBtebxJL9rWqjV9YRA9RT2FDymsRebkCX/Iyd49L8SAHJJvaLmx2bBHFJL +OmwqsCNJ4zw1jkUxNQSd1BIyQ89zeltuujgFjJ+rQNpcBv+xxZWUbOQWhRiUJuBmW4KZ6EDQ+I7X KdQppTZg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1syema-0000000Asjr-1pvp; Wed, 09 Oct 2024 22:03:48 +0000 Received: from mgamail.intel.com ([192.198.163.19]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1syedW-0000000ArAI-0UNg for linux-arm-kernel@lists.infradead.org; Wed, 09 Oct 2024 21:54:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1728510866; x=1760046866; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=tbcNQsWOcxzQ1VjvulPuranYgXQG11ZsObSNf8Esdg4=; b=lR0rgfUSOb5NpXi2xYRdATN+STjgcwxRtAVCtxco0QjgjBt0ib7HXWyB 2a9wd7sR1iSE+ed6cmDRKEBVnmD4PcDEAKwvpwfn1uijqK00P+SnEEni5 r1GrYYi3pCTfBXpq4Lnl3YtRD+HQkY2wEmsYK/IL2UoOFdptKFgbbHIES 9We76HNxZYN0fUtAAvU2SFIDQ3+0dfXNO9bkbrusmQ59cATldXLl8e0VF 3hUThAgPYP97dEmij4aLmQre5n7qrZkcY/iiwD+kKfiSehzLtFRInhYT8 480rLVGipLqSrzD9oSbieBNUxtG+Ew4Y19qzfJCZDNuDGXilR9ib5eh1r g==; X-CSE-ConnectionGUID: rEHrjNCSRqGhDIrU9ripXQ== X-CSE-MsgGUID: sVGUC/AvSl6q5OFXfM3pgw== X-IronPort-AV: E=McAfee;i="6700,10204,11220"; a="27322226" X-IronPort-AV: E=Sophos;i="6.11,191,1725346800"; d="scan'208";a="27322226" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2024 14:54:25 -0700 X-CSE-ConnectionGUID: a+Ru/nSiTBSmgWA4pxJRAw== X-CSE-MsgGUID: iCAvY9WhSAWiD8cUG9iSsw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.11,191,1725346800"; d="scan'208";a="76859541" Received: from lkp-server01.sh.intel.com (HELO a48cf1aa22e8) ([10.239.97.150]) by orviesa007.jf.intel.com with ESMTP; 09 Oct 2024 14:54:23 -0700 Received: from kbuild by a48cf1aa22e8 with local (Exim 4.96) (envelope-from ) id 1syedQ-0009qg-2N; Wed, 09 Oct 2024 21:54:20 +0000 Date: Thu, 10 Oct 2024 05:53:29 +0800 From: kernel test robot To: Ilkka Koskinen , Shuai Xue , Jing Zhang , Will Deacon Cc: oe-kbuild-all@lists.linux.dev, Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Ilkka Koskinen Subject: Re: [PATCH 2/3] perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically on Ampere SoCs Message-ID: <202410100508.l5fTQewL-lkp@intel.com> References: <20241008231824.5102-3-ilkka@os.amperecomputing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241008231824.5102-3-ilkka@os.amperecomputing.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241009_145426_234406_005D102F X-CRM114-Status: GOOD ( 13.03 ) 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 Ilkka, kernel test robot noticed the following build warnings: [auto build test WARNING on linus/master] [also build test WARNING on v6.12-rc2 next-20241009] [cannot apply to arm-perf/for-next/perf] [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/Ilkka-Koskinen/perf-dwc_pcie-Add-support-for-Ampere-SoCs/20241009-072027 base: linus/master patch link: https://lore.kernel.org/r/20241008231824.5102-3-ilkka%40os.amperecomputing.com patch subject: [PATCH 2/3] perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically on Ampere SoCs config: arc-randconfig-001-20241010 (https://download.01.org/0day-ci/archive/20241010/202410100508.l5fTQewL-lkp@intel.com/config) compiler: arceb-elf-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241010/202410100508.l5fTQewL-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/202410100508.l5fTQewL-lkp@intel.com/ All warnings (new ones prefixed by >>): >> drivers/perf/dwc_pcie_pmu.c:785:35: warning: 'dwc_pcie_pmu_table' defined but not used [-Wunused-const-variable=] 785 | static const struct pci_device_id dwc_pcie_pmu_table[] = { | ^~~~~~~~~~~~~~~~~~ vim +/dwc_pcie_pmu_table +785 drivers/perf/dwc_pcie_pmu.c 784 > 785 static const struct pci_device_id dwc_pcie_pmu_table[] = { 786 { 787 PCI_DEVICE(PCI_VENDOR_ID_AMPERE, PCI_ANY_ID), 788 .class = PCI_CLASS_BRIDGE_PCI_NORMAL, 789 .class_mask = ~0, 790 }, 791 { } 792 }; 793 MODULE_DEVICE_TABLE(pci, dwc_pcie_pmu_table); 794 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki