qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] gitdm metadata updates 2025 edition
@ 2025-11-19 11:39 Alex Bennée
  2025-11-19 11:39 ` [PATCH 1/9] contrib/gitdm: add a group map for SiFive Alex Bennée
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Hi,

As another year draws to a close I thought it would be worth checking
the current gitdm mappings and if we are missing anyone. As I didn't
have much time to go internet stalking in LinkedIn so most of the
non-corporate emails have been added to the individual contributors
group. As usual I'll only finalise those when I get acks from the
individuals involved.

I've added a few group maps to account for known company hackers using
different domains. With these changes the contribution profile for the
last year looks like this:

  Top changeset contributors by employer
  Linaro                    2969 (37.2%)
  Red Hat                   1893 (23.7%)
  (None)                     493 (6.2%)
  Intel                      315 (3.9%)
  IBM                        281 (3.5%)
  ASPEED Technology Inc.     231 (2.9%)
  Loongson Technology        227 (2.8%)
  Oracle                     187 (2.3%)
  Nutanix                    133 (1.7%)
  Academics (various)         99 (1.2%)

  Top lines changed by employer
  Linaro                    110080 (31.8%)
  Red Hat                   90792 (26.3%)
  (None)                    25410 (7.4%)
  IBM                       12750 (3.7%)
  ASPEED Technology Inc.    11811 (3.4%)
  Intel                     10608 (3.1%)
  Oracle                    8574 (2.5%)
  Loongson Technology       7614 (2.2%)
  Nutanix                   7404 (2.1%)
  Microsoft                 6927 (2.0%)

Thanks,

Alex.

Alex Bennée (9):
  contrib/gitdm: add a group map for SiFive
  contrib/gitdm: add group-map for Huawei
  contrib/gitdm: add group-map for Microsoft
  contrib/gitdm: add Nicholas to the IBM group map
  contrib/gitdm: add University of Tokyo to academic group
  contrib/gitdm: add mapping for Eviden
  contrib/gitdm: add mapping for Nutanix
  contrib/gitdm: add mapping for Qualcomm
  contrib/gitdm: add more individual contributors

 contrib/gitdm/domain-map            |  3 +++
 contrib/gitdm/group-map-academics   |  3 +++
 contrib/gitdm/group-map-huawei      |  5 +++++
 contrib/gitdm/group-map-ibm         |  1 +
 contrib/gitdm/group-map-individuals | 14 ++++++++++++++
 contrib/gitdm/group-map-microsoft   |  8 ++++++++
 contrib/gitdm/group-map-sifive      |  5 +++++
 gitdm.config                        |  3 +++
 8 files changed, 42 insertions(+)
 create mode 100644 contrib/gitdm/group-map-huawei
 create mode 100644 contrib/gitdm/group-map-microsoft
 create mode 100644 contrib/gitdm/group-map-sifive

-- 
2.47.3



^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH 1/9] contrib/gitdm: add a group map for SiFive
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-19 11:39 ` [PATCH 2/9] contrib/gitdm: add group-map for Huawei Alex Bennée
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, eopXD

Some SiFive contributors use there personal emails. Add a group map
for those developers. Please confirm.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: eopXD <yueh.ting.chen@gmail.com>
---
 contrib/gitdm/group-map-sifive | 5 +++++
 gitdm.config                   | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 contrib/gitdm/group-map-sifive

diff --git a/contrib/gitdm/group-map-sifive b/contrib/gitdm/group-map-sifive
new file mode 100644
index 00000000000..6ba761eb225
--- /dev/null
+++ b/contrib/gitdm/group-map-sifive
@@ -0,0 +1,5 @@
+#
+# SiFive contributors using non-corporate email
+#
+
+yueh.ting.chen@gmail.com
diff --git a/gitdm.config b/gitdm.config
index 9db43ca1422..06ac729c7bc 100644
--- a/gitdm.config
+++ b/gitdm.config
@@ -40,6 +40,7 @@ GroupMap contrib/gitdm/group-map-ibm IBM
 GroupMap contrib/gitdm/group-map-janustech Janus Technologies
 GroupMap contrib/gitdm/group-map-netflix Netflix
 GroupMap contrib/gitdm/group-map-redhat Red Hat
