* [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer
@ 2025-10-02 23:42 Jason Andryuk
2025-10-03 8:09 ` Roger Pau Monné
2025-10-07 14:14 ` Jan Beulich
0 siblings, 2 replies; 6+ messages in thread
From: Jason Andryuk @ 2025-10-02 23:42 UTC (permalink / raw)
To: xen-devel
Cc: Jason Andryuk, Andrew Cooper, Anthony PERARD, Michal Orzel,
Jan Beulich, Julien Grall, Roger Pau Monné,
Stefano Stabellini
Split out AMD SVM and AMD IOMMU, and add myself as a reviewer. Jan,
Andrew and Roger are set as maintainers as they were for the X86 entry.
Signed-off-by: Jason Andryuk <jason.andryuk@amd.com>
---
MAINTAINERS | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 793561f63f..0139edd88b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -220,6 +220,23 @@ F: xen/drivers/acpi/
F: xen/include/acpi/
F: tools/libacpi/
+AMD SVM
+M: Jan Beulich <jbeulich@suse.com>
+M: Andrew Cooper <andrew.cooper3@citrix.com>
+M: Roger Pau Monné <roger.pau@citrix.com>
+R: Jason Andryuk <jason.andryuk@amd.com>
+S: Supported
+F: xen/arch/x86/hvm/svm/
+F: xen/arch/x86/cpu/vpmu_amd.c
+
+AMD IOMMU
+M: Jan Beulich <jbeulich@suse.com>
+M: Andrew Cooper <andrew.cooper3@citrix.com>
+M: Roger Pau Monné <roger.pau@citrix.com>
+R: Jason Andryuk <jason.andryuk@amd.com>
+S: Supported
+F: xen/drivers/passthrough/amd/
+
ARGO
M: Christopher Clark <christopher.w.clark@gmail.com>
R: Daniel P. Smith <dpsmith@apertussolutions.com>
@@ -601,7 +618,8 @@ M: Roger Pau Monné <roger.pau@citrix.com>
S: Supported
L: xen-devel@lists.xenproject.org
F: xen/arch/x86/
-F: xen/drivers/passthrough/amd/
+X: xen/arch/x86/hvm/svm/
+X: xen/arch/x86/cpu/vpmu_amd.c
F: xen/drivers/passthrough/vtd/
F: xen/include/public/arch-x86/
F: xen/include/xen/lib/x86/
--
2.51.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer
2025-10-02 23:42 [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer Jason Andryuk
@ 2025-10-03 8:09 ` Roger Pau Monné
2025-10-03 9:20 ` Anthony PERARD
2025-10-07 14:14 ` Jan Beulich
1 sibling, 1 reply; 6+ messages in thread
From: Roger Pau Monné @ 2025-10-03 8:09 UTC (permalink / raw)
To: Jason Andryuk
Cc: xen-devel, Andrew Cooper, Anthony PERARD, Michal Orzel,
Jan Beulich, Julien Grall, Stefano Stabellini
On Thu, Oct 02, 2025 at 07:42:38PM -0400, Jason Andryuk wrote:
> Split out AMD SVM and AMD IOMMU, and add myself as a reviewer. Jan,
> Andrew and Roger are set as maintainers as they were for the X86 entry.
>
> Signed-off-by: Jason Andryuk <jason.andryuk@amd.com>
Thanks for adding yourself!
I have on question below about the mechanics of MAINTAINERS parsing
(but no objection at all with you becoming a reviewer).
> ---
> MAINTAINERS | 20 +++++++++++++++++++-
> 1 file changed, 19 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 793561f63f..0139edd88b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -220,6 +220,23 @@ F: xen/drivers/acpi/
> F: xen/include/acpi/
> F: tools/libacpi/
>
> +AMD SVM
> +M: Jan Beulich <jbeulich@suse.com>
> +M: Andrew Cooper <andrew.cooper3@citrix.com>
> +M: Roger Pau Monné <roger.pau@citrix.com>
> +R: Jason Andryuk <jason.andryuk@amd.com>
> +S: Supported
> +F: xen/arch/x86/hvm/svm/
> +F: xen/arch/x86/cpu/vpmu_amd.c
> +
> +AMD IOMMU
> +M: Jan Beulich <jbeulich@suse.com>
> +M: Andrew Cooper <andrew.cooper3@citrix.com>
> +M: Roger Pau Monné <roger.pau@citrix.com>
> +R: Jason Andryuk <jason.andryuk@amd.com>
> +S: Supported
> +F: xen/drivers/passthrough/amd/
> +
> ARGO
> M: Christopher Clark <christopher.w.clark@gmail.com>
> R: Daniel P. Smith <dpsmith@apertussolutions.com>
> @@ -601,7 +618,8 @@ M: Roger Pau Monné <roger.pau@citrix.com>
> S: Supported
> L: xen-devel@lists.xenproject.org
> F: xen/arch/x86/
> -F: xen/drivers/passthrough/amd/
> +X: xen/arch/x86/hvm/svm/
> +X: xen/arch/x86/cpu/vpmu_amd.c
Would it be possible to not exclude the SVM related code here, and
avoid having to duplicate the x86 maintainers on the AMD entries?
Or the parsing of the file doesn't deal with multiple entries possibly
covering the same files?
Thanks, Roger.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer
2025-10-03 8:09 ` Roger Pau Monné
@ 2025-10-03 9:20 ` Anthony PERARD
2025-10-07 23:49 ` Jason Andryuk
0 siblings, 1 reply; 6+ messages in thread
From: Anthony PERARD @ 2025-10-03 9:20 UTC (permalink / raw)
To: Roger Pau Monné
Cc: Jason Andryuk, xen-devel, Andrew Cooper, Anthony PERARD,
Michal Orzel, Jan Beulich, Julien Grall, Stefano Stabellini
On Fri, Oct 03, 2025 at 10:09:31AM +0200, Roger Pau Monné wrote:
> On Thu, Oct 02, 2025 at 07:42:38PM -0400, Jason Andryuk wrote:
> > @@ -601,7 +618,8 @@ M: Roger Pau Monné <roger.pau@citrix.com>
> > S: Supported
> > L: xen-devel@lists.xenproject.org
> > F: xen/arch/x86/
> > -F: xen/drivers/passthrough/amd/
> > +X: xen/arch/x86/hvm/svm/
> > +X: xen/arch/x86/cpu/vpmu_amd.c
>
> Would it be possible to not exclude the SVM related code here, and
> avoid having to duplicate the x86 maintainers on the AMD entries?
>
> Or the parsing of the file doesn't deal with multiple entries possibly
> covering the same files?
./get_maintainer.pl can deal with a file been covered by multiple
entries, there's multiple example of that already, (e.g. many subsection
are also covered by TOOLSTACK).
The exclusion is likely unnecessary, and ./get_maintainer.pl will just
get the information (email, ...) from every sections that a file match.
But the duplication is necessary due to the "The meaning of nesting"
described in the MAINTAINERS file.
Cheers,
--
Anthony PERARD
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer
2025-10-02 23:42 [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer Jason Andryuk
2025-10-03 8:09 ` Roger Pau Monné
@ 2025-10-07 14:14 ` Jan Beulich
1 sibling, 0 replies; 6+ messages in thread
From: Jan Beulich @ 2025-10-07 14:14 UTC (permalink / raw)
To: Jason Andryuk
Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Julien Grall,
Roger Pau Monné, Stefano Stabellini, xen-devel
On 03.10.2025 01:42, Jason Andryuk wrote:
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -220,6 +220,23 @@ F: xen/drivers/acpi/
> F: xen/include/acpi/
> F: tools/libacpi/
>
> +AMD SVM
> +M: Jan Beulich <jbeulich@suse.com>
> +M: Andrew Cooper <andrew.cooper3@citrix.com>
> +M: Roger Pau Monné <roger.pau@citrix.com>
> +R: Jason Andryuk <jason.andryuk@amd.com>
> +S: Supported
> +F: xen/arch/x86/hvm/svm/
> +F: xen/arch/x86/cpu/vpmu_amd.c
> +
> +AMD IOMMU
> +M: Jan Beulich <jbeulich@suse.com>
> +M: Andrew Cooper <andrew.cooper3@citrix.com>
> +M: Roger Pau Monné <roger.pau@citrix.com>
> +R: Jason Andryuk <jason.andryuk@amd.com>
> +S: Supported
> +F: xen/drivers/passthrough/amd/
Nit: These are the wrong way round, violating alphabetical sorting.
Jan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer
2025-10-03 9:20 ` Anthony PERARD
@ 2025-10-07 23:49 ` Jason Andryuk
2025-10-08 7:23 ` Roger Pau Monné
0 siblings, 1 reply; 6+ messages in thread
From: Jason Andryuk @ 2025-10-07 23:49 UTC (permalink / raw)
To: Anthony PERARD, Roger Pau Monné
Cc: xen-devel, Andrew Cooper, Anthony PERARD, Michal Orzel,
Jan Beulich, Julien Grall, Stefano Stabellini
On 2025-10-03 05:20, Anthony PERARD wrote:
> On Fri, Oct 03, 2025 at 10:09:31AM +0200, Roger Pau Monné wrote:
>> On Thu, Oct 02, 2025 at 07:42:38PM -0400, Jason Andryuk wrote:
>>> @@ -601,7 +618,8 @@ M: Roger Pau Monné <roger.pau@citrix.com>
>>> S: Supported
>>> L: xen-devel@lists.xenproject.org
>>> F: xen/arch/x86/
>>> -F: xen/drivers/passthrough/amd/
>>> +X: xen/arch/x86/hvm/svm/
>>> +X: xen/arch/x86/cpu/vpmu_amd.c
>>
>> Would it be possible to not exclude the SVM related code here, and
>> avoid having to duplicate the x86 maintainers on the AMD entries?
>>
>> Or the parsing of the file doesn't deal with multiple entries possibly
>> covering the same files?
>
> ./get_maintainer.pl can deal with a file been covered by multiple
> entries, there's multiple example of that already, (e.g. many subsection
> are also covered by TOOLSTACK).
>
> The exclusion is likely unnecessary, and ./get_maintainer.pl will just
> get the information (email, ...) from every sections that a file match.
> But the duplication is necessary due to the "The meaning of nesting"
> described in the MAINTAINERS file.
Roger, are you okay with this approach?
I considered adding myself to the top level X86 entry but it covers so
much. I mainly care about one cpu vendor ;) and I'm not interested in
PV or shadow. So I went with adding myself to the specific subset.
Regards,
Jason
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer
2025-10-07 23:49 ` Jason Andryuk
@ 2025-10-08 7:23 ` Roger Pau Monné
0 siblings, 0 replies; 6+ messages in thread
From: Roger Pau Monné @ 2025-10-08 7:23 UTC (permalink / raw)
To: Jason Andryuk
Cc: Anthony PERARD, xen-devel, Andrew Cooper, Anthony PERARD,
Michal Orzel, Jan Beulich, Julien Grall, Stefano Stabellini
On Tue, Oct 07, 2025 at 07:49:37PM -0400, Jason Andryuk wrote:
> On 2025-10-03 05:20, Anthony PERARD wrote:
> > On Fri, Oct 03, 2025 at 10:09:31AM +0200, Roger Pau Monné wrote:
> > > On Thu, Oct 02, 2025 at 07:42:38PM -0400, Jason Andryuk wrote:
> > > > @@ -601,7 +618,8 @@ M: Roger Pau Monné <roger.pau@citrix.com>
> > > > S: Supported
> > > > L: xen-devel@lists.xenproject.org
> > > > F: xen/arch/x86/
> > > > -F: xen/drivers/passthrough/amd/
> > > > +X: xen/arch/x86/hvm/svm/
> > > > +X: xen/arch/x86/cpu/vpmu_amd.c
> > >
> > > Would it be possible to not exclude the SVM related code here, and
> > > avoid having to duplicate the x86 maintainers on the AMD entries?
> > >
> > > Or the parsing of the file doesn't deal with multiple entries possibly
> > > covering the same files?
> >
> > ./get_maintainer.pl can deal with a file been covered by multiple
> > entries, there's multiple example of that already, (e.g. many subsection
> > are also covered by TOOLSTACK).
> >
> > The exclusion is likely unnecessary, and ./get_maintainer.pl will just
> > get the information (email, ...) from every sections that a file match.
> > But the duplication is necessary due to the "The meaning of nesting"
> > described in the MAINTAINERS file.
>
> Roger, are you okay with this approach?
>
> I considered adding myself to the top level X86 entry but it covers so much.
> I mainly care about one cpu vendor ;) and I'm not interested in PV or
> shadow. So I went with adding myself to the specific subset.
Indeed. Jan reported a sorting issue, you can add my:
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
To the correctly sorted patch.
Thanks, Roger.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-10-08 7:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-02 23:42 [PATCH] MAINTAINERS: Add myself as an AMD SVM & IOMMU reviewer Jason Andryuk
2025-10-03 8:09 ` Roger Pau Monné
2025-10-03 9:20 ` Anthony PERARD
2025-10-07 23:49 ` Jason Andryuk
2025-10-08 7:23 ` Roger Pau Monné
2025-10-07 14:14 ` Jan Beulich
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.