All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: minor file line update
@ 2024-10-04 11:11 Frediano Ziglio
  2024-10-08 11:48 ` Jan Beulich
  0 siblings, 1 reply; 5+ messages in thread
From: Frediano Ziglio @ 2024-10-04 11:11 UTC (permalink / raw)
  To: xen-devel
  Cc: Frediano Ziglio, Andrew Cooper, Jan Beulich, Julien Grall,
	Stefano Stabellini

"xen/arch/arm/include/asm/tee" is a directory and should be terminated
by a slash ("/").

Signed-off-by: Frediano Ziglio <frediano.ziglio@cloud.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
Changes since v1:
- removed second change, it was intentional.

diff --git a/MAINTAINERS b/MAINTAINERS
index fb0ebf0939..a2994c7421 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -517,7 +517,7 @@ F:	stubdom/
 TEE MEDIATORS
 M:	Volodymyr Babchuk <volodymyr_babchuk@epam.com>
 S:	Supported
-F:	xen/arch/arm/include/asm/tee
+F:	xen/arch/arm/include/asm/tee/
 F:	xen/arch/arm/tee/
 
 TOOLSTACK
-- 
2.34.1



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

* Re: [PATCH v2] MAINTAINERS: minor file line update
  2024-10-04 11:11 [PATCH v2] MAINTAINERS: minor file line update Frediano Ziglio
@ 2024-10-08 11:48 ` Jan Beulich
  2024-10-17 16:48   ` Julien Grall
  2024-10-17 16:53   ` Volodymyr Babchuk
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Beulich @ 2024-10-08 11:48 UTC (permalink / raw)
  To: Frediano Ziglio
  Cc: Andrew Cooper, Julien Grall, Stefano Stabellini, xen-devel,
	Volodymyr Babchuk

On 04.10.2024 13:11, Frediano Ziglio wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -517,7 +517,7 @@ F:	stubdom/
>  TEE MEDIATORS
>  M:	Volodymyr Babchuk <volodymyr_babchuk@epam.com>
>  S:	Supported
> -F:	xen/arch/arm/include/asm/tee
> +F:	xen/arch/arm/include/asm/tee/
>  F:	xen/arch/arm/tee/

I think this is a change which actually wants ack-ing by the maintainer
named here, not THE REST. Cc-ing Volodymyr.

Jan


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

* Re: [PATCH v2] MAINTAINERS: minor file line update
  2024-10-08 11:48 ` Jan Beulich
@ 2024-10-17 16:48   ` Julien Grall
  2024-10-17 16:53   ` Volodymyr Babchuk
  1 sibling, 0 replies; 5+ messages in thread
From: Julien Grall @ 2024-10-17 16:48 UTC (permalink / raw)
  To: Jan Beulich, Frediano Ziglio
  Cc: Andrew Cooper, Stefano Stabellini, xen-devel, Volodymyr Babchuk,
	Bertrand Marquis

Hi Jan,

On 08/10/2024 12:48, Jan Beulich wrote:
> On 04.10.2024 13:11, Frediano Ziglio wrote:
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -517,7 +517,7 @@ F:	stubdom/
>>   TEE MEDIATORS
>>   M:	Volodymyr Babchuk <volodymyr_babchuk@epam.com>
>>   S:	Supported
>> -F:	xen/arch/arm/include/asm/tee
>> +F:	xen/arch/arm/include/asm/tee/
>>   F:	xen/arch/arm/tee/
> 
> I think this is a change which actually wants ack-ing by the maintainer
> named here, not THE REST. Cc-ing Volodymyr.

I would agree if this is significantly changing the list of files 
maintained. However, from testing, it doesn't change anything. So I 
don't think it is necessary to require the actual maintainer named in 
this section...

Also Bertrand is now a co-maintainer. So CCing him. I will give both of 
them another day to answer. If there are no answer, I will commit by end 
of my day tomorrow with:

Acked-by: Julien Grall <jgrall@amazon.com>

Cheers,

-- 
Julien Grall



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

* Re: [PATCH v2] MAINTAINERS: minor file line update
  2024-10-08 11:48 ` Jan Beulich
  2024-10-17 16:48   ` Julien Grall
@ 2024-10-17 16:53   ` Volodymyr Babchuk
  2024-10-18  6:09     ` Bertrand Marquis
  1 sibling, 1 reply; 5+ messages in thread
From: Volodymyr Babchuk @ 2024-10-17 16:53 UTC (permalink / raw)
  To: Jan Beulich
  Cc: Frediano Ziglio, Andrew Cooper, Julien Grall, Stefano Stabellini,
	xen-devel@lists.xenproject.org

Jan Beulich <jbeulich@suse.com> writes:

Hi

> On 04.10.2024 13:11, Frediano Ziglio wrote:
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -517,7 +517,7 @@ F:	stubdom/
>>  TEE MEDIATORS
>>  M:	Volodymyr Babchuk <volodymyr_babchuk@epam.com>
>>  S:	Supported
>> -F:	xen/arch/arm/include/asm/tee
>> +F:	xen/arch/arm/include/asm/tee/
>>  F:	xen/arch/arm/tee/
>

Acked-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>

> I think this is a change which actually wants ack-ing by the maintainer
> named here, not THE REST. Cc-ing Volodymyr.
>
> Jan


-- 
WBR, Volodymyr

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

* Re: [PATCH v2] MAINTAINERS: minor file line update
  2024-10-17 16:53   ` Volodymyr Babchuk
@ 2024-10-18  6:09     ` Bertrand Marquis
  0 siblings, 0 replies; 5+ messages in thread
From: Bertrand Marquis @ 2024-10-18  6:09 UTC (permalink / raw)
  To: Volodymyr Babchuk
  Cc: Jan Beulich, Frediano Ziglio, Andrew Cooper, Julien Grall,
	Stefano Stabellini, xen-devel@lists.xenproject.org

Hi,

> On 17 Oct 2024, at 18:53, Volodymyr Babchuk <Volodymyr_Babchuk@epam.com> wrote:
> 
> Jan Beulich <jbeulich@suse.com> writes:
> 
> Hi
> 
>> On 04.10.2024 13:11, Frediano Ziglio wrote:
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -517,7 +517,7 @@ F: stubdom/
>>> TEE MEDIATORS
>>> M: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
>>> S: Supported
>>> -F: xen/arch/arm/include/asm/tee
>>> +F: xen/arch/arm/include/asm/tee/
>>> F: xen/arch/arm/tee/
>> 
> 
> Acked-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>

Acked-by: Bertrand Marquis <bertrand.marquis@arm.com>

Cheers
Bertrand

> 
>> I think this is a change which actually wants ack-ing by the maintainer
>> named here, not THE REST. Cc-ing Volodymyr.
>> 
>> Jan
> 
> 
> -- 
> WBR, Volodymyr



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

end of thread, other threads:[~2024-10-18  6:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 11:11 [PATCH v2] MAINTAINERS: minor file line update Frediano Ziglio
2024-10-08 11:48 ` Jan Beulich
2024-10-17 16:48   ` Julien Grall
2024-10-17 16:53   ` Volodymyr Babchuk
2024-10-18  6:09     ` Bertrand Marquis

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.