+GroupMap contrib/gitdm/group-map-sifive SiFive
 GroupMap contrib/gitdm/group-map-wavecomp Wave Computing
 
 # Also group together our prolific individual contributors
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 2/9] contrib/gitdm: add group-map for Huawei
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
  2025-11-19 11:39 ` [PATCH 1/9] contrib/gitdm: add a group map for SiFive Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-19 13:25   ` Jonathan Cameron via
  2025-11-19 11:39 ` [PATCH 3/9] contrib/gitdm: add group-map for Microsoft Alex Bennée
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Jonathan Cameron, Mauro Carvalho Chehab

While we do see contributions from the top-level domain some
contributors also post via other addresses.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 contrib/gitdm/group-map-huawei | 5 +++++
 gitdm.config                   | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 contrib/gitdm/group-map-huawei

diff --git a/contrib/gitdm/group-map-huawei b/contrib/gitdm/group-map-huawei
new file mode 100644
index 00000000000..c287dd5d2b3
--- /dev/null
+++ b/contrib/gitdm/group-map-huawei
@@ -0,0 +1,5 @@
+#
+# Some Huawei contributors submit via another domain
+#
+
+mchehab+huawei@kernel.org
diff --git a/gitdm.config b/gitdm.config
index 06ac729c7bc..2d75dd4deee 100644
--- a/gitdm.config
+++ b/gitdm.config
@@ -36,6 +36,7 @@ GroupMap contrib/gitdm/group-map-amd AMD
 GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
 GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
 GroupMap contrib/gitdm/group-map-facebook Facebook
+GroupMap contrib/gitdm/group-map-huawei Huawei
 GroupMap contrib/gitdm/group-map-ibm IBM
 GroupMap contrib/gitdm/group-map-janustech Janus Technologies
 GroupMap contrib/gitdm/group-map-netflix Netflix
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 3/9] contrib/gitdm: add group-map for Microsoft
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
  2025-11-19 11:39 ` [PATCH 1/9] contrib/gitdm: add a group map for SiFive Alex Bennée
  2025-11-19 11:39 ` [PATCH 2/9] contrib/gitdm: add group-map for Huawei Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-19 15:37   ` Wei Liu
  2025-11-19 11:39 ` [PATCH 4/9] contrib/gitdm: add Nicholas to the IBM group map Alex Bennée
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Magnus Kulke, Wei Liu

While we do see contributions from the top-level domain we want to
catch the linux.microsoft subdomain and those contributors also post
via other addresses.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Magnus Kulke <magnuskulke@linux.microsoft.com>
Cc: Wei Liu <wei.liu@kernel.org>
---
 contrib/gitdm/group-map-microsoft | 8 ++++++++
 gitdm.config                      | 1 +
 2 files changed, 9 insertions(+)
 create mode 100644 contrib/gitdm/group-map-microsoft

diff --git a/contrib/gitdm/group-map-microsoft b/contrib/gitdm/group-map-microsoft
new file mode 100644
index 00000000000..989a307b6db
--- /dev/null
+++ b/contrib/gitdm/group-map-microsoft
@@ -0,0 +1,8 @@
+#
+# Some Microsoft contributors post from other emails
+#
+
+# Some posting don't use the main domain
+linux.microsoft.com
+
+wei.liu@kernel.org
diff --git a/gitdm.config b/gitdm.config
index 2d75dd4deee..8206c0af8a9 100644
--- a/gitdm.config
+++ b/gitdm.config
@@ -39,6 +39,7 @@ GroupMap contrib/gitdm/group-map-facebook Facebook
 GroupMap contrib/gitdm/group-map-huawei Huawei
 GroupMap contrib/gitdm/group-map-ibm IBM
 GroupMap contrib/gitdm/group-map-janustech Janus Technologies
+GroupMap contrib/gitdm/group-map-microsoft Microsoft
 GroupMap contrib/gitdm/group-map-netflix Netflix
 GroupMap contrib/gitdm/group-map-redhat Red Hat
 GroupMap contrib/gitdm/group-map-sifive SiFive
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 4/9] contrib/gitdm: add Nicholas to the IBM group map
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
                   ` (2 preceding siblings ...)
  2025-11-19 11:39 ` [PATCH 3/9] contrib/gitdm: add group-map for Microsoft Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-20 11:04   ` Philippe Mathieu-Daudé
  2025-11-19 11:39 ` [PATCH 5/9] contrib/gitdm: add University of Tokyo to academic group Alex Bennée
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Nicholas Piggin

Let me know if this should be under "individual contributor".

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Nicholas Piggin <npiggin@gmail.com>
---
 contrib/gitdm/group-map-ibm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
index 24d8dc1b865..2d76bbe163a 100644
--- a/contrib/gitdm/group-map-ibm
+++ b/contrib/gitdm/group-map-ibm
@@ -13,3 +13,4 @@ joel@jms.id.au
 sjitindarsingh@gmail.com
 tommusta@gmail.com
 idan.horowitz@gmail.com
+npiggin@gmail.com
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 5/9] contrib/gitdm: add University of Tokyo to academic group
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
                   ` (3 preceding siblings ...)
  2025-11-19 11:39 ` [PATCH 4/9] contrib/gitdm: add Nicholas to the IBM group map Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-20  1:32   ` Akihiko Odaki
  2025-11-19 11:39 ` [PATCH 6/9] contrib/gitdm: add mapping for Eviden Alex Bennée
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Akihiko Odaki

At least one of Akihiko's KVM forums presentations had University of
Tokyo on it. Let me know if you would rather be added to the
individual contributors.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
---
 contrib/gitdm/group-map-academics | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/contrib/gitdm/group-map-academics b/contrib/gitdm/group-map-academics
index 082458e1bde..40865b01cd7 100644
--- a/contrib/gitdm/group-map-academics
+++ b/contrib/gitdm/group-map-academics
@@ -25,3 +25,6 @@ iscas.ac.cn
 
 # Université Grenoble Alpes
 univ-grenoble-alpes.fr
+
+# University of Tokyo
+u-tokyo.ac.jp
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 6/9] contrib/gitdm: add mapping for Eviden
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
                   ` (4 preceding siblings ...)
  2025-11-19 11:39 ` [PATCH 5/9] contrib/gitdm: add University of Tokyo to academic group Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-20  9:30   ` CLEMENT MATHIEU--DRIF
  2025-11-19 11:39 ` [PATCH 7/9] contrib/gitdm: add mapping for Nutanix Alex Bennée
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée,  Clément Mathieu--Drif, Damien Bergamini

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc:  Clément Mathieu--Drif <clement.mathieu--drif@eviden.com>
Cc: Damien Bergamini <damien.bergamini@eviden.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index bf1dce03fde..4e67c3e484d 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -19,6 +19,7 @@ crudebyte.com   Crudebyte
 chinatelecom.cn China Telecom
 daynix.com      Daynix
 eldorado.org.br Instituto de Pesquisas Eldorado
+eviden.com      Eviden
 fb.com          Facebook
 fujitsu.com     Fujitsu
 google.com      Google
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 7/9] contrib/gitdm: add mapping for Nutanix
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
                   ` (5 preceding siblings ...)
  2025-11-19 11:39 ` [PATCH 6/9] contrib/gitdm: add mapping for Eviden Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-19 11:43   ` John Levon
  2025-11-19 14:14   ` Jon Kohler
  2025-11-19 11:39 ` [PATCH 8/9] contrib/gitdm: add mapping for Qualcomm Alex Bennée
  2025-11-19 11:39 ` [PATCH 9/9] contrib/gitdm: add more individual contributors Alex Bennée
  8 siblings, 2 replies; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Manish Mishra, Tejus GK, Mark Cave-Ayland,
	John Levon, Jon Kohler

We have a number of hackers from Nutanix, make sure they are grouped
together.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Manish Mishra <manish.mishra@nutanix.com>
Cc: Tejus GK <tejus.gk@nutanix.com>
Cc: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Cc: John Levon <john.levon@nutanix.com>
Cc: Jon Kohler <jon@nutanix.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 4e67c3e484d..c07dffc51bd 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -35,6 +35,7 @@ lwn.net         LWN
 microsoft.com   Microsoft
 mvista.com      MontaVista
 nokia.com       Nokia
+nutanix.com     Nutanix
 nuviainc.com    NUVIA
 nvidia.com      NVIDIA
 oracle.com      Oracle
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 8/9] contrib/gitdm: add mapping for Qualcomm
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
                   ` (6 preceding siblings ...)
  2025-11-19 11:39 ` [PATCH 7/9] contrib/gitdm: add mapping for Nutanix Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-19 11:39 ` [PATCH 9/9] contrib/gitdm: add more individual contributors Alex Bennée
  8 siblings, 0 replies; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Brian Cain, Vacha Bhavsar

