Re: [PATCH v5 34/34] MAINTAINERS: new entry for MPAM Driver
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2025-11-17 20:02:27
Also in:
linux-acpi, lkml
On Mon, Nov 17, 2025 at 05:00:13PM +0000, Ben Horgan wrote:
quoted hunk ↗ jump to hunk
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.h
Acked-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) 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. Thanks. -- Catalin