[llvm] [LLVM] Update BPF maintainer (PR #120429)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 09:29:36 PST 2024
https://github.com/nikic updated https://github.com/llvm/llvm-project/pull/120429
>From dbb2b2f1c6e07076be37df5f52614b1eff4b87e7 Mon Sep 17 00:00:00 2001
From: Nikita Popov <npopov at redhat.com>
Date: Wed, 18 Dec 2024 15:20:27 +0100
Subject: [PATCH 1/3] [LLVM] Update BPF maintainer
---
llvm/Maintainers.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 11d6deb1bf9195..ff0f03022c5bf9 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -188,8 +188,8 @@ Ben Shi \
#### BPF backend
-Alexei Starovoitov \
-alexei.starovoitov at gmail.com (email), [4ast](https://github.com/4ast) (GitHub)
+Yonghong Song \
+yhs at fb.com (email), [yonghong-song](https://github.com/yonghong-song) (GitHub)
#### CSKY backend
@@ -461,6 +461,7 @@ Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- A
Chad Rosier (mcrosier at codeaurora.org) -- FastISel \
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \
+Alexei Starovoitov (alexei.starovoitov at gmail.com, [4ast](https://github.com/4ast) -- BPF backend \
Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) -- Sanitizers
### Former maintainers of removed components
>From 952d053287aef72f1113a2d0adfd032e53ddc2f9 Mon Sep 17 00:00:00 2001
From: Nikita Popov <nikita.ppv at gmail.com>
Date: Wed, 18 Dec 2024 18:27:13 +0100
Subject: [PATCH 2/3] also add eddyz87
---
llvm/Maintainers.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index ff0f03022c5bf9..723831d3dad570 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -189,7 +189,9 @@ Ben Shi \
#### BPF backend
Yonghong Song \
-yhs at fb.com (email), [yonghong-song](https://github.com/yonghong-song) (GitHub)
+yhs at fb.com (email), [yonghong-song](https://github.com/yonghong-song) (GitHub) \
+Eduard Zingerman \
+eddyz87 at gmail.com (email), [eddyz87](https://github.com/eddyz87) (GitHub)
#### CSKY backend
>From 56ed71a9adfe17bd8a94239fd3b6fcb8021bc63b Mon Sep 17 00:00:00 2001
From: Nikita Popov <nikita.ppv at gmail.com>
Date: Wed, 18 Dec 2024 18:29:18 +0100
Subject: [PATCH 3/3] fix syntax error
---
llvm/Maintainers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/Maintainers.md b/llvm/Maintainers.md
index 723831d3dad570..9db0d582348ee1 100644
--- a/llvm/Maintainers.md
+++ b/llvm/Maintainers.md
@@ -463,7 +463,7 @@ Anton Korobeynikov (anton at korobeynikov.info, [asl](https://github.com/asl)) -- A
Chad Rosier (mcrosier at codeaurora.org) -- FastISel \
Hans Wennborg (hans at chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \
Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \
-Alexei Starovoitov (alexei.starovoitov at gmail.com, [4ast](https://github.com/4ast) -- BPF backend \
+Alexei Starovoitov (alexei.starovoitov at gmail.com, [4ast](https://github.com/4ast)) -- BPF backend \
Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) -- Sanitizers
### Former maintainers of removed components
More information about the llvm-commits
mailing list