All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add me as an additional stubdom maintainer
@ 2025-07-01  6:22 Juergen Gross
  2025-07-01 19:38 ` Stefano Stabellini
  0 siblings, 1 reply; 4+ messages in thread
From: Juergen Gross @ 2025-07-01  6:22 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Andrew Cooper, Anthony PERARD, Michal Orzel,
	Jan Beulich, Julien Grall, Roger Pau Monné,
	Stefano Stabellini

I've been the main contributor to the stubdom framework for several
years now.

Add me as a maintainer.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fcd24b3d58..c4886c1159 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -516,6 +516,7 @@ T:	git https://xenbits.xenproject.org/git-http/seabios.git
 
 STUB DOMAINS
 M:	Samuel Thibault <samuel.thibault@ens-lyon.org>
+M:	Juergen Gross <jgross@suse.com>
 S:	Supported
 F:	config/Stubdom.mk.in
 F:	m4/stubdom.m4
-- 
2.43.0



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

* Re: [PATCH] MAINTAINERS: add me as an additional stubdom maintainer
  2025-07-01  6:22 [PATCH] MAINTAINERS: add me as an additional stubdom maintainer Juergen Gross
@ 2025-07-01 19:38 ` Stefano Stabellini
  2025-07-12 10:44   ` Julien Grall
  0 siblings, 1 reply; 4+ messages in thread
From: Stefano Stabellini @ 2025-07-01 19:38 UTC (permalink / raw)
  To: Juergen Gross
  Cc: xen-devel, Andrew Cooper, Anthony PERARD, Michal Orzel,
	Jan Beulich, Julien Grall, Roger Pau Monné,
	Stefano Stabellini

On Tue, 1 Jul 2025, Juergen Gross wrote:
> I've been the main contributor to the stubdom framework for several
> years now.
> 
> Add me as a maintainer.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

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


> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fcd24b3d58..c4886c1159 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -516,6 +516,7 @@ T:	git https://xenbits.xenproject.org/git-http/seabios.git
>  
>  STUB DOMAINS
>  M:	Samuel Thibault <samuel.thibault@ens-lyon.org>
> +M:	Juergen Gross <jgross@suse.com>
>  S:	Supported
>  F:	config/Stubdom.mk.in
>  F:	m4/stubdom.m4
> -- 
> 2.43.0
> 


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

* Re: [PATCH] MAINTAINERS: add me as an additional stubdom maintainer
  2025-07-01 19:38 ` Stefano Stabellini
@ 2025-07-12 10:44   ` Julien Grall
  2025-07-12 11:34     ` Samuel Thibault
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Grall @ 2025-07-12 10:44 UTC (permalink / raw)
  To: Stefano Stabellini, Juergen Gross, Samuel Thibault
  Cc: xen-devel, Andrew Cooper, Anthony PERARD, Michal Orzel,
	Jan Beulich, Roger Pau Monné

Hi,

On 01/07/2025 20:38, Stefano Stabellini wrote:
> On Tue, 1 Jul 2025, Juergen Gross wrote:
>> I've been the main contributor to the stubdom framework for several
>> years now.
>>
>> Add me as a maintainer.
>>
>> Signed-off-by: Juergen Gross <jgross@suse.com>
> 
> Acked-by: Stefano Stabellini <sstabellini@kernel.org>

I think for this one we also need an Ack from Samuel. So I have CCed him

Cheers,

-- 
Julien Grall



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

* Re: [PATCH] MAINTAINERS: add me as an additional stubdom maintainer
  2025-07-12 10:44   ` Julien Grall
@ 2025-07-12 11:34     ` Samuel Thibault
  0 siblings, 0 replies; 4+ messages in thread
From: Samuel Thibault @ 2025-07-12 11:34 UTC (permalink / raw)
  To: Julien Grall
  Cc: Stefano Stabellini, Juergen Gross, xen-devel, Andrew Cooper,
	Anthony PERARD, Michal Orzel, Jan Beulich, Roger Pau Monné

Julien Grall, le sam. 12 juil. 2025 11:44:02 +0100, a ecrit:
> On 01/07/2025 20:38, Stefano Stabellini wrote:
> > On Tue, 1 Jul 2025, Juergen Gross wrote:
> > > I've been the main contributor to the stubdom framework for several
> > > years now.
> > > 
> > > Add me as a maintainer.
> > > 
> > > Signed-off-by: Juergen Gross <jgross@suse.com>
> > 
> > Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> 
> I think for this one we also need an Ack from Samuel. So I have CCed him

Yes, please. As my reviewing latency shows, I don't have enough
bandwidth (and I have not been actually really working on stubdom since
2008...)

Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

Samuel


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

end of thread, other threads:[~2025-07-12 11:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01  6:22 [PATCH] MAINTAINERS: add me as an additional stubdom maintainer Juergen Gross
2025-07-01 19:38 ` Stefano Stabellini
2025-07-12 10:44   ` Julien Grall
2025-07-12 11:34     ` Samuel Thibault

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.