This might be sub-optimal as we also have a mapping for quicinc.com
where a bunch of open source patches came from before. Maybe we should
just have a domain map to collect this together?

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Brian Cain <brian.cain@oss.qualcomm.com>
Cc: Vacha Bhavsar <vacha.bhavsar@oss.qualcomm.com>
---
 contrib/gitdm/domain-map | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index c07dffc51bd..bffd2e9a3da 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -40,6 +40,7 @@ nuviainc.com    NUVIA
 nvidia.com      NVIDIA
 oracle.com      Oracle
 proxmox.com     Proxmox
+qualcomm.com    Qualcomm
 quicinc.com     Qualcomm Innovation Center
 redhat.com      Red Hat
 rev.ng          rev.ng Labs
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH 9/9] contrib/gitdm: add more individual contributors
  2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
                   ` (7 preceding siblings ...)
  2025-11-19 11:39 ` [PATCH 8/9] contrib/gitdm: add mapping for Qualcomm Alex Bennée
@ 2025-11-19 11:39 ` Alex Bennée
  2025-11-20  2:05   ` Sean Wei
  2025-11-20  7:47   ` William Kosasih
  8 siblings, 2 replies; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 11:39 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Amarjargal Gundjalam, Soumyajyotii Ssarkar,
	Tomita Moeko, Julian Ganz, Kohei Tokunaga, Sean Wei, Roy Hopkins,
	Phil Dennis-Jordan, Jackson Donaldson, Weifeng Liu, Roman Penyaev,
	William Kosasih, Guenter Roeck, Tanish Desai

I'll only add names explicitly acked here as its quite possible people
are using different addresses than their company affiliation. Let me
know if you want contributions mapped to a company or academia instead.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Amarjargal Gundjalam <amarjargal16@gmail.com>
Cc: Soumyajyotii Ssarkar <soumyajyotisarkar23@gmail.com>
Cc: Tomita Moeko <tomitamoeko@gmail.com>
Cc: Julian Ganz <neither@nut.email>
Cc: Kohei Tokunaga <ktokunaga.mail@gmail.com>
Cc: Sean Wei <me@sean.taipei>
Cc: Roy Hopkins <roy.hopkins@randomman.co.uk>
Cc: Phil Dennis-Jordan <phil@philjordan.eu>
Cc: Jackson Donaldson <jackson88044@gmail.com>
Cc: Weifeng Liu <weifeng.liu.z@gmail.com>
Cc: Roman Penyaev <r.peniaev@gmail.com>
Cc: William Kosasih <kosasihwilliam4@gmail.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Tanish Desai <tanishdesai37@gmail.com>
---
 contrib/gitdm/group-map-individuals | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
index d7116f5444f..4ac0f99b87c 100644
--- a/contrib/gitdm/group-map-individuals
+++ b/contrib/gitdm/group-map-individuals
@@ -42,3 +42,17 @@ shentey@gmail.com
 bmeng@tinylab.org
 strahinja.p.jankovic@gmail.com
 Jason@zx2c4.com
+amarjargal16@gmail.com
+soumyajyotisarkar23@gmail.com
+tomitamoeko@gmail.com
+neither@nut.email
+ktokunaga.mail@gmail.com
+me@sean.taipei
+roy.hopkins@randomman.co.uk
+phil@philjordan.eu
+jackson88044@gmail.com
+weifeng.liu.z@gmail.com
+r.peniaev@gmail.com
+kosasihwilliam4@gmail.com
+linux@roeck-us.net
+tanishdesai37@gmail.com
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 22+ messages in thread

* Re: [PATCH 7/9] contrib/gitdm: add mapping for Nutanix
  2025-11-19 11:39 ` [PATCH 7/9] contrib/gitdm: add mapping for Nutanix Alex Bennée
