blob: dd14e74849f44d52010c98aad8176c59c9afa050 [file] [log] [blame]
Brendan Higgins124203d2016-10-31 18:44:58 -07001List of maintainers for OpenBMC
2===============================
3
4How to use this list:
5 Find the most specific section entry (described below) that matches where
6 your change lives and add the reviewers (R) and maintainers (M) as
7 reviewers. You can use the same method to track down who knows a particular
8 code base best.
9
10 Your change/query may span multiple entries; that is okay.
11
12 If you do not find an entry that describes your request at all, someone
13 forgot to update this list; please at least file an issue or send an email
14 to a maintainer, but preferably you should just update this document.
15
16Description of section entries:
17
18 Section entries are structured according to the following scheme:
19
20 @REPO_NAME://FILE_PATH
21 X: NAME <EMAIL_USERNAME@DOMAIN> <IRC_USERNAME!>
22 X: ...
23 .
24 .
25 .
26
Gunnar Millsef1e9942017-04-08 11:51:41 -050027 Where REPO_NAME is the name of the repository within the OpenBMC GitHub
Brendan Higgins124203d2016-10-31 18:44:58 -070028 organization; FILE_PATH is a file path within the repository, possibly with
29 wildcards; X is a tag of one of the following types:
30
31 M: Denotes maintainer; has fields NAME <EMAIL_USERNAME@DOMAIN> <IRC_USERNAME!>;
Gunnar Millsef1e9942017-04-08 11:51:41 -050032 if omitted from an entry, assume one of the maintainers from the
Brendan Higgins124203d2016-10-31 18:44:58 -070033 MAINTAINERS entry.
34 R: Denotes reviewer; has fields NAME <EMAIL_USERNAME@DOMAIN> <IRC_USERNAME!>;
35 these people are to be added as reviewers for a change matching the repo
36 path.
Gunnar Millsef1e9942017-04-08 11:51:41 -050037 F: Denotes forked from an external repository; has fields URL.
Brendan Higgins124203d2016-10-31 18:44:58 -070038
39 Line comments are to be denoted "# SOME COMMENT" (typical shell style
40 comment); it is important to follow the correct syntax and semantics as we
41 may want to use automated tools with this file in the future.
42
43 The first section is special; it denotes the MAINTAINERS who have the
Gunnar Millsef1e9942017-04-08 11:51:41 -050044 privilege to approve something to be added to an OpenBMC repository. A change
Brendan Higgins124203d2016-10-31 18:44:58 -070045 will cannot be added to an OpenBMC repository without a MAINTAINER's
46 approval; thus, a MAINTAINER should always be listed as a reviewer.
47
48START OF MAINTAINERS LIST
49-------------------------
50
51# As mentioned above, this is a special entry that denotes the MAINTAINER for
52# all repositories that do not list one explicitly; you need one of these people
Gunnar Millsef1e9942017-04-08 11:51:41 -050053# to approve your change (currently that is a +2 in Gerrit for all this entry
Brendan Higgins124203d2016-10-31 18:44:58 -070054# applies to).
55MAINTAINERS
Brendan Higgins124203d2016-10-31 18:44:58 -070056M: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
57
58@btbridge://*
59R: Cyril Bur <cyril.bur@au1.ibm.com>
60R: Joel Stanley <joel@jms.id.au> <shenki!>
61
62@docs://*
63R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
64R: Andrew Jeffery <andrew@aj.id.au> <amboar!>
65
66@inarp://*
67M: Jeremy Kerr <jk@ozlabs.org> <jk!>
68R: Joel Stanley <joel@jms.id.au> <shenki!>
69
70@ipmi-fru-parser://*
Emily Shafferfa258d82017-12-27 10:18:08 -080071M: Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
72M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
73M: Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
Brendan Higgins124203d2016-10-31 18:44:58 -070074
75@ipmitool://*
76F: https://sourceforge.net/p/ipmitool/source/ci/master/tree/
77M: Jeremy Kerr <jk@ozlabs.org> <jk!>
78M: # TODO: Did not see a clear candidate for who should be the backup
79R: Jeremy Kerr <jk@ozlabs.org> <jk!>
Emily Shafferfa258d82017-12-27 10:18:08 -080080# FOR CHANGES TO THE OPENBMC BRANCH:
81M: Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
82M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
83M: Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
Brendan Higgins124203d2016-10-31 18:44:58 -070084
85# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
86# "git send-email"
87# TO: Joel Stanley <joel@jms.id.au>
88# and
89# CC: <openbmc@lists.ozlabs.org>
90@linux://*
91F: https://github.com/torvalds/linux
92M: Joel Stanley <joel@jms.id.au> <shenki!>
93R: Andrew Jeffery <andrew@aj.id.au> <amboar!>
94R: Cédric Le Goater <clg@kaod.org> <cdrx!>
95
96# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
97# @openbmc and is synced by the maintainer using git-subtree. Please submit
Gunnar Mills861ec752017-10-25 14:50:52 -050098# changes against @openbmc.
Brendan Higgins124203d2016-10-31 18:44:58 -070099@meta-aspeed://*
100
101# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
102# @openbmc and is synced by the maintainer using git-subtree. Please submit
Gunnar Mills861ec752017-10-25 14:50:52 -0500103# changes against @openbmc.
Brendan Higgins124203d2016-10-31 18:44:58 -0700104@meta-openpower://*
105
106# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
107# @openbmc and is synced by the maintainer using git-subtree. Please submit
Gunnar Mills861ec752017-10-25 14:50:52 -0500108# changes against @openbmc.
Brendan Higgins124203d2016-10-31 18:44:58 -0700109@meta-phosphor://*
110
111@obmc-console://*
112R: Jeremy Kerr <jk@ozlabs.org> <jk!>
113R: Joel Stanley <joel@jms.id.au> <shenki!>
114
115@openbmc-build-scripts://*
116R: Joel Stanley <joel@jms.id.au> <shenki!>
117R: Andrew Geissler <andrewg@us.ibm.com> <andrewg!>
118
119@openbmc-test-automation://*
120R: George Keishing <gkeishin@in.ibm.com> # TODO: MISSING IRC HANDLE
121R: Rahul Maheshwari <rahulmaheshwari@in.ibm.com> # TODO: MISSING IRC HANDLE
122
123@openbmc://*
124R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins38f3e202017-10-17 10:40:58 -0700125
126@openbmc://meta-evb/meta-evb-raspberrypi/*
127R: Yi TZ Li <shliyi@cn.ibm.com> # TODO: MISSING IRC HANDLE
128
129@openbmc://meta-evb/meta-evb-aspeed/meta-evb-ast2500/*
130R: Joel Stanley <joel@jms.id.au> <shenki!>
131
132@openbmc://meta-x86/meta-mellanox/meta-msn/*
133R: Mykola Kostenok <c_mykolak@mellanox.com> # TODO: MISSING IRC HANDLE
134
135@openbmc://meta-x86/meta-quanta/meta-q71l/*
136R: Patrick Venture <venture@google.com> <venture!>
137
138@openbmc://meta-openpower/meta-ingrasys/meta-zaius/*
139R: Xo Wang <xow@google.com> <GHF!>
140
141@openbmc://meta-openpower/meta-ibm/meta-firestone/*
142R: Lei YU <mine260309@gmail.com> # TODO: MISSING IRC HANDLE
143
144@openbmc://meta-openpower/meta-ibm/meta-romulus/*
145R: Lei YU <mine260309@gmail.com> # TODO: MISSING IRC HANDLE
146
147@openbmc://meta-openpower/meta-ibm/meta-witherspoon/*
148R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
149R: Andrew Geissler <andrewg@us.ibm.com> <andrewg!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700150
151@openpower-host-ipmi-oem://*
Emily Shafferfa258d82017-12-27 10:18:08 -0800152M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700153R: William Li (Nan Li, 李楠) <william.bjlinan@hotmail.com> <williamNanLi!>
154
155@openpower-inventory-upload://*
156R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700157
158@phosphor-dbus-interfaces://*
Brendan Higgins124203d2016-10-31 18:44:58 -0700159R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
160
161@phosphor-event://*
162R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
163R: Andrew Geissler <andrewg@us.ibm.com> <andrewg!>
164
165@phosphor-host-ipmid://*
Emily Shafferfa258d82017-12-27 10:18:08 -0800166M: Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
167M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
168M: Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700169R: Chris Austen <austenc@us.ibm.com> <causten!>
170R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700171R: William Li (Nan Li, 李楠) <william.bjlinan@hotmail.com> # TODO: MISSING IRC HANDLE (william?)
172
173@phosphor-hwmon://*
Brendan Higgins124203d2016-10-31 18:44:58 -0700174R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
175
176@phosphor-inventory-manager://*
177R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700178
179@phosphor-led-manager://*
180R: Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700181
182@phosphor-logging://*
183R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
184R: Andrew Geissler <andrewg@us.ibm.com> <andrewg!>
185
186@phosphor-mrw-tools://*
187R: Matt Spinler <mspinler@linux.vnet.ibm.com> <mspinler!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700188
189@phosphor-net-ipmid://*
Emily Shafferfa258d82017-12-27 10:18:08 -0800190M: Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
191M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
192M: Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700193
194@phosphor-networkd://*
195R: Ratan Gupta <ratagupt@linux.vnet.ibm.com> # TODO: MISSING IRC HANDLE
196R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
197
198@phosphor-objmgr://*
199R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700200
201@phosphor-rest-server://*
202R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700203
204@phosphor-settingsd://*
205R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
206R: Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>
207
208@phosphor-time-manager://*
209R: Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700210
211@pyphosphor://*
212R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700213
214# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
215# "git send-email"
216# TO: Joel Stanley <joel@jms.id.au>
217# and
218# CC: <openbmc@lists.ozlabs.org>
219@qemu://*
220F: https://github.com/qemu/qemu
221M: Andrew Jeffery <andrew@aj.id.au> <amboar!>
222M: Cédric Le Goater <clg@kaod.org> <cdrx!>
223R: Cédric Le Goater <clg@kaod.org> <cdrx!>
224R: Andrew Jeffery <andrew@aj.id.au> <amboar!>
225
226@rest-dbus://*
227R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
228R: Jeremy Kerr <jk@ozlabs.org> <jk!>
229
230@sdbusplus://*
Brendan Higgins124203d2016-10-31 18:44:58 -0700231R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins19cefff2017-10-11 12:54:31 -0700232R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700233
234@skeleton://*
235R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700236R: Xo Wang <xow@google.com> <ghf!>
237
238# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
239# "git send-email"
240# TO: Joel Stanley <joel@jms.id.au>
241# and
242# CC: <openbmc@lists.ozlabs.org>
243@u-boot://*
244F: https://github.com/u-boot/u-boot
245M: Joel Stanley <joel@jms.id.au> <shenki!>
246M: Cédric Le Goater <clg@kaod.org> <cdrx!>