* [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section
@ 2025-05-20 23:32 Christopher Clark
2025-05-20 23:32 ` [PATCH 2/2] MAINTAINERS: add Daniel P. Smith as an Argo maintainer Christopher Clark
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Christopher Clark @ 2025-05-20 23:32 UTC (permalink / raw)
To: xen-devel
Cc: Andrew Cooper, Daniel Smith, Rich Persaud, Anthony PERARD,
Michal Orzel, Jan Beulich, Julien Grall, Roger Pau Monné,
Stefano Stabellini
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c11b82eca9..e7198363c5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -226,6 +226,7 @@ S: Maintained
F: xen/include/public/argo.h
F: xen/include/xen/argo.h
F: xen/common/argo.c
+F: docs/designs/argo.pandoc
ARINC653 SCHEDULER
M: Nathan Studer <nathan.studer@dornerworks.com>
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH 2/2] MAINTAINERS: add Daniel P. Smith as an Argo maintainer
2025-05-20 23:32 [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section Christopher Clark
@ 2025-05-20 23:32 ` Christopher Clark
2025-05-20 23:41 ` Stefano Stabellini
2025-05-20 23:41 ` [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section Stefano Stabellini
2025-05-21 7:12 ` Jan Beulich
2 siblings, 1 reply; 6+ messages in thread
From: Christopher Clark @ 2025-05-20 23:32 UTC (permalink / raw)
To: xen-devel
Cc: Andrew Cooper, Daniel Smith, Rich Persaud, Anthony PERARD,
Michal Orzel, Jan Beulich, Julien Grall, Roger Pau Monné,
Stefano Stabellini
Daniel is a longstanding contributor to the OpenXT Project where Argo
was developed and is in active use with Xen, and to Argo itself,
involved with the design and development of Argo software.
Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index e7198363c5..c2e4f8528f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -222,6 +222,7 @@ F: tools/libacpi/
ARGO
M: Christopher Clark <christopher.w.clark@gmail.com>
+M: Daniel P. Smith <dpsmith@apertussolutions.com>
S: Maintained
F: xen/include/public/argo.h
F: xen/include/xen/argo.h
--
2.25.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: add Daniel P. Smith as an Argo maintainer
2025-05-20 23:32 ` [PATCH 2/2] MAINTAINERS: add Daniel P. Smith as an Argo maintainer Christopher Clark
@ 2025-05-20 23:41 ` Stefano Stabellini
0 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2025-05-20 23:41 UTC (permalink / raw)
To: Christopher Clark
Cc: xen-devel, Andrew Cooper, Daniel Smith, Rich Persaud,
Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
Roger Pau Monné, Stefano Stabellini
On Wed, 21 May 2025, Christopher Clark wrote:
> Daniel is a longstanding contributor to the OpenXT Project where Argo
> was developed and is in active use with Xen, and to Argo itself,
> involved with the design and development of Argo software.
>
> Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e7198363c5..c2e4f8528f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -222,6 +222,7 @@ F: tools/libacpi/
>
> ARGO
> M: Christopher Clark <christopher.w.clark@gmail.com>
> +M: Daniel P. Smith <dpsmith@apertussolutions.com>
> S: Maintained
> F: xen/include/public/argo.h
> F: xen/include/xen/argo.h
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section
2025-05-20 23:32 [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section Christopher Clark
2025-05-20 23:32 ` [PATCH 2/2] MAINTAINERS: add Daniel P. Smith as an Argo maintainer Christopher Clark
@ 2025-05-20 23:41 ` Stefano Stabellini
2025-05-21 7:12 ` Jan Beulich
2 siblings, 0 replies; 6+ messages in thread
From: Stefano Stabellini @ 2025-05-20 23:41 UTC (permalink / raw)
To: Christopher Clark
Cc: xen-devel, Andrew Cooper, Daniel Smith, Rich Persaud,
Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
Roger Pau Monné, Stefano Stabellini
On Wed, 21 May 2025, Christopher Clark wrote:
> Signed-off-by: Christopher Clark <christopher.w.clark@gmail.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c11b82eca9..e7198363c5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -226,6 +226,7 @@ S: Maintained
> F: xen/include/public/argo.h
> F: xen/include/xen/argo.h
> F: xen/common/argo.c
> +F: docs/designs/argo.pandoc
>
> ARINC653 SCHEDULER
> M: Nathan Studer <nathan.studer@dornerworks.com>
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section
2025-05-20 23:32 [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section Christopher Clark
2025-05-20 23:32 ` [PATCH 2/2] MAINTAINERS: add Daniel P. Smith as an Argo maintainer Christopher Clark
2025-05-20 23:41 ` [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section Stefano Stabellini
@ 2025-05-21 7:12 ` Jan Beulich
2025-05-21 9:29 ` Christopher Clark
2 siblings, 1 reply; 6+ messages in thread
From: Jan Beulich @ 2025-05-21 7:12 UTC (permalink / raw)
To: Christopher Clark
Cc: Andrew Cooper, Daniel Smith, Rich Persaud, Anthony PERARD,
Michal Orzel, Julien Grall, Roger Pau Monné,
Stefano Stabellini, xen-devel
On 21.05.2025 01:32, Christopher Clark wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -226,6 +226,7 @@ S: Maintained
> F: xen/include/public/argo.h
> F: xen/include/xen/argo.h
> F: xen/common/argo.c
> +F: docs/designs/argo.pandoc
The list of F: isn't alphabetically sorted here, yes, but please let's
at least not make that problem worse.
Jan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section
2025-05-21 7:12 ` Jan Beulich
@ 2025-05-21 9:29 ` Christopher Clark
0 siblings, 0 replies; 6+ messages in thread
From: Christopher Clark @ 2025-05-21 9:29 UTC (permalink / raw)
To: Jan Beulich
Cc: Andrew Cooper, Daniel Smith, Rich Persaud, Anthony PERARD,
Michal Orzel, Julien Grall, Roger Pau Monné,
Stefano Stabellini, xen-devel
[-- Attachment #1: Type: text/plain, Size: 545 bytes --]
On Wed, May 21, 2025 at 8:12 AM Jan Beulich <jbeulich@suse.com> wrote:
> On 21.05.2025 01:32, Christopher Clark wrote:
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -226,6 +226,7 @@ S: Maintained
> > F: xen/include/public/argo.h
> > F: xen/include/xen/argo.h
> > F: xen/common/argo.c
> > +F: docs/designs/argo.pandoc
>
> The list of F: isn't alphabetically sorted here, yes, but please let's
> at least not make that problem worse.
>
Apologies, thanks for the review.
Christopher
>
> Jan
>
[-- Attachment #2: Type: text/html, Size: 1131 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-05-21 9:29 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-20 23:32 [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section Christopher Clark
2025-05-20 23:32 ` [PATCH 2/2] MAINTAINERS: add Daniel P. Smith as an Argo maintainer Christopher Clark
2025-05-20 23:41 ` Stefano Stabellini
2025-05-20 23:41 ` [PATCH 1/2] MAINTAINERS: include Argo documentation in the ARGO section Stefano Stabellini
2025-05-21 7:12 ` Jan Beulich
2025-05-21 9:29 ` Christopher Clark
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.