Alex Bennée | f1da968 | 2015-07-28 09:56:55 +0100 | [diff] [blame] | 1 | KVM Unit Tests Maintainers |
| 2 | ========================== |
| 3 | |
| 4 | The intention of this file is not to establish who owns what portions of the |
| 5 | code base, but to provide a set of names that developers can consult when they |
| 6 | have a question about a particular subset and also to provide a set of names |
| 7 | to be CC'd when submitting a patch to obtain appropriate review. |
| 8 | |
| 9 | In general, if you have a question about inclusion of a patch, you |
| 10 | should consult the KVM mailing list <kvm@vger.kernel.org> and not any |
| 11 | specific individual privately. |
| 12 | |
| 13 | Descriptions of section entries: |
| 14 | |
| 15 | M: Mail patches to: FullName <address@domain> |
Janosch Frank | 171d514 | 2018-09-27 13:28:35 +0200 | [diff] [blame] | 16 | R: Designated reviewer: FullName <address@domain> |
| 17 | These reviewers should be CCed on patches. |
Alex Bennée | f1da968 | 2015-07-28 09:56:55 +0100 | [diff] [blame] | 18 | L: Mailing list that is relevant to this area |
| 19 | W: Web-page with status/info |
| 20 | Q: Patchwork web based patch tracking system site |
| 21 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. |
| 22 | S: Status, one of the following: |
| 23 | Supported: Someone is actually paid to look after this. |
| 24 | Maintained: Someone actually looks after it. |
| 25 | Odd Fixes: It has a maintainer but they don't have time to do |
| 26 | much other than throw the odd patch in. See below. |
| 27 | Orphan: No current maintainer [but maybe you could take the |
| 28 | role as you write your new code]. |
| 29 | Obsolete: Old code. Something tagged obsolete generally means |
| 30 | it has been replaced by a better system and you |
| 31 | should be using that. |
| 32 | F: Files and directories with wildcard patterns. |
| 33 | A trailing slash includes all files and subdirectory files. |
| 34 | F: drivers/net/ all files in and below drivers/net |
| 35 | F: drivers/net/* all files in drivers/net, but not below |
| 36 | F: */net/* all files in "any top level directory"/net |
| 37 | One pattern per line. Multiple F: lines acceptable. |
| 38 | X: Files and directories that are NOT maintained, same rules as F: |
| 39 | Files exclusions are tested before file matches. |
| 40 | Can be useful for excluding a specific subdirectory, for instance: |
| 41 | F: net/ |
| 42 | X: net/ipv6/ |
| 43 | matches all files in and below net excluding net/ipv6/ |
| 44 | K: Keyword perl extended regex pattern to match content in a |
| 45 | patch or file. For instance: |
| 46 | K: of_get_profile |
| 47 | matches patches or files that contain "of_get_profile" |
| 48 | K: \b(printk|pr_(info|err))\b |
| 49 | matches patches or files that contain one or more of the words |
| 50 | printk, pr_info or pr_err |
| 51 | One regex pattern per line. Multiple K: lines acceptable. |
| 52 | |
| 53 | |
Thomas Huth | 4ba7058 | 2023-04-04 14:41:23 +0200 | [diff] [blame] | 54 | General Project Administration |
| 55 | ------------------------------ |
| 56 | |
| 57 | Project administration |
Alex Bennée | f1da968 | 2015-07-28 09:56:55 +0100 | [diff] [blame] | 58 | M: Paolo Bonzini <pbonzini@redhat.com> |
Jacob Xu | 956e310 | 2021-04-21 12:16:11 -0700 | [diff] [blame] | 59 | M: Thomas Huth <thuth@redhat.com> |
Andrew Jones | 110c694 | 2022-06-20 14:47:06 +0200 | [diff] [blame] | 60 | M: Andrew Jones <andrew.jones@linux.dev> |
Paolo Bonzini | fe26131 | 2021-09-23 13:47:09 +0200 | [diff] [blame] | 61 | S: Supported |
Alex Bennée | f1da968 | 2015-07-28 09:56:55 +0100 | [diff] [blame] | 62 | L: kvm@vger.kernel.org |
Jacob Xu | 956e310 | 2021-04-21 12:16:11 -0700 | [diff] [blame] | 63 | T: https://gitlab.com/kvm-unit-tests/kvm-unit-tests.git |
Thomas Huth | 4ba7058 | 2023-04-04 14:41:23 +0200 | [diff] [blame] | 64 | F: COPYRIGHT |
| 65 | F: LICENSE |
| 66 | F: MAINTAINERS |
| 67 | F: README.md |
| 68 | |
| 69 | Default mailing list |
| 70 | L: kvm@vger.kernel.org |
| 71 | F: * |
| 72 | F: */ |
Alex Bennée | f1da968 | 2015-07-28 09:56:55 +0100 | [diff] [blame] | 73 | |
| 74 | Architecture Specific Code: |
| 75 | --------------------------- |
| 76 | |
| 77 | ARM |
Andrew Jones | 110c694 | 2022-06-20 14:47:06 +0200 | [diff] [blame] | 78 | M: Andrew Jones <andrew.jones@linux.dev> |
Andrew Jones | 023002d | 2023-07-14 14:52:58 +0200 | [diff] [blame] | 79 | R: Alexandru Elisei <alexandru.elisei@arm.com> |
| 80 | R: Eric Auger <eric.auger@redhat.com> |
Paolo Bonzini | fe26131 | 2021-09-23 13:47:09 +0200 | [diff] [blame] | 81 | S: Supported |
Cornelia Huck | c7970fb | 2022-10-25 18:07:30 +0200 | [diff] [blame] | 82 | L: kvmarm@lists.linux.dev |
Janis Schoetterl-Glausch | fd872b4 | 2021-10-05 18:00:17 +0200 | [diff] [blame] | 83 | F: arm/ |
| 84 | F: lib/arm/ |
| 85 | F: lib/arm64/ |
Andrew Jones | 110c694 | 2022-06-20 14:47:06 +0200 | [diff] [blame] | 86 | T: https://gitlab.com/jones-drew/kvm-unit-tests.git |
Alex Bennée | f1da968 | 2015-07-28 09:56:55 +0100 | [diff] [blame] | 87 | |
Thomas Huth | 2910e13 | 2016-04-22 20:12:54 +0200 | [diff] [blame] | 88 | POWERPC |
| 89 | M: Laurent Vivier <lvivier@redhat.com> |
| 90 | M: Thomas Huth <thuth@redhat.com> |
Paolo Bonzini | fe26131 | 2021-09-23 13:47:09 +0200 | [diff] [blame] | 91 | S: Maintained |
Nicholas Piggin | a7785b1 | 2023-03-27 22:45:08 +1000 | [diff] [blame] | 92 | L: linuxppc-dev@lists.ozlabs.org |
Janis Schoetterl-Glausch | fd872b4 | 2021-10-05 18:00:17 +0200 | [diff] [blame] | 93 | F: powerpc/ |
| 94 | F: lib/powerpc/ |
| 95 | F: lib/ppc64/ |
Thomas Huth | 2910e13 | 2016-04-22 20:12:54 +0200 | [diff] [blame] | 96 | |
Andrew Jones | c24a14f | 2023-10-08 11:01:05 +0200 | [diff] [blame] | 97 | RISCV |
| 98 | M: Andrew Jones <andrew.jones@linux.dev> |
| 99 | S: Supported |
| 100 | L: kvm-riscv@lists.infradead.org |
| 101 | F: riscv/ |
| 102 | F: lib/riscv/ |
| 103 | T: https://gitlab.com/jones-drew/kvm-unit-tests.git |
| 104 | |
David Hildenbrand | 369e9cc | 2017-05-22 10:57:02 +0200 | [diff] [blame] | 105 | S390X |
Thomas Huth | 2bed2c5 | 2020-02-05 11:19:35 +0100 | [diff] [blame] | 106 | M: Janosch Frank <frankja@linux.ibm.com> |
Janosch Frank | 4b0d4f1 | 2021-10-21 14:59:12 +0000 | [diff] [blame] | 107 | M: Claudio Imbrenda <imbrenda@linux.ibm.com> |
Janosch Frank | 650b398 | 2023-03-22 11:34:00 +0000 | [diff] [blame] | 108 | M: Nico Böhr <nrb@linux.ibm.com> |
Paolo Bonzini | fe26131 | 2021-09-23 13:47:09 +0200 | [diff] [blame] | 109 | S: Supported |
David Hildenbrand | 553d02a | 2021-07-21 19:51:57 +0200 | [diff] [blame] | 110 | R: David Hildenbrand <david@redhat.com> |
Janosch Frank | 650b398 | 2023-03-22 11:34:00 +0000 | [diff] [blame] | 111 | R: Thomas Huth <thuth@redhat.com> |
Cornelia Huck | 0ccace1 | 2020-03-24 13:17:22 +0100 | [diff] [blame] | 112 | L: linux-s390@vger.kernel.org |
Janis Schoetterl-Glausch | fd872b4 | 2021-10-05 18:00:17 +0200 | [diff] [blame] | 113 | F: s390x/ |
| 114 | F: lib/s390x/ |
David Hildenbrand | 369e9cc | 2017-05-22 10:57:02 +0200 | [diff] [blame] | 115 | |
Radim Krčmář | bfbf6f1 | 2016-04-25 17:58:57 +0200 | [diff] [blame] | 116 | X86 |
Alex Bennée | f1da968 | 2015-07-28 09:56:55 +0100 | [diff] [blame] | 117 | M: Paolo Bonzini <pbonzini@redhat.com> |
Paolo Bonzini | fe26131 | 2021-09-23 13:47:09 +0200 | [diff] [blame] | 118 | S: Supported |
Janis Schoetterl-Glausch | fd872b4 | 2021-10-05 18:00:17 +0200 | [diff] [blame] | 119 | F: x86/ |
| 120 | F: lib/x86/ |
Jacob Xu | 956e310 | 2021-04-21 12:16:11 -0700 | [diff] [blame] | 121 | T: https://gitlab.com/bonzini/kvm-unit-tests.git |