blob: bb6d1f48b8cf0fdc75e850e5c3a896d0a9fe108d [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://*
Gunnar Millsd2227402018-01-04 13:43:49 -060063M: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
64M: Gunnar Mills <gmills@us.ibm.com> <gmills!>
Brendan Higgins124203d2016-10-31 18:44:58 -070065R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
66R: Andrew Jeffery <andrew@aj.id.au> <amboar!>
67
68@inarp://*
69M: Jeremy Kerr <jk@ozlabs.org> <jk!>
70R: Joel Stanley <joel@jms.id.au> <shenki!>
71
72@ipmi-fru-parser://*
Emily Shafferfa258d82017-12-27 10:18:08 -080073M: Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
74M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
75M: Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
Brendan Higgins124203d2016-10-31 18:44:58 -070076
77@ipmitool://*
78F: https://sourceforge.net/p/ipmitool/source/ci/master/tree/
79M: Jeremy Kerr <jk@ozlabs.org> <jk!>
80M: # TODO: Did not see a clear candidate for who should be the backup
81R: Jeremy Kerr <jk@ozlabs.org> <jk!>
Emily Shafferfa258d82017-12-27 10:18:08 -080082# FOR CHANGES TO THE OPENBMC BRANCH:
83M: Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
84M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
85M: Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
Brendan Higgins124203d2016-10-31 18:44:58 -070086
87# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
88# "git send-email"
89# TO: Joel Stanley <joel@jms.id.au>
90# and
91# CC: <openbmc@lists.ozlabs.org>
92@linux://*
93F: https://github.com/torvalds/linux
94M: Joel Stanley <joel@jms.id.au> <shenki!>
95R: Andrew Jeffery <andrew@aj.id.au> <amboar!>
96R: Cédric Le Goater <clg@kaod.org> <cdrx!>
97
98# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
99# @openbmc and is synced by the maintainer using git-subtree. Please submit
Gunnar Mills861ec752017-10-25 14:50:52 -0500100# changes against @openbmc.
Brendan Higgins124203d2016-10-31 18:44:58 -0700101@meta-aspeed://*
102
103# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
104# @openbmc and is synced by the maintainer using git-subtree. Please submit
Gunnar Mills861ec752017-10-25 14:50:52 -0500105# changes against @openbmc.
Brendan Higgins124203d2016-10-31 18:44:58 -0700106@meta-openpower://*
107
108# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: this is a subtree in
109# @openbmc and is synced by the maintainer using git-subtree. Please submit
Gunnar Mills861ec752017-10-25 14:50:52 -0500110# changes against @openbmc.
Brendan Higgins124203d2016-10-31 18:44:58 -0700111@meta-phosphor://*
112
113@obmc-console://*
114R: Jeremy Kerr <jk@ozlabs.org> <jk!>
115R: Joel Stanley <joel@jms.id.au> <shenki!>
116
117@openbmc-build-scripts://*
118R: Joel Stanley <joel@jms.id.au> <shenki!>
119R: Andrew Geissler <andrewg@us.ibm.com> <andrewg!>
120
121@openbmc-test-automation://*
122R: George Keishing <gkeishin@in.ibm.com> # TODO: MISSING IRC HANDLE
123R: Rahul Maheshwari <rahulmaheshwari@in.ibm.com> # TODO: MISSING IRC HANDLE
124
125@openbmc://*
126R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins38f3e202017-10-17 10:40:58 -0700127
128@openbmc://meta-evb/meta-evb-raspberrypi/*
129R: Yi TZ Li <shliyi@cn.ibm.com> # TODO: MISSING IRC HANDLE
130
131@openbmc://meta-evb/meta-evb-aspeed/meta-evb-ast2500/*
132R: Joel Stanley <joel@jms.id.au> <shenki!>
133
134@openbmc://meta-x86/meta-mellanox/meta-msn/*
135R: Mykola Kostenok <c_mykolak@mellanox.com> # TODO: MISSING IRC HANDLE
136
137@openbmc://meta-x86/meta-quanta/meta-q71l/*
138R: Patrick Venture <venture@google.com> <venture!>
139
140@openbmc://meta-openpower/meta-ingrasys/meta-zaius/*
141R: Xo Wang <xow@google.com> <GHF!>
142
143@openbmc://meta-openpower/meta-ibm/meta-firestone/*
144R: Lei YU <mine260309@gmail.com> # TODO: MISSING IRC HANDLE
145
146@openbmc://meta-openpower/meta-ibm/meta-romulus/*
147R: Lei YU <mine260309@gmail.com> # TODO: MISSING IRC HANDLE
148
149@openbmc://meta-openpower/meta-ibm/meta-witherspoon/*
150R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
151R: Andrew Geissler <andrewg@us.ibm.com> <andrewg!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700152
153@openpower-host-ipmi-oem://*
Emily Shafferfa258d82017-12-27 10:18:08 -0800154M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700155R: William Li (Nan Li, 李楠) <william.bjlinan@hotmail.com> <williamNanLi!>
156
157@openpower-inventory-upload://*
158R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700159
160@phosphor-dbus-interfaces://*
Brendan Higgins124203d2016-10-31 18:44:58 -0700161R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
162
163@phosphor-event://*
164R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
165R: Andrew Geissler <andrewg@us.ibm.com> <andrewg!>
166
167@phosphor-host-ipmid://*
Emily Shafferfa258d82017-12-27 10:18:08 -0800168M: Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
169M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
170M: Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700171R: Chris Austen <austenc@us.ibm.com> <causten!>
172R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700173R: William Li (Nan Li, 李楠) <william.bjlinan@hotmail.com> # TODO: MISSING IRC HANDLE (william?)
174
175@phosphor-hwmon://*
Brendan Higgins124203d2016-10-31 18:44:58 -0700176R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
177
178@phosphor-inventory-manager://*
179R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700180
181@phosphor-led-manager://*
182R: Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700183
184@phosphor-logging://*
185R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
186R: Andrew Geissler <andrewg@us.ibm.com> <andrewg!>
187
188@phosphor-mrw-tools://*
189R: Matt Spinler <mspinler@linux.vnet.ibm.com> <mspinler!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700190
191@phosphor-net-ipmid://*
Emily Shafferfa258d82017-12-27 10:18:08 -0800192M: Vernon Mauery <vernon.mauery@linux.intel.com> <vmauery!>
193M: Tom Joseph <tomjose@linux.vnet.ibm.com> <tomjoseph!>
194M: Emily Shaffer <emilyshaffer@google.com> <emilyshaffer!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700195
196@phosphor-networkd://*
197R: Ratan Gupta <ratagupt@linux.vnet.ibm.com> # TODO: MISSING IRC HANDLE
198R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
199
200@phosphor-objmgr://*
201R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700202
203@phosphor-rest-server://*
204R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700205
206@phosphor-settingsd://*
207R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
208R: Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>
209
210@phosphor-time-manager://*
211R: Vishwanatha Subbanna <vishwanath@in.ibm.com> <vishwa!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700212
213@pyphosphor://*
214R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700215
216# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
217# "git send-email"
218# TO: Joel Stanley <joel@jms.id.au>
219# and
220# CC: <openbmc@lists.ozlabs.org>
221@qemu://*
222F: https://github.com/qemu/qemu
223M: Andrew Jeffery <andrew@aj.id.au> <amboar!>
224M: Cédric Le Goater <clg@kaod.org> <cdrx!>
225R: Cédric Le Goater <clg@kaod.org> <cdrx!>
226R: Andrew Jeffery <andrew@aj.id.au> <amboar!>
227
228@rest-dbus://*
229R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
230R: Jeremy Kerr <jk@ozlabs.org> <jk!>
231
232@sdbusplus://*
Brendan Higgins124203d2016-10-31 18:44:58 -0700233R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins19cefff2017-10-11 12:54:31 -0700234R: Adriana Kobylak <anoo@us.ibm.com> <anoo!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700235
236@skeleton://*
237R: Brad Bishop <bradleyb@fuzziesquirrel.com> <radsquirrel!>
Brendan Higgins124203d2016-10-31 18:44:58 -0700238R: Xo Wang <xow@google.com> <ghf!>
239
240# THIS REPOSITORY HAS A DIFFERENT SUBMISSION PROCESS: please send patches using
241# "git send-email"
242# TO: Joel Stanley <joel@jms.id.au>
243# and
244# CC: <openbmc@lists.ozlabs.org>
245@u-boot://*
246F: https://github.com/u-boot/u-boot
247M: Joel Stanley <joel@jms.id.au> <shenki!>
248M: Cédric Le Goater <clg@kaod.org> <cdrx!>