]> git.baikalelectronics.ru Git - kernel.git/commit
MAINTAINERS: add kexec_core.c and kexec_file.c
authorMinfei Huang <mnghuan@gmail.com>
Fri, 27 May 2016 21:27:24 +0000 (14:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 May 2016 21:49:37 +0000 (14:49 -0700)
commit17046d9c7ddcbdaa3d6197560383e3744a68fb4d
tree037c5e1c15d20ca57e2daaaf06ecff7f2e1334f1
parent68422b1290aa99227e9e6966a00d73e87e155a77
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 aa910a2d04d4 ("kexec: split kexec_file syscall code to kexec_file.c")
commit 3eb3d6d0ef87 ("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>
MAINTAINERS