[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map
From: |
Alex Bennée |
Subject: |
[PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map |
Date: |
Wed, 15 Mar 2023 17:43:28 +0000 |
This replaces the previous attempt to add c-sky.com. Group everything
under Alibaba now.
Added as requested by LIU Zhiwei.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Acked-by: Guo Ren <guoren@kernel.org>
Reviewed-by: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
Message-Id: <20230310180332.2274827-8-alex.bennee@linaro.org>
---
contrib/gitdm/domain-map | 1 +
contrib/gitdm/group-map-alibaba | 7 +++++++
gitdm.config | 1 +
3 files changed, 9 insertions(+)
create mode 100644 contrib/gitdm/group-map-alibaba
diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 8dce276a1c..0b6c77eee0 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -4,6 +4,7 @@
# This maps email domains to nice easy to read company names
#
+linux.alibaba.com Alibaba
amazon.com Amazon
amazon.co.uk Amazon
amd.com AMD
diff --git a/contrib/gitdm/group-map-alibaba b/contrib/gitdm/group-map-alibaba
new file mode 100644
index 0000000000..0ebbe6b06e
--- /dev/null
+++ b/contrib/gitdm/group-map-alibaba
@@ -0,0 +1,7 @@
+#
+# Alibaba contributors including its subsidiaries
+#
+
+# c-sky.com, now part of T-Head, wholly-owned entity of Alibaba Group
+ren_guo@c-sky.com
+zhiwei_liu@c-sky.com
diff --git a/gitdm.config b/gitdm.config
index 907ffde017..df4ba829ca 100644
--- a/gitdm.config
+++ b/gitdm.config
@@ -31,6 +31,7 @@ EmailMap contrib/gitdm/domain-map
# identifiable corporate emails. Please keep this list sorted.
#
+GroupMap contrib/gitdm/group-map-alibaba Alibaba
GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
GroupMap contrib/gitdm/group-map-facebook Facebook
--
2.39.2
- [PATCH v2 27/32] contrib/gitdm: Add SYRMIA to the domain map, (continued)
- [PATCH v2 27/32] contrib/gitdm: Add SYRMIA to the domain map, Alex Bennée, 2023/03/15
- [PATCH v2 26/32] contrib/gitdm: Add ASPEED Technology to the domain map, Alex Bennée, 2023/03/15
- [PATCH v2 32/32] contrib/gitdm: add group map for AMD, Alex Bennée, 2023/03/15
- [PATCH v2 12/32] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb, Alex Bennée, 2023/03/15
- [PATCH v2 09/32] include/exec: fix kerneldoc definition, Alex Bennée, 2023/03/15
- [PATCH v2 30/32] contrib/gitdm: add revng to domain map, Alex Bennée, 2023/03/15
- [PATCH v2 10/32] tests/avocado: don't use tags to define drive, Alex Bennée, 2023/03/15
- [PATCH v2 31/32] contrib/gitdm: add more individual contributors, Alex Bennée, 2023/03/15
- [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map, Alex Bennée, 2023/03/15
- [PATCH v2 13/32] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT, Alex Bennée, 2023/03/15
- [PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map,
Alex Bennée <=
- [PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests, Alex Bennée, 2023/03/15
- [PATCH v2 23/32] iotests: always use a unique sub-directory per test, Alex Bennée, 2023/03/15
- [PATCH v2 25/32] iotests: remove the check-block.sh script, Alex Bennée, 2023/03/15
- [PATCH v2 11/32] tcg: Clear plugin_mem_cbs on TB exit, Alex Bennée, 2023/03/15
- [PATCH v2 22/32] iotests: connect stdin to /dev/null when running tests, Alex Bennée, 2023/03/15