@ 2025-11-19 11:43   ` John Levon
  2025-11-19 14:14   ` Jon Kohler
  1 sibling, 0 replies; 22+ messages in thread
From: John Levon @ 2025-11-19 11:43 UTC (permalink / raw)
  To: Alex Bennée
  Cc: qemu-devel, Manish Mishra, Tejus GK, Mark Cave-Ayland, Jon Kohler

On Wed, Nov 19, 2025 at 11:39:50AM +0000, Alex Bennée wrote:

> We have a number of hackers from Nutanix, make sure they are grouped
> together.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Manish Mishra <manish.mishra@nutanix.com>
> Cc: Tejus GK <tejus.gk@nutanix.com>
> Cc: Mark Cave-Ayland <mark.caveayland@nutanix.com>
> Cc: John Levon <john.levon@nutanix.com>
> Cc: Jon Kohler <jon@nutanix.com>
> ---
>  contrib/gitdm/domain-map | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index 4e67c3e484d..c07dffc51bd 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -35,6 +35,7 @@ lwn.net         LWN
>  microsoft.com   Microsoft
>  mvista.com      MontaVista
>  nokia.com       Nokia
> +nutanix.com     Nutanix
>  nuviainc.com    NUVIA
>  nvidia.com      NVIDIA
>  oracle.com      Oracle

Thanks.

Reviewed-by: John Levon <john.levon@nutanix.com>


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 2/9] contrib/gitdm: add group-map for Huawei
  2025-11-19 11:39 ` [PATCH 2/9] contrib/gitdm: add group-map for Huawei Alex Bennée
@ 2025-11-19 13:25   ` Jonathan Cameron via
  2025-11-19 14:36     ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 22+ messages in thread
From: Jonathan Cameron via @ 2025-11-19 13:25 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, Mauro Carvalho Chehab

On Wed, 19 Nov 2025 11:39:45 +0000
Alex Bennée <alex.bennee@linaro.org> wrote:

> While we do see contributions from the top-level domain some
> contributors also post via other addresses.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>


> ---
>  contrib/gitdm/group-map-huawei | 5 +++++
>  gitdm.config                   | 1 +
>  2 files changed, 6 insertions(+)
>  create mode 100644 contrib/gitdm/group-map-huawei
> 
> diff --git a/contrib/gitdm/group-map-huawei b/contrib/gitdm/group-map-huawei
> new file mode 100644
> index 00000000000..c287dd5d2b3
> --- /dev/null
> +++ b/contrib/gitdm/group-map-huawei
> @@ -0,0 +1,5 @@
> +#
> +# Some Huawei contributors submit via another domain
> +#
> +
> +mchehab+huawei@kernel.org
> diff --git a/gitdm.config b/gitdm.config
> index 06ac729c7bc..2d75dd4deee 100644
> --- a/gitdm.config
> +++ b/gitdm.config
> @@ -36,6 +36,7 @@ GroupMap contrib/gitdm/group-map-amd AMD
>  GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
>  GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
>  GroupMap contrib/gitdm/group-map-facebook Facebook
> +GroupMap contrib/gitdm/group-map-huawei Huawei
>  GroupMap contrib/gitdm/group-map-ibm IBM
>  GroupMap contrib/gitdm/group-map-janustech Janus Technologies
>  GroupMap contrib/gitdm/group-map-netflix Netflix



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 7/9] contrib/gitdm: add mapping for Nutanix
  2025-11-19 11:39 ` [PATCH 7/9] contrib/gitdm: add mapping for Nutanix Alex Bennée
  2025-11-19 11:43   ` John Levon
@ 2025-11-19 14:14   ` Jon Kohler
  2025-11-19 16:34     ` Alex Bennée
  1 sibling, 1 reply; 22+ messages in thread
