Skip to content

Commit

Permalink
cgroup: clean up MAINTAINERS entries
Browse files Browse the repository at this point in the history
There are currently three cgroup related entries in MAINTAINERS.  Make
the following updates.

* Make the names - both cgroup and cpuset - singular.  We're mixing
  singular and plural all over the place for no good reason.

* Drop [email protected] from CGROUP.  That list
  doesn't have much to do with cgroup per-se.

* Add Documentation field to CGROUP.

* Drop mm/*cgroup* from CGROUP.  memcg has separate maintainers.

* Prefix the controller-specific ones with "CONTROL CGROUP -" and
  collect cgroup related entries under the core one.

* Add (MEMCG) abbreviation to MEMCG entry.

* Drop Balbir Singh and KAMEZAWA Hiroyuki from memcg maintainers.  It
  has been quite a while since both actually worked on memcg.

Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
htejun committed May 19, 2014
1 parent 6f4524d commit a3e3354
Showing 1 changed file with 22 additions and 25 deletions.
47 changes: 22 additions & 25 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2382,16 +2382,35 @@ L: [email protected]
S: Maintained
F: drivers/connector/

CONTROL GROUPS (CGROUPS)
CONTROL GROUP (CGROUP)
M: Tejun Heo <[email protected]>
M: Li Zefan <[email protected]>
L: [email protected]
L: [email protected]
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
S: Maintained
F: Documentation/cgroups/
F: include/linux/cgroup*
F: kernel/cgroup*
F: mm/*cgroup*

CONTROL GROUP - CPUSET
M: Li Zefan <[email protected]>
L: [email protected]
W: http://www.bullopensource.org/cpuset/
W: http://oss.sgi.com/projects/cpusets/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
S: Maintained
F: Documentation/cgroups/cpusets.txt
F: include/linux/cpuset.h
F: kernel/cpuset.c

CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
M: Johannes Weiner <[email protected]>
M: Michal Hocko <[email protected]>
L: [email protected]
L: [email protected]
S: Maintained
F: mm/memcontrol.c
F: mm/page_cgroup.c

CORETEMP HARDWARE MONITORING DRIVER
M: Fenghua Yu <[email protected]>
Expand Down Expand Up @@ -2464,17 +2483,6 @@ M: Thomas Renninger <[email protected]>
S: Maintained
F: tools/power/cpupower/

CPUSETS
M: Li Zefan <[email protected]>
L: [email protected]
W: http://www.bullopensource.org/cpuset/
W: http://oss.sgi.com/projects/cpusets/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
S: Maintained
F: Documentation/cgroups/cpusets.txt
F: include/linux/cpuset.h
F: kernel/cpuset.c

CRAMFS FILESYSTEM
W: http://sourceforge.net/projects/cramfs/
S: Orphan / Obsolete
Expand Down Expand Up @@ -5731,17 +5739,6 @@ F: include/linux/memory_hotplug.h
F: include/linux/vmalloc.h
F: mm/

MEMORY RESOURCE CONTROLLER
M: Johannes Weiner <[email protected]>
M: Michal Hocko <[email protected]>
M: Balbir Singh <[email protected]>
M: KAMEZAWA Hiroyuki <[email protected]>
L: [email protected]
L: [email protected]
S: Maintained
F: mm/memcontrol.c
F: mm/page_cgroup.c

MEMORY TECHNOLOGY DEVICES (MTD)
M: David Woodhouse <[email protected]>
M: Brian Norris <[email protected]>
Expand Down

0 comments on commit a3e3354

Please sign in to comment.