All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Add ARINC653 scheduler maintainers.
@ 2013-09-12 15:47 Nathan Studer
  2013-09-13  9:42 ` George Dunlap
  2013-09-26 16:13 ` Ping:[PATCH " Nate Studer
  0 siblings, 2 replies; 7+ messages in thread
From: Nathan Studer @ 2013-09-12 15:47 UTC (permalink / raw)
  To: xen-devel
  Cc: ian.campbell, stefano.stabellini, george.dunlap, ian.jackson,
	robert.vanvossen, kathy.hadley, Nathan Studer

From: Nathan Studer <nate.studer@dornerworks.com>

Previously the ARINC653 scheduler was indirectly maintained by
Kathy Hadley and Josh Holtrop being cc'd on changes by George
Dunlap.  Maintenance is currently being done by Robert VanVossen
and myself.  To avoid potential communication problems in the
future, make Robbie and I the official maintainers.

Signed-off-by:  Nathan Studer <nate.studer@dornerworks.com>

---
Changed since v1:
  * Put in alphabetic feature name position
---
 MAINTAINERS |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 843f9e3..adacac2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -117,6 +117,13 @@ M:	Jacob Shin <jacob.shin@amd.com>
 S:	Supported
 F:	xen/arch/x86/hvm/svm/
 
+ARINC653 SCHEDULER
+M:	Nathan Studer <nate.studer@dornerworks.com>
+M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
+S:	Supported
+F:	xen/common/sched_arinc653.c
+F:	tools/libxc/xc_arinc653.c
+
 ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE
 M:	Ian Campbell <ian.campbell@citrix.com>
 M:	Stefano Stabellini <stefano.stabellini@citrix.com>
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] Add ARINC653 scheduler maintainers.
  2013-09-12 15:47 [PATCH v2] Add ARINC653 scheduler maintainers Nathan Studer
