All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Weiner <hannes@cmpxchg.org>
To: Peter Zijlstra <peterz@infradead.org>
Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org,
	kernel-team@fb.com
Subject: [PATCH 3/3] MAINTAINERS: add maintenance information for psi
Date: Mon, 16 Mar 2020 15:13:33 -0400	[thread overview]
Message-ID: <20200316191333.115523-4-hannes@cmpxchg.org> (raw)
In-Reply-To: <20200316191333.115523-1-hannes@cmpxchg.org>

Add a maintainer section for psi, as it's a user-visible, configurable
kernel feature.

The patches are still routed through the scheduler tree due to the
close integration with that code, but get_maintainers.pl does the
right thing and makes sure everybody gets CCd:

$ ./scripts/get_maintainer.pl -f kernel/sched/psi.c
Johannes Weiner <hannes@cmpxchg.org> (maintainer:PRESSURE STALL INFORMATION (PSI))
Ingo Molnar <mingo@redhat.com> (maintainer:SCHEDULER)
Peter Zijlstra <peterz@infradead.org> (maintainer:SCHEDULER)
...

Reported-by: Ivan Babrou <ivan@cloudflare.com>
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
---
 MAINTAINERS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cc1d18cb5d18..6d9684b931cc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13515,6 +13515,12 @@ F:	net/psample
 F:	include/net/psample.h
 F:	include/uapi/linux/psample.h
 
+PRESSURE STALL INFORMATION (PSI)
+M:	Johannes Weiner <hannes@cmpxchg.org>
+S:	Maintained
+F:	kernel/sched/psi.c
+F:	include/linux/psi*
+
 PSTORE FILESYSTEM
 M:	Kees Cook <keescook@chromium.org>
 M:	Anton Vorontsov <anton@enomsg.org>
-- 
2.25.1


  parent reply	other threads:[~2020-03-16 19:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-16 19:13 [PATCH 0/3] psi: cpu.pressure cgroup fix & MAINTAINERS update Johannes Weiner
2020-03-16 19:13 ` [PATCH 1/3] psi: fix cpu.pressure for cpu.max and competing cgroups Johannes Weiner
2020-03-20 12:58   ` [tip: sched/core] psi: Fix " tip-bot2 for Johannes Weiner
2020-03-16 19:13 ` [PATCH 2/3] psi: optimize switching tasks inside shared cgroups Johannes Weiner
2020-03-16 19:13   ` Johannes Weiner
2020-03-20 12:58   ` [tip: sched/core] psi: Optimize " tip-bot2 for Johannes Weiner
2020-03-16 19:13 ` Johannes Weiner [this message]
2020-03-20 12:58   ` [tip: sched/core] MAINTAINERS: Add maintenance information for psi tip-bot2 for Johannes Weiner
2020-03-17 19:15 ` [PATCH 0/3] psi: cpu.pressure cgroup fix & MAINTAINERS update Peter Zijlstra
2020-03-17 19:15   ` Peter Zijlstra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200316191333.115523-4-hannes@cmpxchg.org \
    --to=hannes@cmpxchg.org \
    --cc=cgroups@vger.kernel.org \
    --cc=kernel-team@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peterz@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.