From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754134AbbLTCyc (ORCPT ); Sat, 19 Dec 2015 21:54:32 -0500 Received: from mga14.intel.com ([192.55.52.115]:43119 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbbLTCyb (ORCPT ); Sat, 19 Dec 2015 21:54:31 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,452,1444719600"; d="scan'208";a="620991730" Date: Sun, 20 Dec 2015 10:54:07 +0800 From: Fengguang Wu To: Greg Kroah-Hartman Cc: Andrew Morton , LKML Subject: Re: [PATCH 18/43] MAINTAINERS: add kdbus Message-ID: <20151220025406.GA2883@wfg-t540p.sh.intel.com> References: <20151218075123.282550478@intel.com> <20151218080626.067499727@intel.com> <20151218153336.GA20143@kroah.com> <20151219021024.GA21741@wfg-t540p.sh.intel.com> <20151220002351.GB4017@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151220002351.GB4017@kroah.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 19, 2015 at 04:23:51PM -0800, Greg KH wrote: > On Sat, Dec 19, 2015 at 10:10:24AM +0800, Fengguang Wu wrote: > > On Fri, Dec 18, 2015 at 07:33:36AM -0800, Greg KH wrote: > > > On Fri, Dec 18, 2015 at 03:51:41PM +0800, Fengguang Wu wrote: > > > > CC: Greg Kroah-Hartman > > > > Signed-off-by: Fengguang Wu > > > > --- > > > > MAINTAINERS | 10 ++++++++++ > > > > 1 file changed, 10 insertions(+) > > > > > > > > --- linux.orig/MAINTAINERS 2015-12-18 15:43:28.229016896 +0800 > > > > +++ linux/MAINTAINERS 2015-12-18 15:43:28.229016896 +0800 > > > > @@ -6005,6 +6005,16 @@ S: Maintained > > > > F: Documentation/kbuild/kconfig-language.txt > > > > F: scripts/kconfig/ > > > > > > > > +KDBUS > > > > +M: Greg Kroah-Hartman > > > > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git kdbus > > > > +S: Supported > > > > +F: ipc/kdbus/ > > > > +F: Documentation/kdbus/ > > > > +F: samples/kdbus/ > > > > +F: tools/testing/selftests/kdbus/ > > > > +F: include/uapi/linux/kdbus.h > > > > > > What is this patch for? I didn't send this or create this entry, why > > > did you? > > > > Greg, that is necessary for the 0day email testing feature. After > > adding the above information, when someone posted patch modifying the > > listed kdbus files, the robot will know to apply the patch to your > > char-misc/kdbus branch for testing. > > There is no char-misc/kdbus anymore, please do a 'git pull --prune' to > delete branches that get removed. And even if there was, that old > branch did have a MAINTAINERS entry in it... Ah got it. Sorry, then this patch should be dropped. Regards, Fengguang