From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754820AbcEYMy6 (ORCPT ); Wed, 25 May 2016 08:54:58 -0400 Received: from smtprelay0186.hostedemail.com ([216.40.44.186]:41762 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751625AbcEYMy4 (ORCPT ); Wed, 25 May 2016 08:54:56 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2198:2199:2393:2559:2562:2731:2828:3138:3139:3140:3141:3142:3352:3622:3867:3868:3870:3871:3872:4321:5007:7514:7903:10004:10400:10848:11232:11658:11914:12295:12296:12517:12519:12740:13069:13311:13357:13439:13894:14181:14659:14721:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: title93_7f0a3d1577f2f X-Filterd-Recvd-Size: 1728 Message-ID: <1464180870.16344.1.camel@perches.com> Subject: Re: [PATCH] MAINTAINERS: add kexec_core.c and kexec_file.c From: Joe Perches To: Minfei Huang , akpm@linux-foundation.org, ebiederm@xmission.com Cc: linux-kernel@vger.kernel.org Date: Wed, 25 May 2016 05:54:30 -0700 In-Reply-To: <1464180566-57960-1-git-send-email-mnghuan@gmail.com> References: <1464180566-57960-1-git-send-email-mnghuan@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-05-25 at 20:49 +0800, Minfei Huang wrote: > > 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 > --- >  MAINTAINERS | 2 ++ >  1 file changed, 2 insertions(+) > > diff --git 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 F: kernel/kexec* would be simpler and it also matches kernel/kexec_internal.h