diff options
author | Tejun Heo <tj@kernel.org> | 2017-03-23 13:34:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-08 12:15:32 -0400 |
commit | 27f395b857abee5bced8356d39e1a491ff08748a (patch) | |
tree | 88d0ed5b59a30c63b5563ca6d766005275fa86c7 /MAINTAINERS | |
parent | c8a139d001a1aab1ea8734db14b22dac9dd143b6 (diff) |
MAINTAINERS: separate out kernfs maintainership
Separate out kernfs from driver core and add myself as a
co-maintainer.
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c45c02bc6082..6af8df4b8680 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4117,14 +4117,13 @@ F: drivers/block/drbd/ | |||
4117 | F: lib/lru_cache.c | 4117 | F: lib/lru_cache.c |
4118 | F: Documentation/blockdev/drbd/ | 4118 | F: Documentation/blockdev/drbd/ |
4119 | 4119 | ||
4120 | DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS | 4120 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
4121 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 4121 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
4122 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | 4122 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
4123 | S: Supported | 4123 | S: Supported |
4124 | F: Documentation/kobject.txt | 4124 | F: Documentation/kobject.txt |
4125 | F: drivers/base/ | 4125 | F: drivers/base/ |
4126 | F: fs/debugfs/ | 4126 | F: fs/debugfs/ |
4127 | F: fs/kernfs/ | ||
4128 | F: fs/sysfs/ | 4127 | F: fs/sysfs/ |
4129 | F: include/linux/debugfs.h | 4128 | F: include/linux/debugfs.h |
4130 | F: include/linux/kobj* | 4129 | F: include/linux/kobj* |
@@ -7202,6 +7201,14 @@ F: arch/mips/include/uapi/asm/kvm* | |||
7202 | F: arch/mips/include/asm/kvm* | 7201 | F: arch/mips/include/asm/kvm* |
7203 | F: arch/mips/kvm/ | 7202 | F: arch/mips/kvm/ |
7204 | 7203 | ||
7204 | KERNFS | ||
7205 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||
7206 | M: Tejun Heo <tj@kernel.org> | ||
7207 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git | ||
7208 | S: Supported | ||
7209 | F: include/linux/kernfs.h | ||
7210 | F: fs/kernfs/ | ||
7211 | |||
7205 | KEXEC | 7212 | KEXEC |
7206 | M: Eric Biederman <ebiederm@xmission.com> | 7213 | M: Eric Biederman <ebiederm@xmission.com> |
7207 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ | 7214 | W: http://kernel.org/pub/linux/utils/kernel/kexec/ |