The patch titled Subject: MAINTAINERS: add kexec_core.c and kexec_file.c has been added to the -mm tree. Its filename is maintainers-add-kexec_corec-and-kexec_filec.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/maintainers-add-kexec_corec-and-kexec_filec.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/maintainers-add-kexec_corec-and-kexec_filec.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Minfei Huang <mnghuan@xxxxxxxxx> Subject: 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@xxxxxxxxx Signed-off-by: Minfei Huang <mnghuan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN MAINTAINERS~maintainers-add-kexec_corec-and-kexec_filec MAINTAINERS --- a/MAINTAINERS~maintainers-add-kexec_corec-and-kexec_filec +++ a/MAINTAINERS @@ -6559,7 +6559,7 @@ L: kexec@xxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxx> _ Patches currently in -mm which might be from mnghuan@xxxxxxxxx are maintainers-add-kexec_corec-and-kexec_filec.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html