From: Jon Kohler @ 2025-11-19 14:14 UTC (permalink / raw)
  To: Alex Bennée
  Cc: qemu-devel@nongnu.org, Tejus GK, Mark Cave-Ayland, John Levon



> On Nov 19, 2025, at 6:39 AM, Alex Bennée <alex.bennee@linaro.org> wrote:
> 
> !-------------------------------------------------------------------|
>  CAUTION: External Email
> 
> |-------------------------------------------------------------------!
> 
> We have a number of hackers from Nutanix, make sure they are grouped
> together.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Manish Mishra <manish.mishra@nutanix.com>

Note: Manish is no longer with Nutanix at this time.

> Cc: Tejus GK <tejus.gk@nutanix.com>
> Cc: Mark Cave-Ayland <mark.caveayland@nutanix.com>
> Cc: John Levon <john.levon@nutanix.com>
> Cc: Jon Kohler <jon@nutanix.com>
> ---
> contrib/gitdm/domain-map | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index 4e67c3e484d..c07dffc51bd 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -35,6 +35,7 @@ lwn.net         LWN
> microsoft.com   Microsoft
> mvista.com      MontaVista
> nokia.com       Nokia
> +nutanix.com     Nutanix
> nuviainc.com    NUVIA
> nvidia.com      NVIDIA
> oracle.com      Oracle
> -- 
> 2.47.3
> 

Neat! Thank you - Jon

Reviewed-by: Jon Kohler <jon@nutanix.com>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 2/9] contrib/gitdm: add group-map for Huawei
  2025-11-19 13:25   ` Jonathan Cameron via
@ 2025-11-19 14:36     ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 22+ messages in thread
From: Mauro Carvalho Chehab @ 2025-11-19 14:36 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: Alex Bennée, qemu-devel

Em Wed, 19 Nov 2025 13:25:15 +0000
Jonathan Cameron <jonathan.cameron@huawei.com> escreveu:

> On Wed, 19 Nov 2025 11:39:45 +0000
> Alex Bennée <alex.bennee@linaro.org> wrote:
> 
> > While we do see contributions from the top-level domain some
> > contributors also post via other addresses.
> > 
> > Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> > Cc: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> > Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>  
> 
> Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

> 
> 
> > ---
> >  contrib/gitdm/group-map-huawei | 5 +++++
> >  gitdm.config                   | 1 +
> >  2 files changed, 6 insertions(+)
> >  create mode 100644 contrib/gitdm/group-map-huawei
> > 
> > diff --git a/contrib/gitdm/group-map-huawei b/contrib/gitdm/group-map-huawei
> > new file mode 100644
> > index 00000000000..c287dd5d2b3
> > --- /dev/null
> > +++ b/contrib/gitdm/group-map-huawei
> > @@ -0,0 +1,5 @@
> > +#
> > +# Some Huawei contributors submit via another domain
> > +#
> > +
> > +mchehab+huawei@kernel.org
> > diff --git a/gitdm.config b/gitdm.config
> > index 06ac729c7bc..2d75dd4deee 100644
> > --- a/gitdm.config
> > +++ b/gitdm.config
> > @@ -36,6 +36,7 @@ GroupMap contrib/gitdm/group-map-amd AMD
> >  GroupMap contrib/gitdm/group-map-cadence Cadence Design Systems
> >  GroupMap contrib/gitdm/group-map-codeweavers CodeWeavers
> >  GroupMap contrib/gitdm/group-map-facebook Facebook
> > +GroupMap contrib/gitdm/group-map-huawei Huawei
> >  GroupMap contrib/gitdm/group-map-ibm IBM
> >  GroupMap contrib/gitdm/group-map-janustech Janus Technologies
> >  GroupMap contrib/gitdm/group-map-netflix Netflix  
> 



Thanks,
Mauro


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 3/9] contrib/gitdm: add group-map for Microsoft
  2025-11-19 11:39 ` [PATCH 3/9] contrib/gitdm: add group-map for Microsoft Alex Bennée
