Skip to content

Commit

Permalink
MAINTAINERS: add kexec_core.c and kexec_file.c
Browse files Browse the repository at this point in the history
In the below commits kexec.c was split to kexec.c, kexec_file.c and
kexec_core.c.

commit a43cac0 ("kexec: split kexec_file syscall code to kexec_file.c")
commit 2965faa ("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>
  • Loading branch information
Minfei Huang authored and Linus Torvalds committed May 27, 2016
1 parent edd9f72 commit 10540a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -6559,7 +6559,7 @@ L: kexec@lists.infradead.org
S: Maintained
F: include/linux/kexec.h
F: include/uapi/linux/kexec.h
F: kernel/kexec.c
F: kernel/kexec*

KEYS/KEYRINGS:
M: David Howells <dhowells@redhat.com>
Expand Down

0 comments on commit 10540a6

Please sign in to comment.