>From below commits, kexec.c is 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 are still belong to kexec component.
In order to get correct mail lists by using script get_maintainer.pl,
add these files to MAINTAINERS.

Signed-off-by: Minfei Huang <[email protected]>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3302006..5f33f71 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6560,6 +6560,8 @@ S:        Maintained
 F:     include/linux/kexec.h
 F:     include/uapi/linux/kexec.h
 F:     kernel/kexec.c
+F:     kernel/kexec_core.c
+F:     kernel/kexec_file.c
 
 KEYS/KEYRINGS:
 M:     David Howells <[email protected]>
-- 
2.6.3

Reply via email to