summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
blob: fcc90e16f30e7ed5f357bf705af55f56d42c13dc (plain)
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
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 omitted 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 an 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 an 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:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

@btbridge://*
R:  Cyril Bur <cyril.bur@au1.ibm.com>
R:  Joel Stanley <joel@jms.id.au> <shenki!>

@docs://*
M:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
M:  Gunnar Mills <gmills@us.ibm.com> <gmills!>
R:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>
R:  Andrew Jeffery <andrew@aj.id.au> <amboar!>

@inarp://*
M:  Jeremy Kerr <jk@ozlabs.org> <jk!>
R:  Joel Stanley <joel@jms.id.au> <shenki!>

@ipmi-fru-parser://*
M:  Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
M:  Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
M:  Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>

@ipmitool://*
F:  https://sourceforge.net/p/ipmitool/source/ci/master/tree/
M:  Jeremy Kerr <jk@ozlabs.org> <jk!>
M:  # TODO: Did not see a clear candidate for who should be the backup
R:  Jeremy Kerr <jk@ozlabs.org> <jk!>
# FOR CHANGES TO THE OPENBMC BRANCH:
M:  Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
M:  Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
M:  Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>

# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
# "git send-email"
# TO: Joel Stanley <joel@jms.id.au>
# and
# CC: <openbmc@lists.ozlabs.org>
@linux://*
F:  https://github.com/torvalds/linux
M:  Joel Stanley <joel@jms.id.au> <shenki!>
R:  Andrew Jeffery <andrew@aj.id.au> <amboar!>
R:  Cédric Le Goater <clg@kaod.org> <cdrx!>

# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
# "git send-email"
# TO: Andrew Jeffery <andrew@aj.id.au>, Suraj Jitindar Singh <sjitindarsingh@gmail.com>
# and
# CC: <openbmc@lists.ozlabs.org>, <skiboot@lists.ozlabs.org>
@mboxbridge://*
M:  Andrew Jeffery <andrew@aj.id.au> <amboar!>
R:  Suraj Jitindar Singh <sjitindarsingh@gmail.com>

# 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 against @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 against @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 against @openbmc.
@meta-phosphor://*

@obmc-console://*
R:  Jeremy Kerr <jk@ozlabs.org> <jk!>
R:  Joel Stanley <joel@jms.id.au> <shenki!>

@openbmc-build-scripts://*
R:  Joel Stanley <joel@jms.id.au> <shenki!>
R:  Andrew Geissler <andrewg@us.ibm.com> <andrewg!>

@openbmc-test-automation://*
M:  George Keishing <gkeishin@in.ibm.com> <gkeishin!>
R:  Michael Walsh <micwalsh@us.ibm.com> # TODO: MISSING IRC HANDLE

@openbmc://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

@openbmc://meta-evb/meta-evb-raspberrypi/*
R:  Yi TZ Li <shliyi@cn.ibm.com> # TODO: MISSING IRC HANDLE

@openbmc://meta-evb/meta-evb-aspeed/meta-evb-ast2500/*
R:  Joel Stanley <joel@jms.id.au> <shenki!>

@openbmc://meta-x86/meta-mellanox/meta-msn/*
R:  Mykola Kostenok <c_mykolak@mellanox.com> # TODO: MISSING IRC HANDLE

@openbmc://meta-x86/meta-quanta/meta-q71l/*
R:  Patrick Venture <venture@google.com> <venture!>

@openbmc://meta-openpower/meta-ingrasys/meta-zaius/*
R:  Robert Lippert <rlippert@google.com> <rlippert!>

@openbmc://meta-openpower/meta-ibm/meta-firestone/*
R:  Lei YU <mine260309@gmail.com> # TODO: MISSING IRC HANDLE

@openbmc://meta-openpower/meta-ibm/meta-romulus/*
R:  Lei YU <mine260309@gmail.com> # TODO: MISSING IRC HANDLE

@openbmc://meta-openpower/meta-ibm/meta-witherspoon/*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
R:  Andrew Geissler <andrewg@us.ibm.com> <andrewg!>

@openpower-host-ipmi-oem://*
M:  Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
R:  William Li (Nan Li, 李楠) <william.bjlinan@hotmail.com> <williamNanLi!>

@openpower-inventory-upload://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

@openpower-pnor-code-mgmt://*
M:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>
M:  Gunnar Mills <gmills@us.ibm.com> <gmills!>
R:  Michael Tritz <mtritz@us.ibm.com> <mtritz!>

@phosphor-bmc-code-mgmt://*
M:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>
M:  Gunnar Mills <gmills@us.ibm.com> <gmills!>
R:  Michael Tritz <mtritz@us.ibm.com> <mtritz!>

@phosphor-dbus-interfaces://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

@phosphor-event://*
R:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>
R:  Andrew Geissler <andrewg@us.ibm.com> <andrewg!>

@phosphor-host-ipmid://*
M:  Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
M:  Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
M:  Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
R:  Chris Austen <austenc@us.ibm.com> <causten!>
R:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>
R:  William Li (Nan Li, 李楠) <william.bjlinan@hotmail.com> # TODO: MISSING IRC HANDLE (william?)

@phosphor-hwmon://*
M:  Patrick Venture <venture@google.com> <venture!>
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

@phosphor-inventory-manager://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

@phosphor-led-manager://*
R:  Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>

@phosphor-logging://*
R:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>
R:  Andrew Geissler <andrewg@us.ibm.com> <andrewg!>

@phosphor-mboxd://*
M:  Andrew Jeffery <andrew@aj.id.au> <amboar!>
R:  Suraj Jitindar Singh <sjitindarsingh@gmail.com>
R:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>
R:  Deepak Kodihalli <dkodihal@in.ibm.com> <dkodihal!>

@phosphor-mrw-tools://*
R:  Matt Spinler <mspinler@linux.vnet.ibm.com> <mspinler!>

@phosphor-net-ipmid://*
M:  Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
M:  Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
M:  Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>

@phosphor-networkd://*
R:  Ratan Gupta <ratagupt@linux.vnet.ibm.com> # TODO: MISSING IRC HANDLE
R:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>

@phosphor-objmgr://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

@phosphor-rest-server://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

@phosphor-settingsd://*
R:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>
R:  Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>

@phosphor-time-manager://*
R:  Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>

@pyphosphor://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>

# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
# "git send-email"
# TO: Andrew Jeffery <andrew@aj.id.au>, Cédric Le Goater <clg@kaod.org>
# and
# CC: <openbmc@lists.ozlabs.org>
@qemu://*
F:  https://github.com/qemu/qemu
M:  Andrew Jeffery <andrew@aj.id.au> <amboar!>
M:  Cédric Le Goater <clg@kaod.org> <cdrx!>
R:  Cédric Le Goater <clg@kaod.org> <cdrx!>
R:  Andrew Jeffery <andrew@aj.id.au> <amboar!>

@rest-dbus://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
R:  Jeremy Kerr <jk@ozlabs.org> <jk!>

@sdbusplus://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
R:  Adriana Kobylak <anoo@us.ibm.com> <anoo!>

@skeleton://*
R:  Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
R:  Xo Wang <xow@google.com> <ghf!>

# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
# "git send-email"
# TO: Joel Stanley <joel@jms.id.au>
# and
# CC: <openbmc@lists.ozlabs.org>
@u-boot://*
F:  https://github.com/u-boot/u-boot
M:  Joel Stanley <joel@jms.id.au> <shenki!>
M:  Cédric Le Goater <clg@kaod.org> <cdrx!>
OpenPOWER on IntegriCloud