Re: [PATCH v5 34/34] MAINTAINERS: new entry for MPAM Driver
From: Reinette Chatre <reinette.chatre@intel.com>
Date: 2025-11-17 22:08:20
Also in:
linux-acpi, lkml
Hi Catalin, On 11/17/25 12:02 PM, Catalin Marinas wrote:
On Mon, Nov 17, 2025 at 05:00:13PM +0000, Ben Horgan wrote:quoted
Create a maintainer entry for the new MPAM Driver. Add myself and James Morse as maintainers. James created the driver and I have taken up the later versions of his series. Cc: James Morse <james.morse@arm.com> Signed-off-by: Ben Horgan <ben.horgan@arm.com> --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+)diff --git a/MAINTAINERS b/MAINTAINERS index 46bd8e033042..ec9b2b255bef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -17463,6 +17463,14 @@ S: Maintained F: Documentation/devicetree/bindings/leds/backlight/mps,mp3309c.yaml F: drivers/video/backlight/mp3309c.c +MPAM DRIVER +M: James Morse <james.morse@arm.com> +M: Ben Horgan <ben.horgan@arm.com> +S: Maintained +F: drivers/resctrl/mpam_* +F: drivers/resctrl/test_mpam_* +F: include/linux/arm_mpam.hAcked-by: Catalin Marinas <catalin.marinas@arm.com> Greg, are you ok with the above maintainers entry? Happy to queue patches for this via the arm64 tree (or at least the initial drop). Reinette, Tony, I now realised you haven't been cc'ed on this series: https://lore.kernel.org/r/20251117170014.4113754-1-ben.horgan@arm.com (local)
Thank you for bringing this to our attention.
While it doesn't touch fs/resctrl/, it's going to be a user of that API. Are you ok with this maintainer setup? I wouldn't mind at all if you want to be a co-maintainers or reviewers of drivers/resctrl/* (e.g. adding this under the RDT entry) but I guess you would not be looking forward to more email traffic.
I am ok with this maintainer setup. Considering the different status roles and values I think it best to keep these as separate entries in MAINTAINERS. Even so, I would appreciate being aware how MPAM uses resctrl fs. Being a reviewer (not maintainer) of the "MPAM DRIVER" should ensure that I am cc'd on future patches, similar to the roles James and Dave (Martin) have in resctrl fs MAINTAINERS entry. I understand this is a major addition so I can surely also just do what other folks do when interested in following the work by using, for example, lei. Reinette