[llvm] [Security Group] add github names of security group members. (PR #69304)

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 08:32:08 PDT 2023


https://github.com/kbeyls updated https://github.com/llvm/llvm-project/pull/69304

>From aecae81d83646c0a0a6640b54e7f6aba65374541 Mon Sep 17 00:00:00 2001
From: Kristof Beyls <kristof.beyls at arm.com>
Date: Tue, 17 Oct 2023 10:59:04 +0200
Subject: [PATCH 1/3] [Security Group] add github names of security group
 members.

Also drop phabricator names as we no longer use phabricator.
---
 llvm/docs/Security.rst | 45 ++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 21 deletions(-)

diff --git a/llvm/docs/Security.rst b/llvm/docs/Security.rst
index 2729541facbfe68..360642f7f083909 100644
--- a/llvm/docs/Security.rst
+++ b/llvm/docs/Security.rst
@@ -31,28 +31,31 @@ Group Composition
 Security Group Members
 ----------------------
 
-The members of the group represent a wide cross-section of the community, and meet the criteria for inclusion below. The list is in the format `* ${full_name} (${affiliation}) [${phabricator_username}]`. If a phabricator username for an individual isn't available, the brackets will be empty.
-
-* Ahmed Bougacha (Apple) [ab]
-* Andy Kaylor (Intel) [andykaylor]
-* Artur Pilipenko (Azul Systems Inc) [apilipenko]
-* Boovaragavan Dasarathan (Nvidia) [mrragava]
-* Dimitry Andric (individual; FreeBSD) [dim]
-* Ed Maste (individual; FreeBSD) [emaste]
-* George Burgess IV (Google) [george.burgess.iv]
-* Josh Stone (Red Hat; Rust) [cuviper]
+The members of the group represent a wide cross-section of the community, and
+meet the criteria for inclusion below. The list is in the format
+`* ${full_name} (${affiliation}) [${github_username}]`. If a github
+username for an individual isn't available, the brackets will be empty.
+
+* Ahmed Bougacha (Apple) [@ahmedbougacha]
+* Andy Kaylor (Intel) [@andykaylor]
+* Artur Pilipenko (Azul Systems Inc) []
+* Boovaragavan Dasarathan (Nvidia) [@mrragava]
+* Dimitry Andric (individual; FreeBSD) [@DimitryAndric]
+* Ed Maste (individual; FreeBSD) [@emaste]
+* George Burgess IV (Google) [@gburgessiv]
+* Josh Stone (Red Hat; Rust) [@cuviper]
 * Kate McInnes (Apple) []
-* Kristof Beyls (ARM) [kristof.beyls]
-* Matthew Riley (Google) [mattdr]
-* Nikhil Gupta (Nvidia) [nikhgupt]
-* Oliver Hunt (Apple) [ojhunt]
-* Paul Robinson (Sony) [probinson]
-* Peter Smith (ARM) [peter.smith]
-* Pietro Albini (Ferrous Systems; Rust) [pietroalbini]
-* Serge Guelton (Mozilla) [serge-sans-paille]
-* Sergey Maslov (Intel) [smaslov-intel]
-* Shayne Hiet-Block (Microsoft) [Shayne]
-* Tim Penge (Sony) [tpenge]
+* Kristof Beyls (ARM) [@kbeyls]
+* Matthew Riley (Google) []
+* Nikhil Gupta (Nvidia) []
+* Oliver Hunt (Apple) [@ojhunt]
+* Paul Robinson (Sony) [@pogo59]
+* Peter Smith (ARM) [@smithp35]
+* Pietro Albini (Ferrous Systems; Rust) [@pietroalbini]
+* Serge Guelton (Mozilla) [@serge-sans-paille]
+* Sergey Maslov (Intel) []
+* Shayne Hiet-Block (Microsoft) []
+* Tim Penge (Sony) []
 
 Criteria
 --------

>From bb1e6c0f4718d4007f15ed788ac00923c4d45d1c Mon Sep 17 00:00:00 2001
From: Kristof Beyls <kristof.beyls at arm.com>
Date: Tue, 17 Oct 2023 15:10:30 +0200
Subject: [PATCH 2/3] Add Matthew's github username.

---
 llvm/docs/Security.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/Security.rst b/llvm/docs/Security.rst
index 360642f7f083909..ad9a7dd298379fd 100644
--- a/llvm/docs/Security.rst
+++ b/llvm/docs/Security.rst
@@ -46,7 +46,7 @@ username for an individual isn't available, the brackets will be empty.
 * Josh Stone (Red Hat; Rust) [@cuviper]
 * Kate McInnes (Apple) []
 * Kristof Beyls (ARM) [@kbeyls]
-* Matthew Riley (Google) []
+* Matthew Riley (Google) [@mmdriley]
 * Nikhil Gupta (Nvidia) []
 * Oliver Hunt (Apple) [@ojhunt]
 * Paul Robinson (Sony) [@pogo59]

>From ffdde50a014b9a6f8e8ad161d5fd68224939e8c1 Mon Sep 17 00:00:00 2001
From: Kristof Beyls <kristof.beyls at gmail.com>
Date: Tue, 17 Oct 2023 17:32:01 +0200
Subject: [PATCH 3/3] Add Sergey's github name

Co-authored-by: Andy Kaylor <andrew.kaylor at intel.com>
---
 llvm/docs/Security.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/Security.rst b/llvm/docs/Security.rst
index ad9a7dd298379fd..408f41ca9a2776d 100644
--- a/llvm/docs/Security.rst
+++ b/llvm/docs/Security.rst
@@ -53,7 +53,7 @@ username for an individual isn't available, the brackets will be empty.
 * Peter Smith (ARM) [@smithp35]
 * Pietro Albini (Ferrous Systems; Rust) [@pietroalbini]
 * Serge Guelton (Mozilla) [@serge-sans-paille]
-* Sergey Maslov (Intel) []
+* Sergey Maslov (Intel) [@smaslov-intel]
 * Shayne Hiet-Block (Microsoft) []
 * Tim Penge (Sony) []
 



More information about the llvm-commits mailing list