2015-11-30 18:29:46

by Johannes Weiner

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: make Vladimir co-maintainer of the memory controller

Vladimir architected and authored much of the current state of the
memcg's slab memory accounting and tracking. Make sure he gets CC'd
on bug reports ;-)

Signed-off-by: Johannes Weiner <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ea17512..f97f17f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2973,6 +2973,7 @@ F: kernel/cpuset.c
CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
M: Johannes Weiner <[email protected]>
M: Michal Hocko <[email protected]>
+M: Vladimir Davydov <[email protected]>
L: [email protected]
L: [email protected]
S: Maintained
--
2.6.2


2015-12-01 08:33:22

by Michal Hocko

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: make Vladimir co-maintainer of the memory controller

On Mon 30-11-15 13:29:30, Johannes Weiner wrote:
> Vladimir architected and authored much of the current state of the
> memcg's slab memory accounting and tracking. Make sure he gets CC'd
> on bug reports ;-)
>
> Signed-off-by: Johannes Weiner <[email protected]>

Acked-by: Michal Hocko <[email protected]>

> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea17512..f97f17f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2973,6 +2973,7 @@ F: kernel/cpuset.c
> CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
> M: Johannes Weiner <[email protected]>
> M: Michal Hocko <[email protected]>
> +M: Vladimir Davydov <[email protected]>
> L: [email protected]
> L: [email protected]
> S: Maintained
> --
> 2.6.2

--
Michal Hocko
SUSE Labs

2015-12-01 11:27:30

by Vladimir Davydov

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: make Vladimir co-maintainer of the memory controller

On Mon, Nov 30, 2015 at 01:29:30PM -0500, Johannes Weiner wrote:
> Vladimir architected and authored much of the current state of the
> memcg's slab memory accounting and tracking. Make sure he gets CC'd
> on bug reports ;-)
>
> Signed-off-by: Johannes Weiner <[email protected]>

Acked-by: Vladimir Davydov <[email protected]>

Thanks!