Kdump is implemented based on kexec, however some files are only related to crash dumping and missing, add them to KDUMP entry.
Signed-off-by: Baoquan He <[email protected]> Acked-by: Dave Young <[email protected]> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 83cf5c43242a..29c26e7a7a47 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9251,6 +9251,11 @@ L: [email protected] S: Maintained W: http://lse.sourceforge.net/kdump/ F: Documentation/admin-guide/kdump/ +F: fs/proc/vmcore.c +F: include/linux/crash_core.h +F: include/linux/crash_dump.h +F: include/uapi/linux/vmcore.h +F: kernel/crash_*.c KEENE FM RADIO TRANSMITTER DRIVER M: Hans Verkuil <[email protected]> -- 2.17.2