@ 2025-11-19 15:37   ` Wei Liu
  0 siblings, 0 replies; 22+ messages in thread
From: Wei Liu @ 2025-11-19 15:37 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, Magnus Kulke, Wei Liu

On Wed, Nov 19, 2025 at 11:39:46AM +0000, Alex Bennée wrote:
> While we do see contributions from the top-level domain we want to
> catch the linux.microsoft subdomain and those contributors also post
> via other addresses.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Magnus Kulke <magnuskulke@linux.microsoft.com>
> Cc: Wei Liu <wei.liu@kernel.org>

Acked-by: Wei Liu <wei.liu@kernel.org>

> ---
>  contrib/gitdm/group-map-microsoft | 8 ++++++++
>  gitdm.config                      | 1 +
>  2 files changed, 9 insertions(+)
>  create mode 100644 contrib/gitdm/group-map-microsoft
> 
> diff --git a/contrib/gitdm/group-map-microsoft b/contrib/gitdm/group-map-microsoft
> new file mode 100644
> index 00000000000..989a307b6db
> --- /dev/null
> +++ b/contrib/gitdm/group-map-microsoft
> @@ -0,0 +1,8 @@
> +#
> +# Some Microsoft contributors post from other emails
> +#
> +
> +# Some posting don't use the main domain
> +linux.microsoft.com
> +
> +wei.liu@kernel.org
> diff --git a/gitdm.config b/gitdm.config
> index 2d75dd4deee..8206c0af8a9 100644
> --- a/gitdm.config
> +++ b/gitdm.config
> @@ -39,6 +39,7 @@ GroupMap contrib/gitdm/group-map-facebook Facebook
>  GroupMap contrib/gitdm/group-map-huawei Huawei
>  GroupMap contrib/gitdm/group-map-ibm IBM
>  GroupMap contrib/gitdm/group-map-janustech Janus Technologies
> +GroupMap contrib/gitdm/group-map-microsoft Microsoft
>  GroupMap contrib/gitdm/group-map-netflix Netflix
>  GroupMap contrib/gitdm/group-map-redhat Red Hat
>  GroupMap contrib/gitdm/group-map-sifive SiFive
> -- 
> 2.47.3
> 


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 7/9] contrib/gitdm: add mapping for Nutanix
  2025-11-19 14:14   ` Jon Kohler
@ 2025-11-19 16:34     ` Alex Bennée
  0 siblings, 0 replies; 22+ messages in thread
From: Alex Bennée @ 2025-11-19 16:34 UTC (permalink / raw)
  To: Jon Kohler; +Cc: qemu-devel@nongnu.org, Tejus GK, Mark Cave-Ayland, John Levon

Jon Kohler <jon@nutanix.com> writes:

>> On Nov 19, 2025, at 6:39 AM, Alex Bennée <alex.bennee@linaro.org> wrote:
>> 
>> !-------------------------------------------------------------------|
>>  CAUTION: External Email
>> 
>> |-------------------------------------------------------------------!
>> 
>> We have a number of hackers from Nutanix, make sure they are grouped
>> together.
>> 
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> Cc: Manish Mishra <manish.mishra@nutanix.com>
>
> Note: Manish is no longer with Nutanix at this time.

No worries, the Cc list just was to catch someone attention with the
domain in their email ;-)
>
> Neat! Thank you - Jon
>
> Reviewed-by: Jon Kohler <jon@nutanix.com>

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 5/9] contrib/gitdm: add University of Tokyo to academic group
  2025-11-19 11:39 ` [PATCH 5/9] contrib/gitdm: add University of Tokyo to academic group Alex Bennée
@ 2025-11-20  1:32   ` Akihiko Odaki
  0 siblings, 0 replies; 22+ messages in thread
From: Akihiko Odaki @ 2025-11-20  1:32 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel

On 2025/11/19 20:39, Alex Bennée wrote:
> At least one of Akihiko's KVM forums presentations had University of
> Tokyo on it. Let me know if you would rather be added to the
> individual contributors.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>

I and my colleagues use QEMU for academic microarchitecture researches 
so it is indeed to appropriate to have an entry here.

Reviewed-by: Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 9/9] contrib/gitdm: add more individual contributors
  2025-11-19 11:39 ` [PATCH 9/9] contrib/gitdm: add more individual contributors Alex Bennée
@ 2025-11-20  2:05   ` Sean Wei
  2025-11-20  7:47   ` William Kosasih
  1 sibling, 0 replies; 22+ messages in thread
From: Sean Wei @ 2025-11-20  2:05 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel

Thanks for adding me to the list!

Acked-by: Sean Wei <me@sean.taipei>

On 2025/11/19 7:39 PM, Alex Bennée wrote:
> I'll only add names explicitly acked here as its quite possible people
> are using different addresses than their company affiliation. Let me
> know if you want contributions mapped to a company or academia instead.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Amarjargal Gundjalam <amarjargal16@gmail.com>
> Cc: Soumyajyotii Ssarkar <soumyajyotisarkar23@gmail.com>
> Cc: Tomita Moeko <tomitamoeko@gmail.com>
> Cc: Julian Ganz <neither@nut.email>
> Cc: Kohei Tokunaga <ktokunaga.mail@gmail.com>
> Cc: Sean Wei <me@sean.taipei>
> Cc: Roy Hopkins <roy.hopkins@randomman.co.uk>
> Cc: Phil Dennis-Jordan <phil@philjordan.eu>
> Cc: Jackson Donaldson <jackson88044@gmail.com>
> Cc: Weifeng Liu <weifeng.liu.z@gmail.com>
> Cc: Roman Penyaev <r.peniaev@gmail.com>
> Cc: William Kosasih <kosasihwilliam4@gmail.com>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: Tanish Desai <tanishdesai37@gmail.com>
> ---
>   contrib/gitdm/group-map-individuals | 14 ++++++++++++++
>   1 file changed, 14 insertions(+)
> 
> diff --git a/contrib/gitdm/group-map-individuals b/contrib/gitdm/group-map-individuals
> index d7116f5444f..4ac0f99b87c 100644
> --- a/contrib/gitdm/group-map-individuals
> +++ b/contrib/gitdm/group-map-individuals
> @@ -42,3 +42,17 @@ shentey@gmail.com
>   bmeng@tinylab.org
>   strahinja.p.jankovic@gmail.com
>   Jason@zx2c4.com
> +amarjargal16@gmail.com
> +soumyajyotisarkar23@gmail.com
> +tomitamoeko@gmail.com
> +neither@nut.email
> +ktokunaga.mail@gmail.com
> +me@sean.taipei
> +roy.hopkins@randomman.co.uk
> +phil@philjordan.eu
> +jackson88044@gmail.com
> +weifeng.liu.z@gmail.com
> +r.peniaev@gmail.com
> +kosasihwilliam4@gmail.com
> +linux@roeck-us.net
> +tanishdesai37@gmail.com



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 9/9] contrib/gitdm: add more individual contributors
  2025-11-19 11:39 ` [PATCH 9/9] contrib/gitdm: add more individual contributors Alex Bennée
  2025-11-20  2:05   ` Sean Wei
