xref: /kvm-unit-tests/MAINTAINERS (revision d974b07ae605a97ed0503273de3d1783ef726b2f)
1f1da9680SAlex BennéeKVM Unit Tests Maintainers
2f1da9680SAlex Bennée==========================
3f1da9680SAlex Bennée
4f1da9680SAlex BennéeThe intention of this file is not to establish who owns what portions of the
5f1da9680SAlex Bennéecode base, but to provide a set of names that developers can consult when they
6f1da9680SAlex Bennéehave a question about a particular subset and also to provide a set of names
7f1da9680SAlex Bennéeto be CC'd when submitting a patch to obtain appropriate review.
8f1da9680SAlex Bennée
9f1da9680SAlex BennéeIn general, if you have a question about inclusion of a patch, you
10f1da9680SAlex Bennéeshould consult the KVM mailing list <kvm@vger.kernel.org> and not any
11f1da9680SAlex Bennéespecific individual privately.
12f1da9680SAlex Bennée
13f1da9680SAlex BennéeDescriptions of section entries:
14f1da9680SAlex Bennée
15f1da9680SAlex Bennée	M: Mail patches to: FullName <address@domain>
16171d5146SJanosch Frank	R: Designated reviewer: FullName <address@domain>
17171d5146SJanosch Frank	   These reviewers should be CCed on patches.
18f1da9680SAlex Bennée	L: Mailing list that is relevant to this area
19f1da9680SAlex Bennée	W: Web-page with status/info
20f1da9680SAlex Bennée	Q: Patchwork web based patch tracking system site
21f1da9680SAlex Bennée	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
22f1da9680SAlex Bennée	S: Status, one of the following:
23f1da9680SAlex Bennée	   Supported:	Someone is actually paid to look after this.
24f1da9680SAlex Bennée	   Maintained:	Someone actually looks after it.
25f1da9680SAlex Bennée	   Odd Fixes:	It has a maintainer but they don't have time to do
26f1da9680SAlex Bennée			much other than throw the odd patch in. See below.
27f1da9680SAlex Bennée	   Orphan:	No current maintainer [but maybe you could take the
28f1da9680SAlex Bennée			role as you write your new code].
29f1da9680SAlex Bennée	   Obsolete:	Old code. Something tagged obsolete generally means
30f1da9680SAlex Bennée			it has been replaced by a better system and you
31f1da9680SAlex Bennée			should be using that.
32f1da9680SAlex Bennée	F: Files and directories with wildcard patterns.
33f1da9680SAlex Bennée	   A trailing slash includes all files and subdirectory files.
34f1da9680SAlex Bennée	   F:	drivers/net/	all files in and below drivers/net
35f1da9680SAlex Bennée	   F:	drivers/net/*	all files in drivers/net, but not below
36f1da9680SAlex Bennée	   F:	*/net/*		all files in "any top level directory"/net
37f1da9680SAlex Bennée	   One pattern per line.  Multiple F: lines acceptable.
38f1da9680SAlex Bennée	X: Files and directories that are NOT maintained, same rules as F:
39f1da9680SAlex Bennée	   Files exclusions are tested before file matches.
40f1da9680SAlex Bennée	   Can be useful for excluding a specific subdirectory, for instance:
41f1da9680SAlex Bennée	   F:	net/
42f1da9680SAlex Bennée	   X:	net/ipv6/
43f1da9680SAlex Bennée	   matches all files in and below net excluding net/ipv6/
44f1da9680SAlex Bennée	K: Keyword perl extended regex pattern to match content in a
45f1da9680SAlex Bennée	   patch or file.  For instance:
46f1da9680SAlex Bennée	   K: of_get_profile
47f1da9680SAlex Bennée	      matches patches or files that contain "of_get_profile"
48f1da9680SAlex Bennée	   K: \b(printk|pr_(info|err))\b
49f1da9680SAlex Bennée	      matches patches or files that contain one or more of the words
50f1da9680SAlex Bennée	      printk, pr_info or pr_err
51f1da9680SAlex Bennée	   One regex pattern per line.  Multiple K: lines acceptable.
52f1da9680SAlex Bennée
53f1da9680SAlex Bennée
544ba7058cSThomas HuthGeneral Project Administration
554ba7058cSThomas Huth------------------------------
564ba7058cSThomas Huth
574ba7058cSThomas HuthProject administration
58f1da9680SAlex BennéeM: Paolo Bonzini <pbonzini@redhat.com>
59956e3107SJacob XuM: Thomas Huth <thuth@redhat.com>
60110c6949SAndrew JonesM: Andrew Jones <andrew.jones@linux.dev>
61fe26131eSPaolo BonziniS: Supported
62f1da9680SAlex BennéeL: kvm@vger.kernel.org
63956e3107SJacob XuT: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git
644ba7058cSThomas HuthF: COPYRIGHT
654ba7058cSThomas HuthF: LICENSE
664ba7058cSThomas HuthF: MAINTAINERS
674ba7058cSThomas HuthF: README.md
684ba7058cSThomas Huth
694ba7058cSThomas HuthDefault mailing list
704ba7058cSThomas HuthL: kvm@vger.kernel.org
714ba7058cSThomas HuthF: *
724ba7058cSThomas HuthF: */
73f1da9680SAlex Bennée
74f1da9680SAlex BennéeArchitecture Specific Code:
75f1da9680SAlex Bennée---------------------------
76f1da9680SAlex Bennée
77f1da9680SAlex BennéeARM
78110c6949SAndrew JonesM: Andrew Jones <andrew.jones@linux.dev>
79023002d2SAndrew JonesR: Alexandru Elisei <alexandru.elisei@arm.com>
80023002d2SAndrew JonesR: Eric Auger <eric.auger@redhat.com>
81fe26131eSPaolo BonziniS: Supported
82c7970fbfSCornelia HuckL: kvmarm@lists.linux.dev
83fd872b42SJanis Schoetterl-GlauschF: arm/
84fd872b42SJanis Schoetterl-GlauschF: lib/arm/
85fd872b42SJanis Schoetterl-GlauschF: lib/arm64/
86110c6949SAndrew JonesT: https://gitlab.com/jones-drew/kvm-unit-tests.git
87f1da9680SAlex Bennée
882910e137SThomas HuthPOWERPC
892910e137SThomas HuthM: Laurent Vivier <lvivier@redhat.com>
902910e137SThomas HuthM: Thomas Huth <thuth@redhat.com>
91fe26131eSPaolo BonziniS: Maintained
92a7785b10SNicholas PigginL: linuxppc-dev@lists.ozlabs.org
93fd872b42SJanis Schoetterl-GlauschF: powerpc/
94fd872b42SJanis Schoetterl-GlauschF: lib/powerpc/
95fd872b42SJanis Schoetterl-GlauschF: lib/ppc64/
962910e137SThomas Huth
97c24a14f8SAndrew JonesRISCV
98c24a14f8SAndrew JonesM: Andrew Jones <andrew.jones@linux.dev>
99c24a14f8SAndrew JonesS: Supported
100c24a14f8SAndrew JonesL: kvm-riscv@lists.infradead.org
101c24a14f8SAndrew JonesF: riscv/
102c24a14f8SAndrew JonesF: lib/riscv/
103c24a14f8SAndrew JonesT: https://gitlab.com/jones-drew/kvm-unit-tests.git
104c24a14f8SAndrew Jones
105369e9cc4SDavid HildenbrandS390X
1062bed2c5aSThomas HuthM: Janosch Frank <frankja@linux.ibm.com>
1074b0d4f1eSJanosch FrankM: Claudio Imbrenda <imbrenda@linux.ibm.com>
108650b3987SJanosch FrankM: Nico Böhr <nrb@linux.ibm.com>
109fe26131eSPaolo BonziniS: Supported
110553d02a4SDavid HildenbrandR: David Hildenbrand <david@redhat.com>
111650b3987SJanosch FrankR: Thomas Huth <thuth@redhat.com>
1120ccace16SCornelia HuckL: linux-s390@vger.kernel.org
113fd872b42SJanis Schoetterl-GlauschF: s390x/
114fd872b42SJanis Schoetterl-GlauschF: lib/s390x/
115*d974b07aSThomas HuthF: scripts/s390x/
116369e9cc4SDavid Hildenbrand
117bfbf6f1cSRadim KrčmářX86
118f1da9680SAlex BennéeM: Paolo Bonzini <pbonzini@redhat.com>
119fe26131eSPaolo BonziniS: Supported
120fd872b42SJanis Schoetterl-GlauschF: x86/
121fd872b42SJanis Schoetterl-GlauschF: lib/x86/
122956e3107SJacob XuT: https://gitlab.com/bonzini/kvm-unit-tests.git
123