@ 2013-09-13  9:42 ` George Dunlap
  2013-09-26 16:13 ` Ping:[PATCH " Nate Studer
  1 sibling, 0 replies; 7+ messages in thread
From: George Dunlap @ 2013-09-13  9:42 UTC (permalink / raw)
  To: Nathan Studer
  Cc: Ian Campbell, Stefano Stabellini, Ian Jackson, robert.vanvossen,
	xen-devel, Kathy Hadley

On Thu, Sep 12, 2013 at 4:47 PM, Nathan Studer
<nate.studer@dornerworks.com> wrote:
> From: Nathan Studer <nate.studer@dornerworks.com>
>
> Previously the ARINC653 scheduler was indirectly maintained by
> Kathy Hadley and Josh Holtrop being cc'd on changes by George
> Dunlap.  Maintenance is currently being done by Robert VanVossen
> and myself.  To avoid potential communication problems in the
> future, make Robbie and I the official maintainers.
>
> Signed-off-by:  Nathan Studer <nate.studer@dornerworks.com>

Acked-by: George Dunlap <george.dunlap@eu.citrix.com>

>
> ---
> Changed since v1:
>   * Put in alphabetic feature name position
> ---
>  MAINTAINERS |    7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 843f9e3..adacac2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -117,6 +117,13 @@ M: Jacob Shin <jacob.shin@amd.com>
>  S:     Supported
>  F:     xen/arch/x86/hvm/svm/
>
> +ARINC653 SCHEDULER
> +M:     Nathan Studer <nate.studer@dornerworks.com>
> +M:     Robert VanVossen <robert.vanvossen@dornerworks.com>
> +S:     Supported
> +F:     xen/common/sched_arinc653.c
> +F:     tools/libxc/xc_arinc653.c
> +
>  ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE
>  M:     Ian Campbell <ian.campbell@citrix.com>
>  M:     Stefano Stabellini <stefano.stabellini@citrix.com>
> --
> 1.7.9.5
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ping:[PATCH v2] Add ARINC653 scheduler maintainers.
  2013-09-12 15:47 [PATCH v2] Add ARINC653 scheduler maintainers Nathan Studer
  2013-09-13  9:42 ` George Dunlap
@ 2013-09-26 16:13 ` Nate Studer
  2013-09-26 16:20   ` Ian Campbell
  2013-09-27  7:28   ` Jan Beulich
  1 sibling, 2 replies; 7+ messages in thread
From: Nate Studer @ 2013-09-26 16:13 UTC (permalink / raw)
  To: Nathan Studer
  Cc: ian.campbell, stefano.stabellini, george.dunlap, ian.jackson,
	robert.vanvossen, xen-devel, kathy.hadley

On 9/12/2013 11:47 AM, Nathan Studer wrote:
> From: Nathan Studer <nate.studer@dornerworks.com>
>
> Previously the ARINC653 scheduler was indirectly maintained by
> Kathy Hadley and Josh Holtrop being cc'd on changes by George
> Dunlap.  Maintenance is currently being done by Robert VanVossen
> and myself.  To avoid potential communication problems in the
> future, make Robbie and I the official maintainers.
>
> Signed-off-by:  Nathan Studer <nate.studer@dornerworks.com>
>
> ---
> Changed since v1:
>    * Put in alphabetic feature name position
> ---
>   MAINTAINERS |    7 +++++++
>   1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 843f9e3..adacac2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -117,6 +117,13 @@ M:	Jacob Shin <jacob.shin@amd.com>
>   S:	Supported
>   F:	xen/arch/x86/hvm/svm/
>
> +ARINC653 SCHEDULER
> +M:	Nathan Studer <nate.studer@dornerworks.com>
> +M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
> +S:	Supported
> +F:	xen/common/sched_arinc653.c
> +F:	tools/libxc/xc_arinc653.c

George supplied his ACK for the scheduling side of things, but we have not heard anything from the tool maintainers.

> +
>   ARM (W/ VIRTUALISATION EXTENSIONS) ARCHITECTURE
>   M:	Ian Campbell <ian.campbell@citrix.com>
>   M:	Stefano Stabellini <stefano.stabellini@citrix.com>
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ping:[PATCH v2] Add ARINC653 scheduler maintainers.
  2013-09-26 16:13 ` Ping:[PATCH " Nate Studer
@ 2013-09-26 16:20   ` Ian Campbell
  2013-09-26 16:31     ` Nate Studer
  2013-09-27  7:28   ` Jan Beulich
  1 sibling, 1 reply; 7+ messages in thread
From: Ian Campbell @ 2013-09-26 16:20 UTC (permalink / raw)
  To: Nate Studer
  Cc: stefano.stabellini, george.dunlap, ian.jackson, robert.vanvossen,
	xen-devel, kathy.hadley

On Thu, 2013-09-26 at 12:13 -0400, Nate Studer wrote:
> On 9/12/2013 11:47 AM, Nathan Studer wrote:
> > From: Nathan Studer <nate.studer@dornerworks.com>
> >
> > Previously the ARINC653 scheduler was indirectly maintained by
> > Kathy Hadley and Josh Holtrop being cc'd on changes by George
> > Dunlap.  Maintenance is currently being done by Robert VanVossen
> > and myself.  To avoid potential communication problems in the
> > future, make Robbie and I the official maintainers.
> >
> > Signed-off-by:  Nathan Studer <nate.studer@dornerworks.com>
> >
> > ---
> > Changed since v1:
> >    * Put in alphabetic feature name position
> > ---
> >   MAINTAINERS |    7 +++++++
> >   1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 843f9e3..adacac2 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -117,6 +117,13 @@ M:	Jacob Shin <jacob.shin@amd.com>
> >   S:	Supported
> >   F:	xen/arch/x86/hvm/svm/
> >
> > +ARINC653 SCHEDULER
> > +M:	Nathan Studer <nate.studer@dornerworks.com>
> > +M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
> > +S:	Supported
> > +F:	xen/common/sched_arinc653.c
> > +F:	tools/libxc/xc_arinc653.c
> 
> George supplied his ACK for the scheduling side of things, but we have
> not heard anything from the tool maintainers.

It was committed last Monday by Jan with Ian J's (a toolstack
maintainer) ACK.

