MAINTAINERS (2705B)
1 Guidelines for subsystem maintainers 2 ------------------------------------ 3 4 Maintainers have write access to hare-announce, make use of it to announce 5 notable or breaking API changes. 6 7 Any changes which affect modules outside of your jurisdiction should be subject 8 to some general review before being pushed upstream. 9 10 Descriptions of section entries and preferred order 11 --------------------------------------------------- 12 13 M: *Mail* patches to: FullName <address@domain> 14 R: Designated *Reviewer*: FullName <address@domain> 15 These reviewers should be CCed on patches. 16 L: *Mailing list* that is relevant to this area 17 W: *Web-page* with status/info 18 B: URI for where to file *bugs*. A web-page with detailed bug 19 filing info, a direct bug tracker link, or a mailto: URI. 20 C: URI for *chat* protocol, server and channel where developers 21 usually hang out, for example irc://server/channel. 22 P: Subsystem Profile document for more details submitting 23 patches to the given subsystem. This is either an in-tree file, 24 or a URI. 25 T: *SCM* tree location. 26 F: *Files* and directories wildcard patterns. 27 A trailing slash includes all files and subdirectory files. 28 F: drivers/net/ all files in and below drivers/net 29 F: drivers/net/* all files in drivers/net, but not below 30 F: */net/* all files in "any top level directory"/net 31 One pattern per line. Multiple F: lines acceptable. 32 X: *Excluded* files and directories that are NOT maintained, same 33 rules as F:. Files exclusions are tested before file matches. 34 Can be useful for excluding a specific subdirectory, for instance: 35 F: net/ 36 X: net/ipv6/ 37 matches all files in and below net excluding net/ipv6/ 38 N: Notes (free-form) 39 40 Maintainers List 41 ---------------- 42 43 .. note:: When reading this list, please look for the most precise areas 44 first. When adding to this list, please keep the entries in 45 alphabetical order. 46 47 AARCH64 SUPPORT 48 M: Willow Barraco <contact@willowbarraco.fr> 49 F: *aarch64* 50 51 CRYPTOGRAPHIC LIBRARY 52 M: Armin Preiml <apreiml@strohwolke.at> 53 F: crypto/ 54 P: crypto/conventions.txt 55 56 DATE/TIME SUPPORT 57 M: Byron Torres <b@torresjrjr.com> 58 F: time/ 59 60 DNS SUPPORT 61 M: Conrad Hoffmann <ch@bitfehler.net> 62 F: net/dns/ 63 64 MATHEMATICAL LIBRARY 65 M: Bor Grošelj Simić <bgs@turminal.net> 66 F: math/ 67 68 OPENBSD SUPPORT 69 M: Lorenz (xha) <me@xha.li> 70 F: *openbsd* 71 72 REGULAR EXPRESSIONS 73 M: Vlad-Stefan Harbuz <vlad@vladh.net> 74 F: regex/ 75 76 THE REST 77 M: Drew DeVault <sir@cmpwn.com> 78 M: Ember Sawady <ecs@d2evs.net> 79 M: Sebastian <sebastian@sebsite.pw> 80 M: Bor Grošelj Simić <bgs@turminal.net> 81 L: ~sircmpwn/hare-dev@lists.sr.ht 82 T: git https://git.sr.ht/~sircmpwn/hare 83 C: irc://irc.libera.chat/#hare-dev 84 F: * 85 F: */