forked from openbmc/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMAINTAINERS
224 lines (177 loc) · 7.82 KB
/
MAINTAINERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
List of maintainers for OpenBMC
===============================
How to use this list:
Find the most specific section entry (described below) that matches where
your change lives and add the reviewers (R) and maintainers (M) as
reviewers. You can use the same method to track down who knows a particular
code base best.
Your change/query may span multiple entries; that is okay.
If you do not find an entry that describes your request at all, someone
forgot to update this list; please at least file an issue or send an email
to a maintainer, but preferably you should just update this document.
Description of section entries:
Section entries are structured according to the following scheme:
@REPO_NAME://FILE_PATH
X: NAME <EMAIL_USERNAME@DOMAIN> <IRC_USERNAME!>
X: ...
.
.
.
Where REPO_NAME is the name of the repository within the OpenBMC github
organization; FILE_PATH is a file path within the repository, possibly with
wildcards; X is a tag of one of the following types:
M: Denotes maintainer; has fields NAME <EMAIL_USERNAME@DOMAIN> <IRC_USERNAME!>;
if ommitted from an entry, assume one of the maintainers from the
MAINTAINERS entry.
R: Denotes reviewer; has fields NAME <EMAIL_USERNAME@DOMAIN> <IRC_USERNAME!>;
these people are to be added as reviewers for a change matching the repo
path.
F: Denotes forked from external repository; has fields URL.
Line comments are to be denoted "# SOME COMMENT" (typical shell style
comment); it is important to follow the correct syntax and semantics as we
may want to use automated tools with this file in the future.
The first section is special; it denotes the MAINTAINERS who have the
privilege to approve something to be added to a OpenBMC repository. A change
will cannot be added to an OpenBMC repository without a MAINTAINER's
approval; thus, a MAINTAINER should always be listed as a reviewer.
START OF MAINTAINERS LIST
-------------------------
# As mentioned above, this is a special entry that denotes the MAINTAINER for
# all repositories that do not list one explicitly; you need one of these people
# to approve your change (currently that is a +2 in gerrit for all this entry
# applies to).
MAINTAINERS
M: Patrick Williams <[email protected]> <stwcx!>
M: Brad Bishop <[email protected]> <radsquirrel!>
@btbridge://*
R: Cyril Bur <[email protected]>
R: Joel Stanley <[email protected]> <shenki!>
@docs://*
R: Adriana Kobylak <[email protected]> <anoo!>
R: Andrew Jeffery <[email protected]> <amboar!>
@inarp://*
M: Jeremy Kerr <[email protected]> <jk!>
R: Joel Stanley <[email protected]> <shenki!>
@ipmi-fru-parser://*
@ipmitool://*
F: https://sourceforge.net/p/ipmitool/source/ci/master/tree/
M: Jeremy Kerr <[email protected]> <jk!>
M: # TODO: Did not see a clear candidate for who should be the backup
R: Jeremy Kerr <[email protected]> <jk!>
# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
# "git send-email"
# TO: Joel Stanley <[email protected]>
# and
# CC: <[email protected]>
@linux://*
F: https://github.com/torvalds/linux
M: Joel Stanley <[email protected]> <shenki!>
R: Andrew Jeffery <[email protected]> <amboar!>
R: Cédric Le Goater <[email protected]> <cdrx!>
# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
# @openbmc and is synced by the maintainer using git-subtree. Please submit
# changes aginst @openbmc.
@meta-aspeed://*
# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
# @openbmc and is synced by the maintainer using git-subtree. Please submit
# changes aginst @openbmc.
@meta-openpower://*
# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
# @openbmc and is synced by the maintainer using git-subtree. Please submit
# changes aginst @openbmc.
@meta-phosphor://*
@obmc-console://*
R: Jeremy Kerr <[email protected]> <jk!>
R: Joel Stanley <[email protected]> <shenki!>
@openbmc-build-scripts://*
R: Joel Stanley <[email protected]> <shenki!>
R: Andrew Geissler <[email protected]> <andrewg!>
@openbmc-test-automation://*
R: George Keishing <[email protected]> # TODO: MISSING IRC HANDLE
R: Rahul Maheshwari <[email protected]> # TODO: MISSING IRC HANDLE
@openbmc://*
R: Brad Bishop <[email protected]> <radsquirrel!>
R: Patrick Williams <[email protected]> <stwcx!>
@openpower-host-ipmi-oem://*
R: Tom Joseph <[email protected]> <tomjose!>
R: William Li (Nan Li, 李楠) <[email protected]> <williamNanLi!>
@openpower-inventory-upload://*
R: Brad Bishop <[email protected]> <radsquirrel!>
R: Patrick Williams <[email protected]> <stwcx!>
@phosphor-dbus-interfaces://*
R: Patrick Williams <[email protected]> <stwcx!>
R: Brad Bishop <[email protected]> <radsquirrel!>
@phosphor-event://*
R: Adriana Kobylak <[email protected]> <anoo!>
R: Andrew Geissler <[email protected]> <andrewg!>
@phosphor-host-ipmid://*
R: Chris Austen <[email protected]> <causten!>
R: Adriana Kobylak <[email protected]> <anoo!>
R: Tom Joseph <[email protected]> <tomjose!>
R: William Li (Nan Li, 李楠) <[email protected]> # TODO: MISSING IRC HANDLE (william?)
@phosphor-hwmon://*
R: Patrick Williams <[email protected]> <stwcx!>
R: Brad Bishop <[email protected]> <radsquirrel!>
@phosphor-inventory-manager://*
R: Brad Bishop <[email protected]> <radsquirrel!>
R: Patrick Williams <[email protected]> <stwcx!>
@phosphor-led-manager://*
R: Vishwanatha Subbanna <[email protected]> <vishwa!>
R: Patrick Williams <[email protected]> <stwcx!>
@phosphor-logging://*
R: Adriana Kobylak <[email protected]> <anoo!>
R: Andrew Geissler <[email protected]> <andrewg!>
@phosphor-mrw-tools://*
R: Matt Spinler <[email protected]> <mspinler!>
R: Patrick Williams <[email protected]> <stwcx!>
@phosphor-net-ipmid://*
R: Tom Joseph <[email protected]> <tomjose!>
R: Patrick Williams <[email protected]> <stwcx!>
@phosphor-networkd://*
R: Ratan Gupta <[email protected]> # TODO: MISSING IRC HANDLE
R: Adriana Kobylak <[email protected]> <anoo!>
@phosphor-objmgr://*
R: Brad Bishop <[email protected]> <radsquirrel!>
R: Patrick Williams <[email protected]> <stwcx!>
@phosphor-rest-server://*
R: Brad Bishop <[email protected]> <radsquirrel!>
R: Patrick Williams <[email protected]> <stwcx!>
@phosphor-settingsd://*
R: Adriana Kobylak <[email protected]> <anoo!>
R: Vishwanatha Subbanna <[email protected]> <vishwa!>
@phosphor-time-manager://*
R: Vishwanatha Subbanna <[email protected]> <vishwa!>
R: Patrick Williams <[email protected]> <stwcx!>
@pyphosphor://*
R: Brad Bishop <[email protected]> <radsquirrel!>
R: Patrick Williams <[email protected]> <stwcx!>
# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
# "git send-email"
# TO: Joel Stanley <[email protected]>
# and
# CC: <[email protected]>
@qemu://*
F: https://github.com/qemu/qemu
M: Andrew Jeffery <[email protected]> <amboar!>
M: Cédric Le Goater <[email protected]> <cdrx!>
R: Cédric Le Goater <[email protected]> <cdrx!>
R: Andrew Jeffery <[email protected]> <amboar!>
@rest-dbus://*
R: Brad Bishop <[email protected]> <radsquirrel!>
R: Jeremy Kerr <[email protected]> <jk!>
@sdbusplus://*
R: Patrick Williams <[email protected]> <stwcx!>
R: Brad Bishop <[email protected]> <radsquirrel!>
@skeleton://*
R: Brad Bishop <[email protected]> <radsquirrel!>
R: Patrick Williams <[email protected]> <stwcx!>
R: Xo Wang <[email protected]> <ghf!>
# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
# "git send-email"
# TO: Joel Stanley <[email protected]>
# and
# CC: <[email protected]>
@u-boot://*
F: https://github.com/u-boot/u-boot
M: Joel Stanley <[email protected]> <shenki!>
M: Cédric Le Goater <[email protected]> <cdrx!>