From dbb2b2f1c6e07076be37df5f52614b1eff4b87e7 Mon Sep 17 00:00:00 2001 From: Nikita Popov 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 11d6deb1bf919..ff0f03022c5bf 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -188,8 +188,8 @@ Ben Shi \ #### BPF backend -Alexei Starovoitov \ -alexei.starovoitov@gmail.com (email), [4ast](https://github.com/4ast) (GitHub) +Yonghong Song \ +yhs@fb.com (email), [yonghong-song](https://github.com/yonghong-song) (GitHub) #### CSKY backend @@ -461,6 +461,7 @@ Anton Korobeynikov (anton@korobeynikov.info, [asl](https://github.com/asl)) -- A Chad Rosier (mcrosier@codeaurora.org) -- FastISel \ Hans Wennborg (hans@chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \ Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \ +Alexei Starovoitov (alexei.starovoitov@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 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 ff0f03022c5bf..723831d3dad57 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -189,7 +189,9 @@ Ben Shi \ #### BPF backend Yonghong Song \ -yhs@fb.com (email), [yonghong-song](https://github.com/yonghong-song) (GitHub) +yhs@fb.com (email), [yonghong-song](https://github.com/yonghong-song) (GitHub) \ +Eduard Zingerman \ +eddyz87@gmail.com (email), [eddyz87](https://github.com/eddyz87) (GitHub) #### CSKY backend From 56ed71a9adfe17bd8a94239fd3b6fcb8021bc63b Mon Sep 17 00:00:00 2001 From: Nikita Popov 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 723831d3dad57..9db0d582348ee 100644 --- a/llvm/Maintainers.md +++ b/llvm/Maintainers.md @@ -463,7 +463,7 @@ Anton Korobeynikov (anton@korobeynikov.info, [asl](https://github.com/asl)) -- A Chad Rosier (mcrosier@codeaurora.org) -- FastISel \ Hans Wennborg (hans@chromium.org, [zmodem](https://github.com/zmodem)) -- Release management \ Kostya Serebryany ([kcc](https://github.com/kcc)) -- Sanitizers \ -Alexei Starovoitov (alexei.starovoitov@gmail.com, [4ast](https://github.com/4ast) -- BPF backend \ +Alexei Starovoitov (alexei.starovoitov@gmail.com, [4ast](https://github.com/4ast)) -- BPF backend \ Evgeniy Stepanov ([eugenis](https://github.com/eugenis)) -- Sanitizers ### Former maintainers of removed components