[PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer

Tejun Heo posted 1 patch 10 months ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
Posted by Tejun Heo 10 months ago
Michal has been contributing and reviewing patches across cgroup for a while
now. Add him as a maintainer.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Michal Koutný <mkoutny@suse.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Zefan Li <lizefan.x@bytedance.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index d6c90161c7bf..3dd70792f572 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5536,6 +5536,7 @@ CONTROL GROUP (CGROUP)
 M:	Tejun Heo <tj@kernel.org>
 M:	Zefan Li <lizefan.x@bytedance.com>
 M:	Johannes Weiner <hannes@cmpxchg.org>
+M:	Michal Koutný <mkoutny@suse.com>
 L:	cgroups@vger.kernel.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
Posted by xiujianfeng 9 months, 4 weeks ago
Hi,

On 2024/7/11 6:44, Tejun Heo wrote:
> Michal has been contributing and reviewing patches across cgroup for a while
> now. Add him as a maintainer.
> 
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Michal Koutný <mkoutny@suse.com>
> Cc: Johannes Weiner <hannes@cmpxchg.org>
> Cc: Zefan Li <lizefan.x@bytedance.com>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d6c90161c7bf..3dd70792f572 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5536,6 +5536,7 @@ CONTROL GROUP (CGROUP)
>  M:	Tejun Heo <tj@kernel.org>
>  M:	Zefan Li <lizefan.x@bytedance.com>
>  M:	Johannes Weiner <hannes@cmpxchg.org>
> +M:	Michal Koutný <mkoutny@suse.com>
>  L:	cgroups@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
> 

When I use ./scripts/get_maintainer.pl to get the maintainers, I get
this info:

UTF-8 "\xFD" does not map to Unicode at ./scripts/get_maintainer.pl line
385, <$maint> line 5656

"Michal Koutn\xFD" <mkoutny@suse.com> (maintainer:CONTROL GROUP (CGROUP))


Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
Posted by Tejun Heo 9 months, 4 weeks ago
Hello,

On Sat, Jul 13, 2024 at 05:23:20PM +0800, xiujianfeng wrote:
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index d6c90161c7bf..3dd70792f572 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5536,6 +5536,7 @@ CONTROL GROUP (CGROUP)
> >  M:	Tejun Heo <tj@kernel.org>
> >  M:	Zefan Li <lizefan.x@bytedance.com>
> >  M:	Johannes Weiner <hannes@cmpxchg.org>
> > +M:	Michal Koutný <mkoutny@suse.com>
> >  L:	cgroups@vger.kernel.org
> >  S:	Maintained
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
> > 
> 
> When I use ./scripts/get_maintainer.pl to get the maintainers, I get
> this info:
> 
> UTF-8 "\xFD" does not map to Unicode at ./scripts/get_maintainer.pl line
> 385, <$maint> line 5656
> 
> "Michal Koutn\xFD" <mkoutny@suse.com> (maintainer:CONTROL GROUP (CGROUP))

Yeah, the same issue triggered w/ doc building in linux-next. I applied from
email copy and it re-encoded from utf-8 to some iso encoding. I fixed up the
cgroup tree and it now should have proper utf-8 encoding.

Thanks.

-- 
tejun
Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
Posted by Tejun Heo 10 months ago
On Wed, Jul 10, 2024 at 12:44:29PM -1000, Tejun Heo wrote:
> Michal has been contributing and reviewing patches across cgroup for a while
> now. Add him as a maintainer.
> 
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Michal Koutný <mkoutny@suse.com>
> Cc: Johannes Weiner <hannes@cmpxchg.org>
> Cc: Zefan Li <lizefan.x@bytedance.com>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>

Applied to cgroup/for-6.11.

Thanks.

-- 
tejun
Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
Posted by Michal Koutný 10 months ago
Hello.

On Wed, Jul 10, 2024 at 12:44:29PM GMT, Tejun Heo <tj@kernel.org> wrote:
> Michal has been contributing and reviewing patches across cgroup for a while
> now. Add him as a maintainer.

I hope this to be helpful to you and the community.

...
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5536,6 +5536,7 @@ CONTROL GROUP (CGROUP)
>  M:	Tejun Heo <tj@kernel.org>
>  M:	Zefan Li <lizefan.x@bytedance.com>
>  M:	Johannes Weiner <hannes@cmpxchg.org>
> +M:	Michal Koutný <mkoutny@suse.com>
>  L:	cgroups@vger.kernel.org
>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
 
Acked-by: Michal Koutný <mkoutny@suse.com>
Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
Posted by Johannes Weiner 10 months ago
On Wed, Jul 10, 2024 at 12:44:29PM -1000, Tejun Heo wrote:
> Michal has been contributing and reviewing patches across cgroup for a while
> now. Add him as a maintainer.
> 
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Michal Koutný <mkoutny@suse.com>
> Cc: Johannes Weiner <hannes@cmpxchg.org>
> Cc: Zefan Li <lizefan.x@bytedance.com>
> Cc: Linus Torvalds <torvalds@linux-foundation.org>

Acked-by: Johannes Weiner <hannes@cmpxchg.org>