From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 45BA4334682 for ; Wed, 18 Feb 2026 16:23:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771431795; cv=none; b=iaOB7kxIXcvNMRqi1hfQFhR05yP6tzvkG5bf+4foSQnxFCHFgsmbWnkWq5ZtKZOfO6dM9unWZyEF9fAFXdhMcv89IEMHp7HJ6Qvf6N5/eDX54QZloxftzOnKshsajTrS1dXJcHi6f2ae0GQH9OVsqvlDWu7qXQzmBGnGvpF01Cs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771431795; c=relaxed/simple; bh=GzLgNrVs2+JczS07wZJlFMY9FPLswWwqbQoz+lc4r5E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LoV+T+4NivatoL2xdjOIV4NPn7uJbrn6Qlo+Y/TCb01nVRA3r1ytsIVjZ9AWFBWfOHo8+p1oYy+YKIhMt7zicKCLRhA9gjcY4i3z5xVvjLUpw3AOe/dftrbr95wVtRj/ga4j8cy++plwLOp7M9/czEAK88ZWAIvsIHsfaaWuAlE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 6ADB8497; Wed, 18 Feb 2026 08:23:07 -0800 (PST) Received: from arm.com (arrakis.cambridge.arm.com [10.1.197.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2D6753F62B; Wed, 18 Feb 2026 08:23:12 -0800 (PST) Date: Wed, 18 Feb 2026 16:23:08 +0000 From: Catalin Marinas To: Krzysztof Kozlowski Cc: James Morse , Ben Horgan , Reinette Chatre , Fenghua Yu , Will Deacon , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/2] arm64: MAINTAINERS: Include resctrl MPAM driver Message-ID: References: <20260216110240.159691-3-krzysztof.kozlowski@oss.qualcomm.com> <20260216110240.159691-4-krzysztof.kozlowski@oss.qualcomm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260216110240.159691-4-krzysztof.kozlowski@oss.qualcomm.com> On Mon, Feb 16, 2026 at 12:02:42PM +0100, Krzysztof Kozlowski wrote: > No maintainers handling the code (so subsystem maintainers) are shown with > scripts/get_maintainers.pl on MPAM drivers in drivers/resctrl/. It > seems that there is no dedicated subsystem for resctrl and existing > drivers went through ARM64 port maintainers, so make that explicit to > avoid patches being lost/ignored. > > Signed-off-by: Krzysztof Kozlowski > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index faa914a5f34d..199058abc152 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3822,6 +3822,8 @@ S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git > F: Documentation/arch/arm64/ > F: arch/arm64/ > +F: drivers/resctrl/*mpam_* > +F: include/linux/arm_mpam.h > F: drivers/virt/coco/arm-cca-guest/ > F: drivers/virt/coco/pkvm-guest/ > F: tools/testing/selftests/arm64/ What's wrong with the current entry? $ ./scripts/get_maintainer.pl -f drivers/resctrl/mpam_* James Morse (maintainer:MPAM DRIVER) Ben Horgan (maintainer:MPAM DRIVER) Reinette Chatre (reviewer:MPAM DRIVER) Fenghua Yu (reviewer:MPAM DRIVER) linux-kernel@vger.kernel.org (open list) -- Catalin