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 DE067C54791 for ; Wed, 13 Mar 2024 12:07:22 +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=1tzjsU63dxCuzDRE5ThDFQ6NnEKz7zvp7pgzDsglOro=; b=yzGoAkqdV8vIEn vV4bYH0fEoCRQLsdPzrGTj8DxqQbsWEz9EBqZugyVuQuFkflRR8ibvQn3GAVGvY+vJG2Fu0YMI+3o 8cS43VCGjJHVU5CeoU7S/F69fnEq1ChgL98oke358QAIOCqhFteXwLR89v+QW2G+SRE6PLuxdk0Fm qociMMkfS0RSmaKZmtzX3U2usY7th5SnY+kjZcvj32iK3OzUvNIgoM0BHxsONwVF/jwzOyX/HQwGd W6p4uVJ/q+CZh/ykwsIW7qbFod6TLKfLFZdTYK9wIn2TgwjQ5fZu8o7Eu0XCGoJCzoVheKHgoCL6O NGCSNmHG6ElZssjuV28A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rkNO1-0000000A0N5-2dKF; Wed, 13 Mar 2024 12:07:09 +0000 Received: from mgamail.intel.com ([192.198.163.11]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rkNNy-0000000A0Gi-3oul for linux-arm-kernel@lists.infradead.org; Wed, 13 Mar 2024 12:07:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1710331627; x=1741867627; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=M425A9spsJt2sc60u2h4SBdYauiKFkLuf2a5/almDhY=; b=frf6w85wxiJUQRb2Dc70zlvcFVe0V9JgySXLoq3p0lwtnw21QDuUyTQ4 sC7GBfgF47ZISnF4Mus9N9IhX882GH4zHvz00Es3yy3yVH7C1NR68i0IB Evzswdqun2tsSq46IZ+VghpbiSCBbohVn2L67d6EbtdSSJ2WywS8gRh35 6/02e9QrIQ5IJi4/kYFUl1FtxBb9TTaF2KH3r/jDhyg9aM3DPjx396YDZ frbsThl+ynS72iWA0xu6gHWHzD4Q72evdzW5uEG0YGZNa305YWxTcQ+lp s4+5OExYZCuPUDFi0CkDU771uKONpzI38n3bpo0F3VDWvyiKXI/rQu8sl g==; X-IronPort-AV: E=McAfee;i="6600,9927,11011"; a="15724247" X-IronPort-AV: E=Sophos;i="6.07,122,1708416000"; d="scan'208";a="15724247" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by fmvoesa105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Mar 2024 05:06:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,122,1708416000"; d="scan'208";a="16498296" Received: from lkp-server01.sh.intel.com (HELO b21307750695) ([10.239.97.150]) by fmviesa004.fm.intel.com with ESMTP; 13 Mar 2024 05:06:47 -0700 Received: from kbuild by b21307750695 with local (Exim 4.96) (envelope-from ) id 1rkNNc-000CLb-2d; Wed, 13 Mar 2024 12:06:44 +0000 Date: Wed, 13 Mar 2024 20:05:54 +0800 From: kernel test robot To: Robin Murphy , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Namhyung Kim , Mark Rutland , Will Deacon Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, Alexander Shishkin , Jiri Olsa , Ian Rogers , Adrian Hunter , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, x86@kernel.org, linux-perf-users@vger.kernel.org, jialong.yang@shingroup.cn Subject: Re: [PATCH 04/10] perf: Rename PERF_PMU_CAP_NO_INTERRUPT Message-ID: <202403131930.sz1VjXDw-lkp@intel.com> References: <0999a39f0a068979dbcc6119380f63d706101b4f.1710257512.git.robin.murphy@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <0999a39f0a068979dbcc6119380f63d706101b4f.1710257512.git.robin.murphy@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240313_050707_031175_3AFC4D85 X-CRM114-Status: GOOD ( 13.75 ) 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 Robin, kernel test robot noticed the following build errors: [auto build test ERROR on perf-tools-next/perf-tools-next] [also build test ERROR on perf-tools/perf-tools linus/master v6.8 next-20240313] [cannot apply to acme/perf/core tip/perf/core] [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/Robin-Murphy/perf-alibaba_uncore_drw-Use-correct-CPU-affinity/20240313-013915 base: https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git perf-tools-next patch link: https://lore.kernel.org/r/0999a39f0a068979dbcc6119380f63d706101b4f.1710257512.git.robin.murphy%40arm.com patch subject: [PATCH 04/10] perf: Rename PERF_PMU_CAP_NO_INTERRUPT config: x86_64-allnoconfig (https://download.01.org/0day-ci/archive/20240313/202403131930.sz1VjXDw-lkp@intel.com/config) compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project 6009708b4367171ccdbf4b5905cb6a803753fe18) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240313/202403131930.sz1VjXDw-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/202403131930.sz1VjXDw-lkp@intel.com/ All errors (new ones prefixed by >>): >> arch/x86/events/core.c:1815:46: error: expected ';' after expression 1815 | pmu.capabilities |= PERF_PMU_CAP_NO_SAMPLING | ^ | ; 1 error generated. vim +1815 arch/x86/events/core.c 1799 1800 static void __init pmu_check_apic(void) 1801 { 1802 if (boot_cpu_has(X86_FEATURE_APIC)) 1803 return; 1804 1805 x86_pmu.apic = 0; 1806 pr_info("no APIC, boot with the \"lapic\" boot parameter to force-enable it.\n"); 1807 pr_info("no hardware sampling interrupt available.\n"); 1808 1809 /* 1810 * If we have a PMU initialized but no APIC 1811 * interrupts, we cannot sample hardware 1812 * events (user-space has to fall back and 1813 * sample via a hrtimer based software event): 1814 */ > 1815 pmu.capabilities |= PERF_PMU_CAP_NO_SAMPLING 1816 -- 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