diff options
author | Minfei Huang <mnghuan@gmail.com> | 2016-05-27 17:27:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-05-27 17:49:37 -0400 |
commit | 10540a6998de5d283e3e471f0d0f4e55e2a6872c (patch) | |
tree | 037c5e1c15d20ca57e2daaaf06ecff7f2e1334f1 /MAINTAINERS | |
parent | edd9f7230f591b7988533b1cafb07f3c03555f19 (diff) |
MAINTAINERS: add kexec_core.c and kexec_file.c
In the below commits kexec.c was split to kexec.c, kexec_file.c and
kexec_core.c.
commit a43cac0d9dc2 ("kexec: split kexec_file syscall code to kexec_file.c")
commit 2965faa5e03d ("kexec: split kexec_load syscall from kexec core code")
Both kexec_file.c and kexec_core.c still belong to the kexec component.
In order to get correct mail lists by using the script get_maintainer.pl,
add these files to MAINTAINERS.
Link: http://lkml.kernel.org/r/1464189735-59113-1-git-send-email-mnghuan@gmail.com
Signed-off-by: Minfei Huang <mnghuan@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 81e9c984d2f3..e8c17cc8fb01 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6559,7 +6559,7 @@ L: kexec@lists.infradead.org | |||
6559 | S: Maintained | 6559 | S: Maintained |
6560 | F: include/linux/kexec.h | 6560 | F: include/linux/kexec.h |
6561 | F: include/uapi/linux/kexec.h | 6561 | F: include/uapi/linux/kexec.h |
6562 | F: kernel/kexec.c | 6562 | F: kernel/kexec* |
6563 | 6563 | ||
6564 | KEYS/KEYRINGS: | 6564 | KEYS/KEYRINGS: |
6565 | M: David Howells <dhowells@redhat.com> | 6565 | M: David Howells <dhowells@redhat.com> |