public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
@ 2024-07-10 22:44 Tejun Heo
  2024-07-11 13:38 ` Johannes Weiner
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tejun Heo @ 2024-07-10 22:44 UTC (permalink / raw)
  To: Johannes Weiner, Zefan Li
  Cc: Linus Torvalds, linux-kernel, cgroups, kernel-team

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
  2024-07-10 22:44 [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer Tejun Heo
@ 2024-07-11 13:38 ` Johannes Weiner
  2024-07-11 14:14 ` Michal Koutný
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Johannes Weiner @ 2024-07-11 13:38 UTC (permalink / raw)
  To: Tejun Heo; +Cc: Zefan Li, Linus Torvalds, linux-kernel, cgroups, kernel-team

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>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
  2024-07-10 22:44 [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer Tejun Heo
  2024-07-11 13:38 ` Johannes Weiner
@ 2024-07-11 14:14 ` Michal Koutný
  2024-07-11 16:25 ` Tejun Heo
  2024-07-13  9:23 ` xiujianfeng
  3 siblings, 0 replies; 6+ messages in thread
From: Michal Koutný @ 2024-07-11 14:14 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Johannes Weiner, Zefan Li, Linus Torvalds, linux-kernel, cgroups,
	kernel-team

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

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>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
  2024-07-10 22:44 [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer Tejun Heo
  2024-07-11 13:38 ` Johannes Weiner
  2024-07-11 14:14 ` Michal Koutný
@ 2024-07-11 16:25 ` Tejun Heo
  2024-07-13  9:23 ` xiujianfeng
  3 siblings, 0 replies; 6+ messages in thread
From: Tejun Heo @ 2024-07-11 16:25 UTC (permalink / raw)
  To: Johannes Weiner, Zefan Li
  Cc: Linus Torvalds, linux-kernel, cgroups, kernel-team

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
  2024-07-10 22:44 [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer Tejun Heo
                   ` (2 preceding siblings ...)
  2024-07-11 16:25 ` Tejun Heo
@ 2024-07-13  9:23 ` xiujianfeng
  2024-07-13 17:42   ` Tejun Heo
  3 siblings, 1 reply; 6+ messages in thread
From: xiujianfeng @ 2024-07-13  9:23 UTC (permalink / raw)
  To: Tejun Heo, Johannes Weiner, Zefan Li
  Cc: Linus Torvalds, linux-kernel, cgroups, kernel-team

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))



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer
  2024-07-13  9:23 ` xiujianfeng
@ 2024-07-13 17:42   ` Tejun Heo
  0 siblings, 0 replies; 6+ messages in thread
From: Tejun Heo @ 2024-07-13 17:42 UTC (permalink / raw)
  To: xiujianfeng
  Cc: Johannes Weiner, Zefan Li, Linus Torvalds, linux-kernel, cgroups,
	kernel-team

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-07-13 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 22:44 [PATCH cgroup/for-6.11] cgroup: Add Michal Koutny as a maintainer Tejun Heo
2024-07-11 13:38 ` Johannes Weiner
2024-07-11 14:14 ` Michal Koutný
2024-07-11 16:25 ` Tejun Heo
2024-07-13  9:23 ` xiujianfeng
2024-07-13 17:42   ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox