xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
@ 2019-08-23 14:08 Jeff Kubascik
  2019-08-23 14:11 ` George Dunlap
  2019-08-30  9:28 ` Wei Liu
  0 siblings, 2 replies; 10+ messages in thread
From: Jeff Kubascik @ 2019-08-23 14:08 UTC (permalink / raw)
  To: xen-devel
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Robert VanVossen, Tim Deegan, Julien Grall, Josh Whitehead,
	Jan Beulich, Jarvis Roach

We would like to have a common maintainers email address for DornerWorks
maintained code, which currently is the ARINC653 scheduler. This will
enable us to better monitor and respond to the Xen community. This patch
adds a maintainer line with the DornerWorks maintainers email address.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 77413e0d9e..3cce253931 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -168,6 +168,7 @@ F:	xen/common/argo.c
 ARINC653 SCHEDULER
 M:	Josh Whitehead <josh.whitehead@dornerworks.com>
 M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
+M:	DornerWorks Xen-Devel <xen-devel@dornerworks.com>
 S:	Supported
 F:	xen/common/sched_arinc653.c
 F:	tools/libxc/xc_arinc653.c
-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-08-23 14:08 [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email Jeff Kubascik
@ 2019-08-23 14:11 ` George Dunlap
  2019-08-23 14:21   ` Jeff Kubascik
  2019-08-30  9:28 ` Wei Liu
  1 sibling, 1 reply; 10+ messages in thread
From: George Dunlap @ 2019-08-23 14:11 UTC (permalink / raw)
  To: Jeff Kubascik
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, Andrew Cooper, Tim (Xen.org),
	George Dunlap, Robert VanVossen, Julien Grall, Josh Whitehead,
	Jan Beulich, Ian Jackson, Xen-devel, Jarvis Roach



> On Aug 23, 2019, at 3:08 PM, Jeff Kubascik <jeff.kubascik@dornerworks.com> wrote:
> 
> We would like to have a common maintainers email address for DornerWorks
> maintained code, which currently is the ARINC653 scheduler. This will
> enable us to better monitor and respond to the Xen community. This patch
> adds a maintainer line with the DornerWorks maintainers email address.
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77413e0d9e..3cce253931 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -168,6 +168,7 @@ F:	xen/common/argo.c
> ARINC653 SCHEDULER
> M:	Josh Whitehead <josh.whitehead@dornerworks.com>
> M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
> +M:	DornerWorks Xen-Devel <xen-devel@dornerworks.com>

Maintainership implies a certain level of authority.  I think you want R: here instead, which is “Designated reviewer”: you get mail, but don’t have any authority.

 -George

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-08-23 14:11 ` George Dunlap
@ 2019-08-23 14:21   ` Jeff Kubascik
  0 siblings, 0 replies; 10+ messages in thread
From: Jeff Kubascik @ 2019-08-23 14:21 UTC (permalink / raw)
  To: George Dunlap
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, Andrew Cooper, Tim (Xen.org),
	Robert VanVossen, Julien Grall, Josh Whitehead, Jan Beulich,
	Ian Jackson, Xen-devel, Jarvis Roach

On 8/23/2019 10:11 AM, George Dunlap wrote:
> CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
> 
>> On Aug 23, 2019, at 3:08 PM, Jeff Kubascik <jeff.kubascik@dornerworks.com> wrote:
>>
>> We would like to have a common maintainers email address for DornerWorks
>> maintained code, which currently is the ARINC653 scheduler. This will
>> enable us to better monitor and respond to the Xen community. This patch
>> adds a maintainer line with the DornerWorks maintainers email address.
>> ---
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 77413e0d9e..3cce253931 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -168,6 +168,7 @@ F:        xen/common/argo.c
>> ARINC653 SCHEDULER
>> M:    Josh Whitehead <josh.whitehead@dornerworks.com>
>> M:    Robert VanVossen <robert.vanvossen@dornerworks.com>
>> +M:   DornerWorks Xen-Devel <xen-devel@dornerworks.com>
> 
> Maintainership implies a certain level of authority.  I think you want R: here instead, which is “Designated reviewer”: you get mail, but don’t have any authority.
> 
>  -George
> 

That is a fair point, I will update the patch accordingly.

-Jeff

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-08-23 14:08 [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email Jeff Kubascik
  2019-08-23 14:11 ` George Dunlap
@ 2019-08-30  9:28 ` Wei Liu
  2019-10-21 11:29   ` George Dunlap
  1 sibling, 1 reply; 10+ messages in thread
From: Wei Liu @ 2019-08-30  9:28 UTC (permalink / raw)
  To: Jeff Kubascik
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Robert VanVossen, Tim Deegan, Julien Grall, Josh Whitehead,
	Jan Beulich, xen-devel, Jarvis Roach

On Fri, Aug 23, 2019 at 10:08:55AM -0400, Jeff Kubascik wrote:
> We would like to have a common maintainers email address for DornerWorks
> maintained code, which currently is the ARINC653 scheduler. This will
> enable us to better monitor and respond to the Xen community. This patch
> adds a maintainer line with the DornerWorks maintainers email address.
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77413e0d9e..3cce253931 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -168,6 +168,7 @@ F:	xen/common/argo.c
>  ARINC653 SCHEDULER
>  M:	Josh Whitehead <josh.whitehead@dornerworks.com>
>  M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
> +M:	DornerWorks Xen-Devel <xen-devel@dornerworks.com>

The correct symbol here is L. 

    L: Mailing list that is relevant to this area

>  S:	Supported
>  F:	xen/common/sched_arinc653.c
>  F:	tools/libxc/xc_arinc653.c
> -- 
> 2.17.1
> 

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-08-30  9:28 ` Wei Liu
@ 2019-10-21 11:29   ` George Dunlap
  2019-10-21 11:43     ` Wei Liu
  0 siblings, 1 reply; 10+ messages in thread
From: George Dunlap @ 2019-10-21 11:29 UTC (permalink / raw)
  To: Wei Liu, Jeff Kubascik
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Robert VanVossen,
	Tim Deegan, Julien Grall, Josh Whitehead, Jan Beulich, xen-devel,
	Jarvis Roach

On 8/30/19 10:28 AM, Wei Liu wrote:
> On Fri, Aug 23, 2019 at 10:08:55AM -0400, Jeff Kubascik wrote:
>> We would like to have a common maintainers email address for DornerWorks
>> maintained code, which currently is the ARINC653 scheduler. This will
>> enable us to better monitor and respond to the Xen community. This patch
>> adds a maintainer line with the DornerWorks maintainers email address.
>> ---
>>  MAINTAINERS | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 77413e0d9e..3cce253931 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -168,6 +168,7 @@ F:	xen/common/argo.c
>>  ARINC653 SCHEDULER
>>  M:	Josh Whitehead <josh.whitehead@dornerworks.com>
>>  M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
>> +M:	DornerWorks Xen-Devel <xen-devel@dornerworks.com>
> 
> The correct symbol here is L. 
> 
>     L: Mailing list that is relevant to this area

But this isn't exactly a mailing list, is it?  The 'L:' tag is normally
for things like the Linux Arm mailing list, the Linux Net mailing list,
and so on -- *public* lists where discussions about that subsystem happen.

This isn't a public list where discussion happens.  At the moment, in
fact, it looks like it might be a *single email account*, to which
several people have access; at best it would be an alias that would go
to a number of interested parties.  That seems closer to 'R:'.

I admit this is getting into the minutia of technicalities here. :-)

 -George

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-10-21 11:29   ` George Dunlap
@ 2019-10-21 11:43     ` Wei Liu
  2019-10-24 13:06       ` Jeff Kubascik
  0 siblings, 1 reply; 10+ messages in thread
From: Wei Liu @ 2019-10-21 11:43 UTC (permalink / raw)
  To: George Dunlap
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	Jeff Kubascik, Tim Deegan, Julien Grall, Josh Whitehead,
	Robert VanVossen, Jan Beulich, xen-devel, Jarvis Roach

On Mon, Oct 21, 2019 at 12:29:45PM +0100, George Dunlap wrote:
> On 8/30/19 10:28 AM, Wei Liu wrote:
> > On Fri, Aug 23, 2019 at 10:08:55AM -0400, Jeff Kubascik wrote:
> >> We would like to have a common maintainers email address for DornerWorks
> >> maintained code, which currently is the ARINC653 scheduler. This will
> >> enable us to better monitor and respond to the Xen community. This patch
> >> adds a maintainer line with the DornerWorks maintainers email address.
> >> ---
> >>  MAINTAINERS | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/MAINTAINERS b/MAINTAINERS
> >> index 77413e0d9e..3cce253931 100644
> >> --- a/MAINTAINERS
> >> +++ b/MAINTAINERS
> >> @@ -168,6 +168,7 @@ F:	xen/common/argo.c
> >>  ARINC653 SCHEDULER
> >>  M:	Josh Whitehead <josh.whitehead@dornerworks.com>
> >>  M:	Robert VanVossen <robert.vanvossen@dornerworks.com>
> >> +M:	DornerWorks Xen-Devel <xen-devel@dornerworks.com>
> > 
> > The correct symbol here is L. 
> > 
> >     L: Mailing list that is relevant to this area
> 
> But this isn't exactly a mailing list, is it?  The 'L:' tag is normally
> for things like the Linux Arm mailing list, the Linux Net mailing list,
> and so on -- *public* lists where discussions about that subsystem happen.
> 
> This isn't a public list where discussion happens.  At the moment, in
> fact, it looks like it might be a *single email account*, to which
> several people have access; at best it would be an alias that would go
> to a number of interested parties.  That seems closer to 'R:'.
> 
> I admit this is getting into the minutia of technicalities here. :-)
> 

My understanding is that the list being public is a not a requirement.
For example, Linux has this:

  L:      sparmaintainer@unisys.com (Unisys internal)

An alias for several people still qualifies as a list to me.

Anyway, either R or L works. I don't want to bikeshed further...

Wei.

>  -George

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-10-21 11:43     ` Wei Liu
@ 2019-10-24 13:06       ` Jeff Kubascik
  2019-10-24 13:36         ` Julien Grall
  2019-10-24 13:37         ` Jan Beulich
  0 siblings, 2 replies; 10+ messages in thread
From: Jeff Kubascik @ 2019-10-24 13:06 UTC (permalink / raw)
  To: Wei Liu, George Dunlap
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Robert VanVossen,
	Tim Deegan, Julien Grall, Josh Whitehead, Jan Beulich, xen-devel,
	Jarvis Roach

On 10/21/2019 7:43 AM, Wei Liu wrote:
> CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
> 
> On Mon, Oct 21, 2019 at 12:29:45PM +0100, George Dunlap wrote:
>> On 8/30/19 10:28 AM, Wei Liu wrote:
>>> On Fri, Aug 23, 2019 at 10:08:55AM -0400, Jeff Kubascik wrote:
>>>> We would like to have a common maintainers email address for DornerWorks
>>>> maintained code, which currently is the ARINC653 scheduler. This will
>>>> enable us to better monitor and respond to the Xen community. This patch
>>>> adds a maintainer line with the DornerWorks maintainers email address.
>>>> ---
>>>>  MAINTAINERS | 1 +
>>>>  1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 77413e0d9e..3cce253931 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -168,6 +168,7 @@ F:     xen/common/argo.c
>>>>  ARINC653 SCHEDULER
>>>>  M:        Josh Whitehead <josh.whitehead@dornerworks.com>
>>>>  M:        Robert VanVossen <robert.vanvossen@dornerworks.com>
>>>> +M:        DornerWorks Xen-Devel <xen-devel@dornerworks.com>
>>>
>>> The correct symbol here is L.
>>>
>>>     L: Mailing list that is relevant to this area
>>
>> But this isn't exactly a mailing list, is it?  The 'L:' tag is normally
>> for things like the Linux Arm mailing list, the Linux Net mailing list,
>> and so on -- *public* lists where discussions about that subsystem happen.
>>
>> This isn't a public list where discussion happens.  At the moment, in
>> fact, it looks like it might be a *single email account*, to which
>> several people have access; at best it would be an alias that would go
>> to a number of interested parties.  That seems closer to 'R:'.
>>
>> I admit this is getting into the minutia of technicalities here. :-)
>>
> 
> My understanding is that the list being public is a not a requirement.
> For example, Linux has this:
> 
>   L:      sparmaintainer@unisys.com (Unisys internal)
> 
> An alias for several people still qualifies as a list to me.
> 
> Anyway, either R or L works. I don't want to bikeshed further...
> 
> Wei.
> 
>>  -George

We would like to remove our current two developers who are listed as M: for the
ARINC653 scheduler code. Since M: is just a "Mail patches to" designation, I'm
now leaning towards the L: designation, as the two appear roughly equivalent in
their role. Does that sound reasonable?

-Jeff K

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-10-24 13:06       ` Jeff Kubascik
@ 2019-10-24 13:36         ` Julien Grall
  2019-10-24 16:19           ` Stewart Hildebrand
  2019-10-24 13:37         ` Jan Beulich
  1 sibling, 1 reply; 10+ messages in thread
From: Julien Grall @ 2019-10-24 13:36 UTC (permalink / raw)
  To: Jeff Kubascik, Wei Liu, George Dunlap
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Robert VanVossen,
	Tim Deegan, Josh Whitehead, Jan Beulich, xen-devel, Jarvis Roach

Hi,

Jumping into the conversation.

On 24/10/2019 14:06, Jeff Kubascik wrote:
> On 10/21/2019 7:43 AM, Wei Liu wrote:
>> CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
>>
>> On Mon, Oct 21, 2019 at 12:29:45PM +0100, George Dunlap wrote:
>>> On 8/30/19 10:28 AM, Wei Liu wrote:
>>>> On Fri, Aug 23, 2019 at 10:08:55AM -0400, Jeff Kubascik wrote:
>>>>> We would like to have a common maintainers email address for DornerWorks
>>>>> maintained code, which currently is the ARINC653 scheduler. This will
>>>>> enable us to better monitor and respond to the Xen community. This patch
>>>>> adds a maintainer line with the DornerWorks maintainers email address.
>>>>> ---
>>>>>   MAINTAINERS | 1 +
>>>>>   1 file changed, 1 insertion(+)
>>>>>
>>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>>> index 77413e0d9e..3cce253931 100644
>>>>> --- a/MAINTAINERS
>>>>> +++ b/MAINTAINERS
>>>>> @@ -168,6 +168,7 @@ F:     xen/common/argo.c
>>>>>   ARINC653 SCHEDULER
>>>>>   M:        Josh Whitehead <josh.whitehead@dornerworks.com>
>>>>>   M:        Robert VanVossen <robert.vanvossen@dornerworks.com>
>>>>> +M:        DornerWorks Xen-Devel <xen-devel@dornerworks.com>
>>>>
>>>> The correct symbol here is L.
>>>>
>>>>      L: Mailing list that is relevant to this area
>>>
>>> But this isn't exactly a mailing list, is it?  The 'L:' tag is normally
>>> for things like the Linux Arm mailing list, the Linux Net mailing list,
>>> and so on -- *public* lists where discussions about that subsystem happen.
>>>
>>> This isn't a public list where discussion happens.  At the moment, in
>>> fact, it looks like it might be a *single email account*, to which
>>> several people have access; at best it would be an alias that would go
>>> to a number of interested parties.  That seems closer to 'R:'.
>>>
>>> I admit this is getting into the minutia of technicalities here. :-)
>>>
>>
>> My understanding is that the list being public is a not a requirement.
>> For example, Linux has this:
>>
>>    L:      sparmaintainer@unisys.com (Unisys internal)
>>
>> An alias for several people still qualifies as a list to me.
>>
>> Anyway, either R or L works. I don't want to bikeshed further...
>>
>> Wei.
>>
>>>   -George
> 
> We would like to remove our current two developers who are listed as M: for the
> ARINC653 scheduler code. Since M: is just a "Mail patches to" designation, I'm
> now leaning towards the L: designation, as the two appear roughly equivalent in
> their role. Does that sound reasonable?