Ian.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ping:[PATCH v2] Add ARINC653 scheduler maintainers.
  2013-09-26 16:20   ` Ian Campbell
@ 2013-09-26 16:31     ` Nate Studer
  2013-09-26 16:40       ` Ian Campbell
  0 siblings, 1 reply; 7+ messages in thread
From: Nate Studer @ 2013-09-26 16:31 UTC (permalink / raw)
  To: Ian Campbell
  Cc: stefano.stabellini, george.dunlap, ian.jackson, robert.vanvossen,
	xen-devel, kathy.hadley

On 9/26/2013 12:20 PM, Ian Campbell wrote:
>>
>> George supplied his ACK for the scheduling side of things, but we have
>> not heard anything from the tool maintainers.
>
> It was committed last Monday by Jan with Ian J's (a toolstack
> maintainer) ACK.
>
> Ian.
>

Sorry for the noise.  I didn't see an ACK on the mailing list, so I incorrectly assumed that there wasn't one and that it had not been committed.

   Nate

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ping:[PATCH v2] Add ARINC653 scheduler maintainers.
  2013-09-26 16:31     ` Nate Studer
@ 2013-09-26 16:40       ` Ian Campbell
  0 siblings, 0 replies; 7+ messages in thread
From: Ian Campbell @ 2013-09-26 16:40 UTC (permalink / raw)
  To: Nate Studer
  Cc: stefano.stabellini, george.dunlap, ian.jackson, robert.vanvossen,
	xen-devel, kathy.hadley

On Thu, 2013-09-26 at 12:31 -0400, Nate Studer wrote:
> On 9/26/2013 12:20 PM, Ian Campbell wrote:
> >>
> >> George supplied his ACK for the scheduling side of things, but we have
> >> not heard anything from the tool maintainers.
> >
> > It was committed last Monday by Jan with Ian J's (a toolstack
> > maintainer) ACK.
> >
> > Ian.
> >
> 
> Sorry for the noise.  I didn't see an ACK on the mailing list, so I
> incorrectly assumed that there wasn't one and that it had not been
> committed.

To be fair, Ian appears to have not hit reply all when he sent his ack,
so it didn't go to the list, so you can't really be blamed for not
seeing it ;-).

In any case, it's usually a good idea to check the tree before pinging,
not all committers send out an "applied" message when take a patch in.

Ian.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Ping:[PATCH v2] Add ARINC653 scheduler maintainers.
  2013-09-26 16:13 ` Ping:[PATCH " Nate Studer
  2013-09-26 16:20   ` Ian Campbell
@ 2013-09-27  7:28   ` Jan Beulich
  1 sibling, 0 replies; 7+ messages in thread
From: Jan Beulich @ 2013-09-27  7:28 UTC (permalink / raw)
  To: Nathan Studer
  Cc: ian.campbell, stefano.stabellini, george.dunlap, ian.jackson,
	robert.vanvossen, xen-devel, kathy.hadley

>>> On 26.09.13 at 18:13, Nate Studer <nate.studer@dornerworks.com> wrote:
> On 9/12/2013 11:47 AM, Nathan Studer wrote:
>> +ARINC653 SCHEDULER
>> +M:	Nathan Studer <nate.studer@dornerworks.com>
>> +M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
>> +S:	Supported
>> +F:	xen/common/sched_arinc653.c
>> +F:	tools/libxc/xc_arinc653.c
> 
> George supplied his ACK for the scheduling side of things, but we have not 
> heard anything from the tool maintainers.

You should have checked the git repo - the patch was committed
10 days ago. IanJ gave his ack on irc.

Jan

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-09-27  7:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12 15:47 [PATCH v2] Add ARINC653 scheduler maintainers Nathan Studer
2013-09-13  9:42 ` George Dunlap
2013-09-26 16:13 ` Ping:[PATCH " Nate Studer
2013-09-26 16:20   ` Ian Campbell
2013-09-26 16:31     ` Nate Studer
2013-09-26 16:40       ` Ian Campbell
2013-09-27  7:28   ` Jan Beulich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.