From patchwork Fri Sep 15 20:24:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oliver Upton X-Patchwork-Id: 13387664 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 C3B0CCD379F for ; Fri, 15 Sep 2023 20:24:57 +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:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=KlJX1FfhVC5uPUYKG6crw6Z2zrrQieZpJN3jo6sOvM8=; b=vSqjuTjOEMc7ZH /nvh0ByChb+nArrP32pOtZGkYtXKxsTisHwx2CyX+GXeA+TpGolubIlQysAcsGeDx4UdPov4nlTNY R568Q2VUAwW0WFapmGJ9wQMKezbQVgmRUgYQ7aeUYzvJEMWxh2aURUaUWrDKbuG/1W0kwUQMwnrqr Vs/Auzs6DaQbNW93rpUw2brpkQqPpSrKAWNqL7EAdoL+RMKiro19SYufZtE+F2SipJS1h6gBq2rdu 2X7etzPMHg2HgVG0CLWCjhknu5aTTtE/4w+4VCvHyE5wY7Wsx3Kxlj9SflzKGcnGBwPxG6BbIJvsq Pz+1gf9kVGBpqEUoSVAQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qhFMg-00BKLa-2R; Fri, 15 Sep 2023 20:24:34 +0000 Received: from out-222.mta1.migadu.com ([2001:41d0:203:375::de]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qhFMe-00BKKa-09 for linux-arm-kernel@lists.infradead.org; Fri, 15 Sep 2023 20:24:33 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1694809469; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HhO0fARHYTVnnnWrkFJbqtYB56vbPZIYfQYFzRPNwsA=; b=BYn1DT4bPQES8mACOme2J4eyoHo90mHrEAaaYCzc13OttcUO/PAP5w0ifQe6CEhbR5ARhd YzSatPoUpaEcbjwIiEVdVPEIpvImOoUxLtMwp4xLHbGyk8YwTRO3j2IShQ7gyiiNfr5fB6 xsdi5+O1R33BWq8eSEWwB9vluXK2Yvo= From: Oliver Upton To: Will Deacon Cc: Mark Rutland , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Raghavendra Rao Ananta , Oliver Upton Subject: [PATCH] MAINTAINERS: Use wildcard pattern for ARM PMU headers Date: Fri, 15 Sep 2023 20:24:21 +0000 Message-ID: <20230915202421.2706446-1-oliver.upton@linux.dev> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230915_132432_505235_4B55DD60 X-CRM114-Status: UNSURE ( 9.23 ) X-CRM114-Notice: Please train this message. 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 Looks like arm_pmuv3.h isn't caught by the ARM PMU maintainers entry. Fix it with a wildcard. Signed-off-by: Oliver Upton --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 90f13281d297..5b1a9f9d98b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1662,7 +1662,7 @@ F: arch/arm*/include/asm/perf_event.h F: arch/arm*/kernel/hw_breakpoint.c F: arch/arm*/kernel/perf_* F: drivers/perf/ -F: include/linux/perf/arm_pmu.h +F: include/linux/perf/arm_pmu*.h ARM PORT M: Russell King