I don't think you can treat "L:" and "M:" the same way.

"M:" is a single person that we know.

"L:" is a list of person that we don't know.

xen-devel@dornerworks.com definitely falls into the "L:" category. That clearly 
raises a few questions here.

	- How do we know when the list of person change?
	- How acked-by/reviewed-by will be done? Will it be Acked-by "Dornerworks 
<....>"? If not, then we still need "M:" around to which acked-by is sufficient. 
If yes, how do we know all the person on that list can be trusted?

Cheers,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-10-24 13:06       ` Jeff Kubascik
  2019-10-24 13:36         ` Julien Grall
@ 2019-10-24 13:37         ` Jan Beulich
  1 sibling, 0 replies; 10+ messages in thread
From: Jan Beulich @ 2019-10-24 13:37 UTC (permalink / raw)
  To: Jeff Kubascik
  Cc: DornerWorks Xen-Devel, Stefano Stabellini, Wei Liu,
	Konrad Rzeszutek Wilk, George Dunlap, Andrew Cooper, Ian Jackson,
	George Dunlap, Robert VanVossen, Tim Deegan, Julien Grall,
	Josh Whitehead, xen-devel, Jarvis Roach

On 24.10.2019 15:06, Jeff Kubascik wrote:
> We would like to remove our current two developers who are listed as M: for the
> ARINC653 scheduler code. Since M: is just a "Mail patches to" designation, I'm
> now leaning towards the L: designation, as the two appear roughly equivalent in
> their role. Does that sound reasonable?

While I realize what you say matches what the description of
M: says in ./MAINTAINERS, I'm afraid we also assign the
meaning of "is the maintainer of" to it, i.e. L: is not a
suitable equivalent (at least I don't think a list can
reasonably be considered a "maintainer"). It should perhaps
rather be R: the have this meaning.

As a side note, in addition I notice that M: says to mail
patches _to_ the listed people, which contradicts information
on e.g. the wiki where people are asked to send patches _to_
the list, with maintainers _cc_-ed (personally I prefer the
latter very much).

Jan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email
  2019-10-24 13:36         ` Julien Grall
