cb424d7448
verify-patch-sanity.py validates every active recipe .patch has internally- consistent hunk line counts — catching the 'malformed patch at line N' failure at commit/CI/preflight time instead of hours into a cook. This cycle hit that class three times (qtwaylandscanner, sddm, xwayland), each only discovered when cookbook tried to apply the patch. Running it across the repo found 29 latent malformed patches (validated against GNU patch: e.g. relibc/P3-sysv-ipc reproduces 'malformed patch at line 22'). They were harmless only because they sit in vendored recipes (baked, not re- applied) — but would fail on any version-bump re-derivation. --fix recounts the hunk headers (body untouched) and repaired all 29. Wired into build-preflight.sh (Phase 1.0D) and redbear-ci.yml, with a unit test (test-patch-sanity.sh). Skips archived/legacy trees and unvalidatable formats (empty placeholders, bare-@@ git hunks).
68 lines
1.8 KiB
ReStructuredText
68 lines
1.8 KiB
ReStructuredText
=====================
|
|
LLVM-libc Maintainers
|
|
=====================
|
|
|
|
This file is a list of the
|
|
`maintainers <https://llvm.org/docs/DeveloperPolicy.html#maintainers>`_ for
|
|
LLVM-libc. The following people are the active maintainers for the project.
|
|
Please reach out to them for code reviews, questions about their area of
|
|
expertise, or other assistance.
|
|
|
|
.. contents::
|
|
:depth: 1
|
|
:local:
|
|
|
|
Lead Maintainer
|
|
---------------
|
|
| Michael Jones
|
|
| michaelrj\@google.com (email), `michaelrj-google <https://github.com/michaelrj-google>`_ (github)
|
|
|
|
Baremetal
|
|
---------
|
|
| Petr Hosek
|
|
| phosek\@google.com (email), `petrhosek <https://github.com/petrhosek>`_ (github)
|
|
|
|
Baremetal (Allocator)
|
|
---------------------
|
|
| Daniel Thornburgh
|
|
| dthorn\@google.com (email), `mysterymath <https://github.com/mysterymath>`_ (github)
|
|
|
|
Fixed Point
|
|
-----------
|
|
| Leonard Chan
|
|
| leonardchan\@google.com (email), `PiJoules <https://github.com/PiJoules>`_ (github)
|
|
|
|
GPU
|
|
---
|
|
| Joseph Huber
|
|
| joseph.huber\@amd.com (email), `jhuber6 <https://github.com/jhuber6>`_ (github)
|
|
|
|
Math
|
|
----
|
|
| Tue Ly
|
|
| lntue\@google.com (email), `lntue <https://github.com/lntue>`_ (github)
|
|
| Nicolas Celik
|
|
| its.overmighty\@gmail.com (email), `OverMighty <https://github.com/overmighty>`_ (github)
|
|
|
|
Threading
|
|
---------
|
|
| Yifan Zhu
|
|
| yifanzhu\@rochester.edu (email), `Schrodinger ZHU Yifan <https://github.com/schrodingerzhu>`_ (github)
|
|
|
|
UEFI
|
|
----
|
|
| Tristan Ross
|
|
| tristan.ross\@midstall.com (email), `RossComputerGuy <https://github.com/RossComputerGuy>`_ (github)
|
|
|
|
RISC-V
|
|
------
|
|
| Mikhail R. Gadelha
|
|
| mikhail\@igalia.com (email), `mikhailramalho <https://github.com/mikhailramalho>`_ (github)
|
|
|
|
Public Headers / hdrgen
|
|
-----------------------
|
|
| Roland McGrath
|
|
| mcgrathr\@google.com (email), `frobtech <https://github.com/frobtech>`_ (github)
|
|
|
|
.. TODO: add "Inactive Maintainers" section when needed.
|