qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Cc: Xuan Zhuo <xuanzhuo@linux.alibaba.com>, Guo Ren <guoren@kernel.org>
Subject: Re: [PATCH v2 07/10] contrib/gitdm: add Alibaba to the domain-map
Date: Mon, 13 Mar 2023 09:21:07 +0800	[thread overview]
Message-ID: <b59cc6fe-b10f-c737-f022-07864c4a8852@linux.alibaba.com> (raw)
In-Reply-To: <20230310180332.2274827-8-alex.bennee@linaro.org>


On 2023/3/11 2:03, Alex Bennée wrote:
> This replaces the previous attempt to add c-sky.com so I've dropped
> the review/ack tags. Group everything under Alibaba now.
>
> Added as requested by LIU Zhiwei.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>
> Cc: Xuan Zhuo <xuanzhuo@linux.alibaba.com>
> Cc: Guo Ren <guoren@kernel.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 0261533990..e678c23a9c 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 4b52ee47be..6908ddbd19 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

Reviewed-by: LIU Zhiwei <zhiwei_liu@linux.alibaba.com>

Zhiwei

>   GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
>   GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
>   GroupMap contrib/gitdm/group-map-facebook Facebook


  reply	other threads:[~2023-03-13  1:22 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-10 18:03 [PATCH v2 00/10] gitdm metadata updates Alex Bennée
2023-03-10 18:03 ` [PATCH v2 01/10] contrib/gitdm: Add Rivos Inc to the domain map Alex Bennée
2023-03-10 18:06   ` Palmer Dabbelt
2023-03-10 18:03 ` [PATCH v2 02/10] contrib/gitdm: add a group map for SiFive Alex Bennée
2023-03-10 18:03 ` [PATCH v2 03/10] contrib/gitdm: Add ASPEED Technology to the domain map Alex Bennée
2023-03-13  9:09   ` Troy Lee
2023-03-10 18:03 ` [PATCH v2 04/10] contrib/gitdm: add a group map for Google Alex Bennée
2023-03-10 18:03 ` [PATCH v2 05/10] contrib/gitdm: Add SYRMIA to the domain map Alex Bennée
2023-03-10 21:58   ` Philippe Mathieu-Daudé
2023-03-10 18:03 ` [PATCH v2 06/10] contrib/gitdm: add Amazon " Alex Bennée
2023-03-10 21:58   ` Philippe Mathieu-Daudé
2023-03-10 18:03 ` [PATCH v2 07/10] contrib/gitdm: add Alibaba to the domain-map Alex Bennée
2023-03-13  1:21   ` LIU Zhiwei [this message]
2023-03-13  1:47   ` Xuan Zhuo
2023-03-14  0:54   ` Guo Ren
2023-03-10 18:03 ` [PATCH v2 08/10] contrib/gitdm: add revng to domain map Alex Bennée
2023-03-10 21:49   ` Alessandro Di Federico via
2023-03-10 18:03 ` [PATCH v2 09/10] contrib/gitdm: add more individual contributors Alex Bennée
2023-03-12 22:26   ` Bernhard Beschow
2023-03-16  3:53   ` Bin Meng
2023-03-16  6:31   ` Strahinja Jankovic
2023-03-10 18:03 ` [PATCH v2 10/10] contrib/gitdm: add group map for AMD Alex Bennée
2023-03-13 20:47   ` Francisco Iglesias

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b59cc6fe-b10f-c737-f022-07864c4a8852@linux.alibaba.com \
    --to=zhiwei_liu@linux.alibaba.com \
    --cc=alex.bennee@linaro.org \
    --cc=guoren@kernel.org \
    --cc=qemu-devel@nongnu.org \
    --cc=xuanzhuo@linux.alibaba.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).