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> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) mode change 100644 => 100755 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS old mode 100644 new mode 100755 index 843f9e3..ad9bb94 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -251,6 +251,13 @@ M: George Dunlap <george.dunlap@eu.citrix.com> S: Supported F: xen/common/sched* +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 + SEABIOS UPSTREAM M: Ian Campbell <ian.campbell@citrix.com> S: Supported -- 1.7.9.5
>>> On 11.09.13 at 23:42, 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> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > mode change 100644 => 100755 MAINTAINERS > > diff --git a/MAINTAINERS b/MAINTAINERS > old mode 100644 > new mode 100755 > index 843f9e3..ad9bb94 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -251,6 +251,13 @@ M: George Dunlap <george.dunlap@eu.citrix.com> > S: Supported > F: xen/common/sched* > > +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 > + > SEABIOS UPSTREAM > M: Ian Campbell <ian.campbell@citrix.com> > S: SupportedDid you perhaps overlook that the file is (at least attempted to be) organized alphabetically? Also, for the tools side change - in order to get the current formal maintainers'' ack - you should also have Cc-ed the tools maintainers. Jan
On 9/12/2013 3:19 AM, Jan Beulich wrote:>>>> On 11.09.13 at 23:42, 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> >> --- >> MAINTAINERS | 7 +++++++ >> 1 file changed, 7 insertions(+) >> mode change 100644 => 100755 MAINTAINERS >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> old mode 100644 >> new mode 100755 >> index 843f9e3..ad9bb94 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -251,6 +251,13 @@ M: George Dunlap <george.dunlap@eu.citrix.com> >> S: Supported >> F: xen/common/sched* >> >> +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 >> + >> SEABIOS UPSTREAM >> M: Ian Campbell <ian.campbell@citrix.com> >> S: Supported > > Did you perhaps overlook that the file is (at least attempted to > be) organized alphabetically?Indeed, I did fail to notice this.> > Also, for the tools side change - in order to get the current formal > maintainers'' ack - you should also have Cc-ed the tools maintainers. > > Jan >I will CC the tool maintainers, after respinning to fix the alphabetic ordering issue. Nate