@ 2025-11-20  7:47   ` William Kosasih
  1 sibling, 0 replies; 22+ messages in thread
From: William Kosasih @ 2025-11-20  7:47 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1907 bytes --]

Acked-by: William Kosasih<kosasihwilliam4@gmail.com>

On Wed, Nov 19, 2025 at 22:10 Alex Bennée <alex.bennee@linaro.org> wrote:

> I'll only add names explicitly acked here as its quite possible people
> are using different addresses than their company affiliation. Let me
> know if you want contributions mapped to a company or academia instead.
>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Amarjargal Gundjalam <amarjargal16@gmail.com>
> Cc: Soumyajyotii Ssarkar <soumyajyotisarkar23@gmail.com>
> Cc: Tomita Moeko <tomitamoeko@gmail.com>
> Cc: Julian Ganz <neither@nut.email>
> Cc: Kohei Tokunaga <ktokunaga.mail@gmail.com>
> Cc: Sean Wei <me@sean.taipei>
> Cc: Roy Hopkins <roy.hopkins@randomman.co.uk>
> Cc: Phil Dennis-Jordan <phil@philjordan.eu>
> Cc: Jackson Donaldson <jackson88044@gmail.com>
> Cc: Weifeng Liu <weifeng.liu.z@gmail.com>
> Cc: Roman Penyaev <r.peniaev@gmail.com>
> Cc: William Kosasih <kosasihwilliam4@gmail.com>
> Cc: Guenter Roeck <linux@roeck-us.net>
> Cc: Tanish Desai <tanishdesai37@gmail.com>
> ---
>  contrib/gitdm/group-map-individuals | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> diff --git a/contrib/gitdm/group-map-individuals
> b/contrib/gitdm/group-map-individuals
> index d7116f5444f..4ac0f99b87c 100644
> --- a/contrib/gitdm/group-map-individuals
> +++ b/contrib/gitdm/group-map-individuals
> @@ -42,3 +42,17 @@ shentey@gmail.com
>  bmeng@tinylab.org
>  strahinja.p.jankovic@gmail.com
>  Jason@zx2c4.com
> +amarjargal16@gmail.com
> +soumyajyotisarkar23@gmail.com
> +tomitamoeko@gmail.com
> +neither@nut.email
> +ktokunaga.mail@gmail.com
> +me@sean.taipei
> +roy.hopkins@randomman.co.uk
> +phil@philjordan.eu
> +jackson88044@gmail.com
> +weifeng.liu.z@gmail.com
> +r.peniaev@gmail.com
> +kosasihwilliam4@gmail.com
> +linux@roeck-us.net
> +tanishdesai37@gmail.com
> --
> 2.47.3
>
>

[-- Attachment #2: Type: text/html, Size: 4330 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 6/9] contrib/gitdm: add mapping for Eviden
  2025-11-19 11:39 ` [PATCH 6/9] contrib/gitdm: add mapping for Eviden Alex Bennée
@ 2025-11-20  9:30   ` CLEMENT MATHIEU--DRIF
  0 siblings, 0 replies; 22+ messages in thread
From: CLEMENT MATHIEU--DRIF @ 2025-11-20  9:30 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel@nongnu.org; +Cc: DAMIEN BERGAMINI

Reviewed-by: Clement Mathieu--Drif <clement.mathieu--drif@eviden.com>

Thanks Alex

cmd

On Wed, 2025-11-19 at 11:39 +0000, Alex Bennée wrote:
> Caution: External email. Do not open attachments or click links,
unless this email comes from a known sender and you know the content is
safe.
> 
> 
> Signed-off-by: Alex Bennée
<[alex.bennee@linaro.org](mailto:alex.bennee@linaro.org)>  
> Cc:  Clément Mathieu--Drif
<[clement.mathieu--drif@eviden.com](mailto:clement.mathieu--drif@eviden.com
)>  
> Cc: Damien Bergamini
<[damien.bergamini@eviden.com](mailto:damien.bergamini@eviden.com)>  
> ---  
>  contrib/gitdm/domain-map | 1 +  
>  1 file changed, 1 insertion(+)
> 
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map  
> index bf1dce03fde..4e67c3e484d 100644  
> --- a/contrib/gitdm/domain-map  
> +++ b/contrib/gitdm/domain-map  
> @@ -19,6 +19,7 @@ crudebyte.com   Crudebyte  
>  chinatelecom.cn China Telecom  
>  daynix.com      Daynix  
>  eldorado.org.br Instituto de Pesquisas Eldorado  
> +eviden.com      Eviden  
>  fb.com          Facebook  
>  fujitsu.com     Fujitsu  
>  google.com      Google  
> --  
> 2.47.3
> 

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 4/9] contrib/gitdm: add Nicholas to the IBM group map
  2025-11-19 11:39 ` [PATCH 4/9] contrib/gitdm: add Nicholas to the IBM group map Alex Bennée
@ 2025-11-20 11:04   ` Philippe Mathieu-Daudé
  2025-11-20 11:31     ` Alex Bennée
  0 siblings, 1 reply; 22+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-11-20 11:04 UTC (permalink / raw)
  To: Alex Bennée, qemu-devel; +Cc: Nicholas Piggin

On 19/11/25 12:39, Alex Bennée wrote:
> Let me know if this should be under "individual contributor".

See '2025' section of https://ozlabs.org/about.html ...

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Cc: Nicholas Piggin <npiggin@gmail.com>
> ---
>   contrib/gitdm/group-map-ibm | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
> index 24d8dc1b865..2d76bbe163a 100644
> --- a/contrib/gitdm/group-map-ibm
> +++ b/contrib/gitdm/group-map-ibm
> @@ -13,3 +13,4 @@ joel@jms.id.au
>   sjitindarsingh@gmail.com
>   tommusta@gmail.com
>   idan.horowitz@gmail.com
> +npiggin@gmail.com



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH 4/9] contrib/gitdm: add Nicholas to the IBM group map
  2025-11-20 11:04   ` Philippe Mathieu-Daudé
@ 2025-11-20 11:31     ` Alex Bennée
  0 siblings, 0 replies; 22+ messages in thread
From: Alex Bennée @ 2025-11-20 11:31 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé; +Cc: qemu-devel, Nicholas Piggin

Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> On 19/11/25 12:39, Alex Bennée wrote:
>> Let me know if this should be under "individual contributor".
>
> See '2025' section of https://ozlabs.org/about.html ...

His last contribution was before the move. However if he continues to
use the same address for individual contributions I don't think gitdm
can discriminant based on dates.

Anyway I await Nicholas to advise what he would like to do ;-)

>
>> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>> Cc: Nicholas Piggin <npiggin@gmail.com>
>> ---
>>   contrib/gitdm/group-map-ibm | 1 +
>>   1 file changed, 1 insertion(+)
>> diff --git a/contrib/gitdm/group-map-ibm
>> b/contrib/gitdm/group-map-ibm
>> index 24d8dc1b865..2d76bbe163a 100644
>> --- a/contrib/gitdm/group-map-ibm
>> +++ b/contrib/gitdm/group-map-ibm
>> @@ -13,3 +13,4 @@ joel@jms.id.au
>>   sjitindarsingh@gmail.com
>>   tommusta@gmail.com
>>   idan.horowitz@gmail.com
>> +npiggin@gmail.com

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2025-11-20 11:32 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19 11:39 [PATCH 0/9] gitdm metadata updates 2025 edition Alex Bennée
2025-11-19 11:39 ` [PATCH 1/9] contrib/gitdm: add a group map for SiFive Alex Bennée
2025-11-19 11:39 ` [PATCH 2/9] contrib/gitdm: add group-map for Huawei Alex Bennée
2025-11-19 13:25   ` Jonathan Cameron via
2025-11-19 14:36     ` Mauro Carvalho Chehab
2025-11-19 11:39 ` [PATCH 3/9] contrib/gitdm: add group-map for Microsoft Alex Bennée
2025-11-19 15:37   ` Wei Liu
2025-11-19 11:39 ` [PATCH 4/9] contrib/gitdm: add Nicholas to the IBM group map Alex Bennée
2025-11-20 11:04   ` Philippe Mathieu-Daudé
2025-11-20 11:31     ` Alex Bennée
2025-11-19 11:39 ` [PATCH 5/9] contrib/gitdm: add University of Tokyo to academic group Alex Bennée
2025-11-20  1:32   ` Akihiko Odaki
2025-11-19 11:39 ` [PATCH 6/9] contrib/gitdm: add mapping for Eviden Alex Bennée
2025-11-20  9:30   ` CLEMENT MATHIEU--DRIF
2025-11-19 11:39 ` [PATCH 7/9] contrib/gitdm: add mapping for Nutanix Alex Bennée
2025-11-19 11:43   ` John Levon
2025-11-19 14:14   ` Jon Kohler
2025-11-19 16:34     ` Alex Bennée
2025-11-19 11:39 ` [PATCH 8/9] contrib/gitdm: add mapping for Qualcomm Alex Bennée
2025-11-19 11:39 ` [PATCH 9/9] contrib/gitdm: add more individual contributors Alex Bennée
2025-11-20  2:05   ` Sean Wei
2025-11-20  7:47   ` William Kosasih

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).