@ 2019-10-24 16:19           ` Stewart Hildebrand
  0 siblings, 0 replies; 10+ messages in thread
From: Stewart Hildebrand @ 2019-10-24 16:19 UTC (permalink / raw)
  To: Julien Grall, Jeff Kubascik, Wei Liu, George Dunlap
  Cc: xen-devel, Stefano Stabellini, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Robert VanVossen,
	Tim Deegan, Josh Whitehead, Jan Beulich, xen-devel, Jarvis Roach

On Thursday, October 24, 2019 9:37 AM, Julien Grall wrote:
>Hi,
>
>Jumping into the conversation.
>
>On 24/10/2019 14:06, Jeff Kubascik wrote:
>> We would like to remove our current two developers who are listed as M: for the
>> ARINC653 scheduler code. Since M: is just a "Mail patches to" designation, I'm
>> now leaning towards the L: designation, as the two appear roughly equivalent in
>> their role. Does that sound reasonable?
>
>I don't think you can treat "L:" and "M:" the same way.
>
>"M:" is a single person that we know.
>
>"L:" is a list of person that we don't know.
>
>xen-devel@dornerworks.com definitely falls into the "L:" category. That clearly
>raises a few questions here.
>
>        - How do we know when the list of person change?
>        - How acked-by/reviewed-by will be done? Will it be Acked-by "Dornerworks
><....>"? If not, then we still need "M:" around to which acked-by is sufficient.
>If yes, how do we know all the person on that list can be trusted?

The rationale for removing Robbie and Josh is that they are currently 
active on other projects that don't involve Xen. I'm involved with Xen
and I'm the tech lead for our product that actually uses the ARINC 653
scheduler, so I'll volunteer myself to replace Robbie and Josh. This
way we will still have a real person with an M: for the ARINC 653
scheduler in MANTAINERS.

We would still like to add our internal list. It seems L: is a fairly
agreeable designation for the list.

L:        DornerWorks Xen-Devel <xen-devel@dornerworks.com>

Thanks,
Stew
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2019-10-24 16:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-23 14:08 [Xen-devel] [PATCH] MAINTAINERS: Add DornerWorks maintainers email Jeff Kubascik
2019-08-23 14:11 ` George Dunlap
2019-08-23 14:21   ` Jeff Kubascik
2019-08-30  9:28 ` Wei Liu
2019-10-21 11:29   ` George Dunlap
2019-10-21 11:43     ` Wei Liu
2019-10-24 13:06       ` Jeff Kubascik
2019-10-24 13:36         ` Julien Grall
2019-10-24 16:19           ` Stewart Hildebrand
2019-10-24 13:37         ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).