[libc-commits] [libc] [libc] Add dthorn as maintainer for allocator on baremetal (PR #135203)

Daniel Thornburgh via libc-commits libc-commits at lists.llvm.org
Thu Apr 10 12:36:11 PDT 2025


https://github.com/mysterymath updated https://github.com/llvm/llvm-project/pull/135203

>From e7f6ae79974f2ba40a02b72b082020ef3fe2d8c3 Mon Sep 17 00:00:00 2001
From: Daniel Thornburgh <mysterymath at gmail.com>
Date: Thu, 10 Apr 2025 09:04:45 -0700
Subject: [PATCH 1/2] [libc] Add dthorn as maintainer for allocator on
 baremetal

This was on request from other maintainers, given that I've been
de-facto acting as maintainer of the baremetal allocator stuff.

Let me know if this is too fine-grained to track.
---
 libc/Maintainers.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libc/Maintainers.rst b/libc/Maintainers.rst
index 8f3c251a0edb1..e28fba5cc0f47 100644
--- a/libc/Maintainers.rst
+++ b/libc/Maintainers.rst
@@ -22,6 +22,11 @@ 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

>From 8847d65dfef02c782f389e67119ea1d3ba8b26f0 Mon Sep 17 00:00:00 2001
From: Daniel Thornburgh <dthorn at google.com>
Date: Thu, 10 Apr 2025 12:36:01 -0700
Subject: [PATCH 2/2] Increase line length

---
 libc/Maintainers.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libc/Maintainers.rst b/libc/Maintainers.rst
index e28fba5cc0f47..57a6a0ce0c9d1 100644
--- a/libc/Maintainers.rst
+++ b/libc/Maintainers.rst
@@ -23,7 +23,7 @@ Baremetal
 | phosek\@google.com (email), `petrhosek <https://github.com/petrhosek>`_ (github)
 
 Baremetal (Allocator)
----------
+---------------------
 | Daniel Thornburgh
 | dthorn\@google.com (email), `mysterymath <https://github.com/mysterymath>`_ (github)
 



More information about the libc-commits mailing list