Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1294971 > unrolled thread

Re: [PATCH 18/43] MAINTAINERS: add kdbus

Started byGreg Kroah-Hartman <gregkh@linuxfoundation.org>
First post2015-12-18 16:40 +0100
Last post2015-12-20 04:00 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 18/43] MAINTAINERS: add kdbus Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-18 16:40 +0100
    Re: [PATCH 18/43] MAINTAINERS: add kdbus Fengguang Wu <fengguang.wu@intel.com> - 2015-12-19 03:20 +0100
      Re: [PATCH 18/43] MAINTAINERS: add kdbus Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-20 01:30 +0100
        Re: [PATCH 18/43] MAINTAINERS: add kdbus Fengguang Wu <fengguang.wu@intel.com> - 2015-12-20 04:00 +0100

#1294971 — Re: [PATCH 18/43] MAINTAINERS: add kdbus

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2015-12-18 16:40 +0100
SubjectRe: [PATCH 18/43] MAINTAINERS: add kdbus
Message-ID<qH5iq-7rE-29@gated-at.bofh.it>
On Fri, Dec 18, 2015 at 03:51:41PM +0800, Fengguang Wu wrote:
> CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> ---
>  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 <gregkh@linuxfoundation.org>
> +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?

confused,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1295264

FromFengguang Wu <fengguang.wu@intel.com>
Date2015-12-19 03:20 +0100
Message-ID<qHfhM-5rA-3@gated-at.bofh.it>
In reply to#1294971
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 <gregkh@linuxfoundation.org>
> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> > ---
> >  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 <gregkh@linuxfoundation.org>
> > +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.

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1295489

FromGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Date2015-12-20 01:30 +0100
Message-ID<qHA2S-1MM-5@gated-at.bofh.it>
In reply to#1295264
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 <gregkh@linuxfoundation.org>
> > > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> > > ---
> > >  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 <gregkh@linuxfoundation.org>
> > > +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...

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1295503

FromFengguang Wu <fengguang.wu@intel.com>
Date2015-12-20 04:00 +0100
Message-ID<qHCo2-39r-5@gated-at.bofh.it>
In reply to#1295489
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 <gregkh@linuxfoundation.org>
> > > > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> > > > ---
> > > >  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 <gregkh@linuxfoundation.org>
> > > > +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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web