* [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller
@ 2025-02-20 14:07 Maarten Lankhorst
2025-02-20 14:17 ` Michal Koutný
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Maarten Lankhorst @ 2025-02-20 14:07 UTC (permalink / raw)
To: dri-devel, cgroups
Cc: Tejun Heo, Johannes Weiner, Michal Koutný, Simona Vetter,
David Airlie, Maarten Lankhorst, Maxime Ripard, Natalie Vock
The cgroups controller is currently maintained through the
drm-misc tree, so lets add add Maxime Ripard, Natalie Vock
and me as specific maintainers for dmem.
We keep the cgroup mailing list CC'd on all cgroup specific patches.
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
Acked-by: Maxime Ripard <mripard@kernel.org>
Acked-by: Natalie Vock <natalie.vock@gmx.de>
---
.mailmap | 1 +
MAINTAINERS | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/.mailmap b/.mailmap
index fedebf86640ad..52718c77aa479 100644
--- a/.mailmap
+++ b/.mailmap
@@ -519,6 +519,7 @@ Nadav Amit <nadav.amit@gmail.com> <namit@cs.technion.ac.il>
Nadia Yvette Chambers <nyc@holomorphy.com> William Lee Irwin III <wli@holomorphy.com>
Naoya Horiguchi <nao.horiguchi@gmail.com> <n-horiguchi@ah.jp.nec.com>
Naoya Horiguchi <nao.horiguchi@gmail.com> <naoya.horiguchi@nec.com>
+Natalie Vock <natalie.vock@gmx.de> <friedrich.vock@gmx.de>
Nathan Chancellor <nathan@kernel.org> <natechancellor@gmail.com>
Naveen N Rao <naveen@kernel.org> <naveen.n.rao@linux.ibm.com>
Naveen N Rao <naveen@kernel.org> <naveen.n.rao@linux.vnet.ibm.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 4684e38368db2..5d57278904534 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5926,6 +5926,17 @@ F: tools/testing/selftests/cgroup/test_cpuset.c
F: tools/testing/selftests/cgroup/test_cpuset_prs.sh
F: tools/testing/selftests/cgroup/test_cpuset_v1_base.sh
+CONTROL GROUP - DEVICE MEMORY CONTROLLER (DMEM)
+M: Maarten Lankhorst <dev@lankhorst.se>
+M: Maxime Ripard <mripard@kernel.org>
+M: Natalie Vock <natalie.vock@gmx.de>
+S: Maintained
+L: cgroups@vger.kernel.org
+L: dri-devel@lists.freedesktop.org
+T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
+F: include/linux/cgroup_dmem.h
+F: kernel/cgroup/dmem.c
+
CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
M: Johannes Weiner <hannes@cmpxchg.org>
M: Michal Hocko <mhocko@kernel.org>
--
2.45.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller
2025-02-20 14:07 [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller Maarten Lankhorst
@ 2025-02-20 14:17 ` Michal Koutný
2025-02-20 15:37 ` Johannes Weiner
2025-02-20 15:42 ` Tejun Heo
2 siblings, 0 replies; 5+ messages in thread
From: Michal Koutný @ 2025-02-20 14:17 UTC (permalink / raw)
To: Maarten Lankhorst
Cc: dri-devel, cgroups, Tejun Heo, Johannes Weiner, Simona Vetter,
David Airlie, Maxime Ripard, Natalie Vock
[-- Attachment #1: Type: text/plain, Size: 633 bytes --]
On Thu, Feb 20, 2025 at 03:07:57PM +0100, Maarten Lankhorst <dev@lankhorst.se> wrote:
> The cgroups controller is currently maintained through the
> drm-misc tree, so lets add add Maxime Ripard, Natalie Vock
> and me as specific maintainers for dmem.
>
> We keep the cgroup mailing list CC'd on all cgroup specific patches.
>
> Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
> Acked-by: Maxime Ripard <mripard@kernel.org>
> Acked-by: Natalie Vock <natalie.vock@gmx.de>
> ---
> .mailmap | 1 +
> MAINTAINERS | 11 +++++++++++
> 2 files changed, 12 insertions(+)
Acked-by: Michal Koutný <mkoutny@suse.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller
2025-02-20 14:07 [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller Maarten Lankhorst
2025-02-20 14:17 ` Michal Koutný
@ 2025-02-20 15:37 ` Johannes Weiner
2025-02-20 15:42 ` Tejun Heo
2 siblings, 0 replies; 5+ messages in thread
From: Johannes Weiner @ 2025-02-20 15:37 UTC (permalink / raw)
To: Maarten Lankhorst
Cc: dri-devel, cgroups, Tejun Heo, Michal Koutný, Simona Vetter,
David Airlie, Maxime Ripard, Natalie Vock
On Thu, Feb 20, 2025 at 03:07:57PM +0100, Maarten Lankhorst wrote:
> The cgroups controller is currently maintained through the
> drm-misc tree, so lets add add Maxime Ripard, Natalie Vock
> and me as specific maintainers for dmem.
>
> We keep the cgroup mailing list CC'd on all cgroup specific patches.
>
> Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
> Acked-by: Maxime Ripard <mripard@kernel.org>
> Acked-by: Natalie Vock <natalie.vock@gmx.de>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller
2025-02-20 14:07 [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller Maarten Lankhorst
2025-02-20 14:17 ` Michal Koutný
2025-02-20 15:37 ` Johannes Weiner
@ 2025-02-20 15:42 ` Tejun Heo
2025-02-20 19:00 ` Maarten Lankhorst
2 siblings, 1 reply; 5+ messages in thread
From: Tejun Heo @ 2025-02-20 15:42 UTC (permalink / raw)
To: Maarten Lankhorst
Cc: dri-devel, cgroups, Johannes Weiner, Michal Koutný,
Simona Vetter, David Airlie, Maxime Ripard, Natalie Vock
On Thu, Feb 20, 2025 at 03:07:57PM +0100, Maarten Lankhorst wrote:
> The cgroups controller is currently maintained through the
> drm-misc tree, so lets add add Maxime Ripard, Natalie Vock
> and me as specific maintainers for dmem.
>
> We keep the cgroup mailing list CC'd on all cgroup specific patches.
>
> Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
> Acked-by: Maxime Ripard <mripard@kernel.org>
> Acked-by: Natalie Vock <natalie.vock@gmx.de>
Acked-by: Tejun Heo <tj@kernel.org>
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller
2025-02-20 15:42 ` Tejun Heo
@ 2025-02-20 19:00 ` Maarten Lankhorst
0 siblings, 0 replies; 5+ messages in thread
From: Maarten Lankhorst @ 2025-02-20 19:00 UTC (permalink / raw)
To: Tejun Heo
Cc: dri-devel, cgroups, Johannes Weiner, Michal Koutný,
Simona Vetter, David Airlie, Maxime Ripard, Natalie Vock
Thank you all, pushed to drm-misc-fixes. :)
On 2025-02-20 16:42, Tejun Heo wrote:
> On Thu, Feb 20, 2025 at 03:07:57PM +0100, Maarten Lankhorst wrote:
>> The cgroups controller is currently maintained through the
>> drm-misc tree, so lets add add Maxime Ripard, Natalie Vock
>> and me as specific maintainers for dmem.
>>
>> We keep the cgroup mailing list CC'd on all cgroup specific patches.
>>
>> Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
>> Acked-by: Maxime Ripard <mripard@kernel.org>
>> Acked-by: Natalie Vock <natalie.vock@gmx.de>
>
> Acked-by: Tejun Heo <tj@kernel.org>
>
> Thanks.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-20 19:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 14:07 [PATCH] MAINTAINERS: Add entry for DMEM cgroup controller Maarten Lankhorst
2025-02-20 14:17 ` Michal Koutný
2025-02-20 15:37 ` Johannes Weiner
2025-02-20 15:42 ` Tejun Heo
2025-02-20 19:00 ` Maarten Lankhorst
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox