-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAINTAINERS
85 lines (71 loc) · 2.64 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
Guidelines for subsystem maintainers
------------------------------------
Maintainers have write access to hare-announce, make use of it to announce
notable or breaking API changes.
Any changes which affect modules outside of your jurisdiction should be subject
to some general review before being pushed upstream.
Descriptions of section entries and preferred order
---------------------------------------------------
M: *Mail* patches to: FullName <address@domain>
R: Designated *Reviewer*: FullName <address@domain>
These reviewers should be CCed on patches.
L: *Mailing list* that is relevant to this area
W: *Web-page* with status/info
B: URI for where to file *bugs*. A web-page with detailed bug
filing info, a direct bug tracker link, or a mailto: URI.
C: URI for *chat* protocol, server and channel where developers
usually hang out, for example irc://server/channel.
P: Subsystem Profile document for more details submitting
patches to the given subsystem. This is either an in-tree file,
or a URI.
T: *SCM* tree location.
F: *Files* and directories wildcard patterns.
A trailing slash includes all files and subdirectory files.
F: drivers/net/ all files in and below drivers/net
F: drivers/net/* all files in drivers/net, but not below
F: */net/* all files in "any top level directory"/net
One pattern per line. Multiple F: lines acceptable.
X: *Excluded* files and directories that are NOT maintained, same
rules as F:. Files exclusions are tested before file matches.
Can be useful for excluding a specific subdirectory, for instance:
F: net/
X: net/ipv6/
matches all files in and below net excluding net/ipv6/
N: Notes (free-form)
Maintainers List
----------------
.. note:: When reading this list, please look for the most precise areas
first. When adding to this list, please keep the entries in
alphabetical order.
AARCH64 SUPPORT
M: Willow Barraco <[email protected]>
F: *aarch64*
CRYPTOGRAPHIC LIBRARY
M: Armin Preiml <[email protected]>
F: crypto/
P: crypto/conventions.txt
DATE/TIME SUPPORT
M: Byron Torres <[email protected]>
F: time/
DNS SUPPORT
M: Conrad Hoffmann <[email protected]>
F: net/dns/
MATHEMATICAL LIBRARY
M: Bor Grošelj Simić <[email protected]>
F: math/
OPENBSD SUPPORT
M: Lorenz (xha) <[email protected]>
F: *openbsd*
REGULAR EXPRESSIONS
M: Vlad-Stefan Harbuz <[email protected]>
F: regex/
THE REST
M: Drew DeVault <[email protected]>
M: Ember Sawady <[email protected]>
M: Sebastian <[email protected]>
M: Bor Grošelj Simić <[email protected]>
L: ~sircmpwn/[email protected]
T: git https://git.sr.ht/~sircmpwn/hare
C: irc://irc.libera.chat/#hare-dev
F: *
F: */