All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as maintainer for arm tee
@ 2024-10-08 13:54 Bertrand Marquis
  2024-10-08 14:03 ` Jan Beulich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bertrand Marquis @ 2024-10-08 13:54 UTC (permalink / raw)
  To: xen-devel; +Cc: Andrew Cooper, Jan Beulich, Julien Grall, Stefano Stabellini

With Tee mediators now containing Optee and FF-A implementations, add
myself as maintainers to have someone handling the FF-A side.

Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fb0ebf093965..2450b0f9ff9e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -516,6 +516,7 @@ F:	stubdom/
 
 TEE MEDIATORS
 M:	Volodymyr Babchuk <volodymyr_babchuk@epam.com>
+M:	Bertrand Marquis <bertrand.marquis@arm.com>
 S:	Supported
 F:	xen/arch/arm/include/asm/tee
 F:	xen/arch/arm/tee/
-- 
2.47.0



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

* Re: [PATCH] MAINTAINERS: add myself as maintainer for arm tee
  2024-10-08 13:54 [PATCH] MAINTAINERS: add myself as maintainer for arm tee Bertrand Marquis
@ 2024-10-08 14:03 ` Jan Beulich
  2024-10-08 17:37 ` Stefano Stabellini
  2024-10-08 17:47 ` Volodymyr Babchuk
  2 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2024-10-08 14:03 UTC (permalink / raw)
  To: Bertrand Marquis, xen-devel
  Cc: Andrew Cooper, Julien Grall, Stefano Stabellini,
	Volodymyr Babchuk

On 08.10.2024 15:54, Bertrand Marquis wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -516,6 +516,7 @@ F:	stubdom/
>  
>  TEE MEDIATORS
>  M:	Volodymyr Babchuk <volodymyr_babchuk@epam.com>
> +M:	Bertrand Marquis <bertrand.marquis@arm.com>
>  S:	Supported
>  F:	xen/arch/arm/include/asm/tee
>  F:	xen/arch/arm/tee/

Like for Frediano's change to this section, I think the ack should come
from the present maintainer, whom I have no Cc-ed.

Jan


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

* Re: [PATCH] MAINTAINERS: add myself as maintainer for arm tee
  2024-10-08 13:54 [PATCH] MAINTAINERS: add myself as maintainer for arm tee Bertrand Marquis
  2024-10-08 14:03 ` Jan Beulich
@ 2024-10-08 17:37 ` Stefano Stabellini
  2024-10-08 17:47 ` Volodymyr Babchuk
  2 siblings, 0 replies; 4+ messages in thread
From: Stefano Stabellini @ 2024-10-08 17:37 UTC (permalink / raw)
  To: Bertrand Marquis
  Cc: xen-devel, Andrew Cooper, Jan Beulich, Julien Grall,
	Stefano Stabellini, volodymyr_babchuk

+ Volodymyr


On Tue, 8 Oct 2024, Bertrand Marquis wrote:
> With Tee mediators now containing Optee and FF-A implementations, add
> myself as maintainers to have someone handling the FF-A side.
> 
> Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>

Acked-by: Stefano Stabellini <sstabellini@kernel.org>


> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fb0ebf093965..2450b0f9ff9e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -516,6 +516,7 @@ F:	stubdom/
>  
>  TEE MEDIATORS
>  M:	Volodymyr Babchuk <volodymyr_babchuk@epam.com>
> +M:	Bertrand Marquis <bertrand.marquis@arm.com>
>  S:	Supported
>  F:	xen/arch/arm/include/asm/tee
>  F:	xen/arch/arm/tee/
> -- 
> 2.47.0
> 


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

* Re: [PATCH] MAINTAINERS: add myself as maintainer for arm tee
  2024-10-08 13:54 [PATCH] MAINTAINERS: add myself as maintainer for arm tee Bertrand Marquis
  2024-10-08 14:03 ` Jan Beulich
  2024-10-08 17:37 ` Stefano Stabellini
@ 2024-10-08 17:47 ` Volodymyr Babchuk
  2 siblings, 0 replies; 4+ messages in thread
From: Volodymyr Babchuk @ 2024-10-08 17:47 UTC (permalink / raw)
  To: Bertrand Marquis
  Cc: xen-devel@lists.xenproject.org, Andrew Cooper, Jan Beulich,
	Julien Grall, Stefano Stabellini

Bertrand Marquis <bertrand.marquis@arm.com> writes:

> With Tee mediators now containing Optee and FF-A implementations, add
> myself as maintainers to have someone handling the FF-A side.
>
> Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>

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

-- 
WBR, Volodymyr

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

end of thread, other threads:[~2024-10-08 17:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 13:54 [PATCH] MAINTAINERS: add myself as maintainer for arm tee Bertrand Marquis
2024-10-08 14:03 ` Jan Beulich
2024-10-08 17:37 ` Stefano Stabellini
2024-10-08 17:47 ` Volodymyr Babchuk

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.