All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH  v1 0/3] gitdm updates
@ 2019-01-07 11:11 Alex Bennée
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 1/3] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Alex Bennée @ 2019-01-07 11:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: cota, Alex Bennée


Hi,

Added a few more updates mostly of IBMers with non corporate emails.
The year-end stats as per:

 git log --numstat --after="1/1/2018 00:00" \
                   --before="31/12/2018 23:59" | gitdm -n -l 10

Are:

  Top changeset contributors by employer
  Red Hat                   3091 (43.3%)
  Linaro                    1201 (16.8%)
  (None)                     484 (6.8%)
  IBM                        426 (6.0%)
  Academics (various)        186 (2.6%)
  Virtuozzo                  172 (2.4%)
  Wave Computing             118 (1.7%)
  Igalia                     109 (1.5%)
  Xilinx                     102 (1.4%)
  Cadence Design Systems      80 (1.1%)

  Top lines changed by employer
  Red Hat                   140523 (30.3%)
  Cadence Design Systems    81010 (17.5%)
  Linaro                    78098 (16.8%)
  Wave Computing            33134 (7.1%)
  IBM                       18918 (4.1%)
  SiFive                    14436 (3.1%)
  Academics (various)       11995 (2.6%)
  (None)                    11458 (2.5%)
  Virtuozzo                 10770 (2.3%)
  Oracle                    6698 (1.4%)

Alex Bennée (2):
  contrib/gitdm: add Nokia and Proxmox to the domain-map
  contrib/gitdm: add two more IBM'ers to group-map-ibm

Joel Stanley (1):
  contrib/gitdm: Add other IBMers

 contrib/gitdm/domain-map    | 2 ++
 contrib/gitdm/group-map-ibm | 7 +++++++
 2 files changed, 9 insertions(+)

-- 
2.17.1

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

* [Qemu-devel] [PATCH v1 1/3] contrib/gitdm: add Nokia and Proxmox to the domain-map
  2019-01-07 11:11 [Qemu-devel] [PATCH v1 0/3] gitdm updates Alex Bennée
@ 2019-01-07 11:11 ` Alex Bennée
  2019-01-09 22:41   ` Aleksandar Markovic
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 2/3] contrib/gitdm: Add other IBMers Alex Bennée
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 14+ messages in thread
From: Alex Bennée @ 2019-01-07 11:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: cota, Alex Bennée

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 contrib/gitdm/domain-map | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
index 8cbbcfe93d..0ab41ee27a 100644
--- a/contrib/gitdm/domain-map
+++ b/contrib/gitdm/domain-map
@@ -9,7 +9,9 @@ greensocs.com   GreenSocs
 ibm.com         IBM
 igalia.com      Igalia
 linaro.org      Linaro
+nokia.com       Nokia
 oracle.com      Oracle
+proxmox.com     Proxmox
 redhat.com      Red Hat
 siemens.com     Siemens
 sifive.com      SiFive
-- 
2.17.1

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

* [Qemu-devel] [PATCH  v1 2/3] contrib/gitdm: Add other IBMers
  2019-01-07 11:11 [Qemu-devel] [PATCH v1 0/3] gitdm updates Alex Bennée
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 1/3] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
@ 2019-01-07 11:11 ` Alex Bennée
  2019-01-09 22:40   ` Aleksandar Markovic
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 3/3] contrib/gitdm: add two more IBM'ers to group-map-ibm Alex Bennée
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 14+ messages in thread
From: Alex Bennée @ 2019-01-07 11:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: cota, Joel Stanley, Alex Bennée

From: Joel Stanley <joel@jms.id.au>

Here are some IBMers who use their personal addresses when submitting
patches.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 contrib/gitdm/group-map-ibm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
index b66db5f4a8..6c0570107d 100644
--- a/contrib/gitdm/group-map-ibm
+++ b/contrib/gitdm/group-map-ibm
@@ -2,5 +2,10 @@
 # Some IBM contributors submit via another domain
 #
 
+aik@ozlabs.ru
+andrew@aj.id.au
+benh@kernel.crashing.org
 clg@kaod.org
 groug@kaod.org
+joel@jms.id.au
+sjitindarsingh@gmail.com
-- 
2.17.1

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

* [Qemu-devel] [PATCH v1 3/3] contrib/gitdm: add two more IBM'ers to group-map-ibm
  2019-01-07 11:11 [Qemu-devel] [PATCH v1 0/3] gitdm updates Alex Bennée
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 1/3] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 2/3] contrib/gitdm: Add other IBMers Alex Bennée
@ 2019-01-07 11:11 ` Alex Bennée
  2019-01-09 22:32   ` Aleksandar Markovic
  2019-01-08 12:44 ` [Qemu-devel] [PATCH v1 0/3] gitdm updates Aleksandar Markovic
  2019-01-11 16:34 ` Aleksandar Markovic
  4 siblings, 1 reply; 14+ messages in thread
From: Alex Bennée @ 2019-01-07 11:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: cota, Alex Bennée

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 contrib/gitdm/group-map-ibm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
index 6c0570107d..22727319b3 100644
--- a/contrib/gitdm/group-map-ibm
+++ b/contrib/gitdm/group-map-ibm
@@ -6,6 +6,8 @@ aik@ozlabs.ru
 andrew@aj.id.au
 benh@kernel.crashing.org
 clg@kaod.org
+danielhb413@gmail.com
 groug@kaod.org
+jcfaracco@gmail.com
 joel@jms.id.au
 sjitindarsingh@gmail.com
-- 
2.17.1

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

* [Qemu-devel]  [PATCH v1 0/3] gitdm updates
  2019-01-07 11:11 [Qemu-devel] [PATCH v1 0/3] gitdm updates Alex Bennée
                   ` (2 preceding siblings ...)
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 3/3] contrib/gitdm: add two more IBM'ers to group-map-ibm Alex Bennée
@ 2019-01-08 12:44 ` Aleksandar Markovic
  2019-01-09 22:43   ` Aleksandar Markovic
  2019-01-11 16:34 ` Aleksandar Markovic
  4 siblings, 1 reply; 14+ messages in thread
From: Aleksandar Markovic @ 2019-01-08 12:44 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, cota

On Monday, January 7, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:

>
> Hi,
>
> Added a few more updates mostly of IBMers with non corporate emails.


Hi, Alex, could you please add

leon.alrae@imgtec.com

to Wave Computing group?

(my email client automatically inserts and displays "ae" as one letter, the
last name should be ending with a e, a-l-r-a-e.)

I have some patches from Leon that will be upstreamed soon, with his email
as above.

I am on days-off and it is difficult for me to create and send patches, so
I ask you toake this minor correction.

Thanks, Aleksandar



> The year-end stats as per:
>
>  git log --numstat --after="1/1/2018 00:00" \
>                    --before="31/12/2018 23:59" | gitdm -n -l 10
>
> Are:
>
>   Top changeset contributors by employer
>   Red Hat                   3091 (43.3%)
>   Linaro                    1201 (16.8%)
>   (None)                     484 (6.8%)
>   IBM                        426 (6.0%)
>   Academics (various)        186 (2.6%)
>   Virtuozzo                  172 (2.4%)
>   Wave Computing             118 (1.7%)
>   Igalia                     109 (1.5%)
>   Xilinx                     102 (1.4%)
>   Cadence Design Systems      80 (1.1%)
>
>   Top lines changed by employer
>   Red Hat                   140523 (30.3%)
>   Cadence Design Systems    81010 (17.5%)
>   Linaro                    78098 (16.8%)
>   Wave Computing            33134 (7.1%)
>   IBM                       18918 (4.1%)
>   SiFive                    14436 (3.1%)
>   Academics (various)       11995 (2.6%)
>   (None)                    11458 (2.5%)
>   Virtuozzo                 10770 (2.3%)
>   Oracle                    6698 (1.4%)
>
> Alex Bennée (2):
>   contrib/gitdm: add Nokia and Proxmox to the domain-map
>   contrib/gitdm: add two more IBM'ers to group-map-ibm
>
> Joel Stanley (1):
>   contrib/gitdm: Add other IBMers
>
>  contrib/gitdm/domain-map    | 2 ++
>  contrib/gitdm/group-map-ibm | 7 +++++++
>  2 files changed, 9 insertions(+)
>
> --
> 2.17.1
>
>
>

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

* Re: [Qemu-devel] [PATCH v1 3/3] contrib/gitdm: add two more IBM'ers to group-map-ibm
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 3/3] contrib/gitdm: add two more IBM'ers to group-map-ibm Alex Bennée
@ 2019-01-09 22:32   ` Aleksandar Markovic
  0 siblings, 0 replies; 14+ messages in thread
From: Aleksandar Markovic @ 2019-01-09 22:32 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, cota

On Monday, January 7, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  contrib/gitdm/group-map-ibm | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
> index 6c0570107d..22727319b3 100644
> --- a/contrib/gitdm/group-map-ibm
> +++ b/contrib/gitdm/group-map-ibm
> @@ -6,6 +6,8 @@ aik@ozlabs.ru
>  andrew@aj.id.au
>  benh@kernel.crashing.org
>  clg@kaod.org
> +danielhb413@gmail.com
>  groug@kaod.org
> +jcfaracco@gmail.com
>  joel@jms.id.au
>  sjitindarsingh@gmail.com
> --
> 2.17.1
>
>
>
 Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>

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

* Re: [Qemu-devel] [PATCH v1 2/3] contrib/gitdm: Add other IBMers
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 2/3] contrib/gitdm: Add other IBMers Alex Bennée
@ 2019-01-09 22:40   ` Aleksandar Markovic
  0 siblings, 0 replies; 14+ messages in thread
From: Aleksandar Markovic @ 2019-01-09 22:40 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, cota, Joel Stanley

On Monday, January 7, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:

> From: Joel Stanley <joel@jms.id.au>
>
> Here are some IBMers who use their personal addresses when submitting
> patches.
>
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> Acked-by: Andrew Jeffery <andrew@aj.id.au>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  contrib/gitdm/group-map-ibm | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/contrib/gitdm/group-map-ibm b/contrib/gitdm/group-map-ibm
> index b66db5f4a8..6c0570107d 100644
> --- a/contrib/gitdm/group-map-ibm
> +++ b/contrib/gitdm/group-map-ibm
> @@ -2,5 +2,10 @@
>  # Some IBM contributors submit via another domain
>  #
>
> +aik@ozlabs.ru
> +andrew@aj.id.au
> +benh@kernel.crashing.org
>  clg@kaod.org
>  groug@kaod.org
> +joel@jms.id.au
> +sjitindarsingh@gmail.com
> --
> 2.17.1
>
>
 Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>

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

* Re: [Qemu-devel] [PATCH v1 1/3] contrib/gitdm: add Nokia and Proxmox to the domain-map
  2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 1/3] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
@ 2019-01-09 22:41   ` Aleksandar Markovic
  0 siblings, 0 replies; 14+ messages in thread
From: Aleksandar Markovic @ 2019-01-09 22:41 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, cota

On Monday, January 7, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:

> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  contrib/gitdm/domain-map | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/contrib/gitdm/domain-map b/contrib/gitdm/domain-map
> index 8cbbcfe93d..0ab41ee27a 100644
> --- a/contrib/gitdm/domain-map
> +++ b/contrib/gitdm/domain-map
> @@ -9,7 +9,9 @@ greensocs.com   GreenSocs
>  ibm.com         IBM
>  igalia.com      Igalia
>  linaro.org      Linaro
> +nokia.com       Nokia
>  oracle.com      Oracle
> +proxmox.com     Proxmox
>  redhat.com      Red Hat
>  siemens.com     Siemens
>  sifive.com      SiFive
> --
> 2.17.1
>
>
>
 Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>

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

* Re: [Qemu-devel] [PATCH v1 0/3] gitdm updates
  2019-01-08 12:44 ` [Qemu-devel] [PATCH v1 0/3] gitdm updates Aleksandar Markovic
@ 2019-01-09 22:43   ` Aleksandar Markovic
  2019-01-14 15:58     ` Alex Bennée
  0 siblings, 1 reply; 14+ messages in thread
From: Aleksandar Markovic @ 2019-01-09 22:43 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, cota

On Tuesday, January 8, 2019, Aleksandar Markovic <
aleksandar.m.mail@gmail.com> wrote:

>
>
> On Monday, January 7, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:
>
>>
>> Hi,
>>
>> Added a few more updates mostly of IBMers with non corporate emails.
>
>
> Hi, Alex, could you please add
>
> leon.alrae@imgtec.com
>
> to Wave Computing group?
>
> (my email client automatically inserts and displays "ae" as one letter,
> the last name should be ending with a e, a-l-r-a-e.)
>
> I have some patches from Leon that will be upstreamed soon, with his email
> as above.
>
> I am on days-off and it is difficult for me to create and send patches, so
> I ask you toake this minor correction.
>
> Thanks, Aleksandar
>
>
>
>> The year-end stats as per:
>>
>>  git log --numstat --after="1/1/2018 00:00" \
>>                    --before="31/12/2018 23:59" | gitdm -n -l 10
>>
>> Are:
>>
>>   Top changeset contributors by employer
>>   Red Hat                   3091 (43.3%)
>>   Linaro                    1201 (16.8%)
>>   (None)                     484 (6.8%)
>>   IBM                        426 (6.0%)
>>   Academics (various)        186 (2.6%)
>>   Virtuozzo                  172 (2.4%)
>>   Wave Computing             118 (1.7%)
>>   Igalia                     109 (1.5%)
>>   Xilinx                     102 (1.4%)
>>   Cadence Design Systems      80 (1.1%)
>>
>>   Top lines changed by employer
>>   Red Hat                   140523 (30.3%)
>>   Cadence Design Systems    81010 (17.5%)
>>   Linaro                    78098 (16.8%)
>>   Wave Computing            33134 (7.1%)
>>   IBM                       18918 (4.1%)
>>   SiFive                    14436 (3.1%)
>>   Academics (various)       11995 (2.6%)
>>   (None)                    11458 (2.5%)
>>   Virtuozzo                 10770 (2.3%)
>>   Oracle                    6698 (1.4%)
>>
>> Alex Bennée (2):
>>   contrib/gitdm: add Nokia and Proxmox to the domain-map
>>   contrib/gitdm: add two more IBM'ers to group-map-ibm
>>
>> Joel Stanley (1):
>>   contrib/gitdm: Add other IBMers
>>
>>  contrib/gitdm/domain-map    | 2 ++
>>  contrib/gitdm/group-map-ibm | 7 +++++++
>>  2 files changed, 9 insertions(+)
>>
>> --
>> 2.17.1
>>
>>
>>
If you create a patch for Wave Computing as I described it also has:

 Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>

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

* Re: [Qemu-devel] [PATCH v1 0/3] gitdm updates
  2019-01-07 11:11 [Qemu-devel] [PATCH v1 0/3] gitdm updates Alex Bennée
                   ` (3 preceding siblings ...)
  2019-01-08 12:44 ` [Qemu-devel] [PATCH v1 0/3] gitdm updates Aleksandar Markovic
@ 2019-01-11 16:34 ` Aleksandar Markovic
  2019-01-11 18:00   ` Alex Bennée
  4 siblings, 1 reply; 14+ messages in thread
From: Aleksandar Markovic @ 2019-01-11 16:34 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, cota

On Monday, January 7, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:

>
> Hi,
>
> Added a few more updates mostly of IBMers with non corporate emails.


Alex, it seems logical to me that you also create a section on gitdm in
MAINTAINERS, and set yourself as the maintainer for contrib/gitdm/*.

Alelsandar



> The year-end stats as per:
>
>  git log --numstat --after="1/1/2018 00:00" \
>                    --before="31/12/2018 23:59" | gitdm -n -l 10
>
> Are:
>
>   Top changeset contributors by employer
>   Red Hat                   3091 (43.3%)
>   Linaro                    1201 (16.8%)
>   (None)                     484 (6.8%)
>   IBM                        426 (6.0%)
>   Academics (various)        186 (2.6%)
>   Virtuozzo                  172 (2.4%)
>   Wave Computing             118 (1.7%)
>   Igalia                     109 (1.5%)
>   Xilinx                     102 (1.4%)
>   Cadence Design Systems      80 (1.1%)
>
>   Top lines changed by employer
>   Red Hat                   140523 (30.3%)
>   Cadence Design Systems    81010 (17.5%)
>   Linaro                    78098 (16.8%)
>   Wave Computing            33134 (7.1%)
>   IBM                       18918 (4.1%)
>   SiFive                    14436 (3.1%)
>   Academics (various)       11995 (2.6%)
>   (None)                    11458 (2.5%)
>   Virtuozzo                 10770 (2.3%)
>   Oracle                    6698 (1.4%)
>
> Alex Bennée (2):
>   contrib/gitdm: add Nokia and Proxmox to the domain-map
>   contrib/gitdm: add two more IBM'ers to group-map-ibm
>
> Joel Stanley (1):
>   contrib/gitdm: Add other IBMers
>
>  contrib/gitdm/domain-map    | 2 ++
>  contrib/gitdm/group-map-ibm | 7 +++++++
>  2 files changed, 9 insertions(+)
>
> --
> 2.17.1
>
>
>

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

* Re: [Qemu-devel] [PATCH v1 0/3] gitdm updates
  2019-01-11 16:34 ` Aleksandar Markovic
@ 2019-01-11 18:00   ` Alex Bennée
  2019-01-14  6:56     ` Markus Armbruster
  0 siblings, 1 reply; 14+ messages in thread
From: Alex Bennée @ 2019-01-11 18:00 UTC (permalink / raw)
  To: Aleksandar Markovic; +Cc: qemu-devel, cota


Aleksandar Markovic <aleksandar.m.mail@gmail.com> writes:

> On Monday, January 7, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:
>
>>
>> Hi,
>>
>> Added a few more updates mostly of IBMers with non corporate emails.
>
>
> Alex, it seems logical to me that you also create a section on gitdm in
> MAINTAINERS, and set yourself as the maintainer for contrib/gitdm/*.

I guess - do we do that for other contrib stuff?

>
> Alelsandar
>
>
>
>> The year-end stats as per:
>>
>>  git log --numstat --after="1/1/2018 00:00" \
>>                    --before="31/12/2018 23:59" | gitdm -n -l 10
>>
>> Are:
>>
>>   Top changeset contributors by employer
>>   Red Hat                   3091 (43.3%)
>>   Linaro                    1201 (16.8%)
>>   (None)                     484 (6.8%)
>>   IBM                        426 (6.0%)
>>   Academics (various)        186 (2.6%)
>>   Virtuozzo                  172 (2.4%)
>>   Wave Computing             118 (1.7%)
>>   Igalia                     109 (1.5%)
>>   Xilinx                     102 (1.4%)
>>   Cadence Design Systems      80 (1.1%)
>>
>>   Top lines changed by employer
>>   Red Hat                   140523 (30.3%)
>>   Cadence Design Systems    81010 (17.5%)
>>   Linaro                    78098 (16.8%)
>>   Wave Computing            33134 (7.1%)
>>   IBM                       18918 (4.1%)
>>   SiFive                    14436 (3.1%)
>>   Academics (various)       11995 (2.6%)
>>   (None)                    11458 (2.5%)
>>   Virtuozzo                 10770 (2.3%)
>>   Oracle                    6698 (1.4%)
>>
>> Alex Bennée (2):
>>   contrib/gitdm: add Nokia and Proxmox to the domain-map
>>   contrib/gitdm: add two more IBM'ers to group-map-ibm
>>
>> Joel Stanley (1):
>>   contrib/gitdm: Add other IBMers
>>
>>  contrib/gitdm/domain-map    | 2 ++
>>  contrib/gitdm/group-map-ibm | 7 +++++++
>>  2 files changed, 9 insertions(+)
>>
>> --
>> 2.17.1
>>
>>
>>


--
Alex Bennée

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

* Re: [Qemu-devel] [PATCH v1 0/3] gitdm updates
  2019-01-11 18:00   ` Alex Bennée
@ 2019-01-14  6:56     ` Markus Armbruster
  0 siblings, 0 replies; 14+ messages in thread
From: Markus Armbruster @ 2019-01-14  6:56 UTC (permalink / raw)
  To: Alex Bennée; +Cc: Aleksandar Markovic, cota, qemu-devel

Alex Bennée <alex.bennee@linaro.org> writes:

> Aleksandar Markovic <aleksandar.m.mail@gmail.com> writes:
>
>> On Monday, January 7, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>>>
>>> Hi,
>>>
>>> Added a few more updates mostly of IBMers with non corporate emails.
>>
>>
>> Alex, it seems logical to me that you also create a section on gitdm in
>> MAINTAINERS, and set yourself as the maintainer for contrib/gitdm/*.
>
> I guess - do we do that for other contrib stuff?

Same answer as for all the other stuff: sometimes ;-P

Back to serious.  Since you're quite obviously maintaining it now, why
not make it official?

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

* Re: [Qemu-devel] [PATCH v1 0/3] gitdm updates
  2019-01-09 22:43   ` Aleksandar Markovic
@ 2019-01-14 15:58     ` Alex Bennée
  2019-01-14 17:23       ` Aleksandar Markovic
  0 siblings, 1 reply; 14+ messages in thread
From: Alex Bennée @ 2019-01-14 15:58 UTC (permalink / raw)
  To: Aleksandar Markovic; +Cc: qemu-devel, cota


Aleksandar Markovic <aleksandar.m.mail@gmail.com> writes:

> On Tuesday, January 8, 2019, Aleksandar Markovic <
> aleksandar.m.mail@gmail.com> wrote:
<snip>
>>>
> If you create a patch for Wave Computing as I described it also has:
>
>  Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>

I recall the email but I just can't find it now. Was it sent from this
email address?

--
Alex Bennée

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

* Re: [Qemu-devel] [PATCH v1 0/3] gitdm updates
  2019-01-14 15:58     ` Alex Bennée
@ 2019-01-14 17:23       ` Aleksandar Markovic
  0 siblings, 0 replies; 14+ messages in thread
From: Aleksandar Markovic @ 2019-01-14 17:23 UTC (permalink / raw)
  To: Alex Bennée; +Cc: qemu-devel, cota

On Monday, January 14, 2019, Alex Bennée <alex.bennee@linaro.org> wrote:

>
> Aleksandar Markovic <aleksandar.m.mail@gmail.com> writes:
>
> > On Tuesday, January 8, 2019, Aleksandar Markovic <
> > aleksandar.m.mail@gmail.com> wrote:
> <snip>
> >>>
> > If you create a patch for Wave Computing as I described it also has:
> >
> >  Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
>
> I recall the email but I just can't find it now. Was it sent from this
> email address?
>
>
I am still on days-off, and using gmail email account to occasionally send
response to this list, but all "Reviewed-by"s and similar stuff from me
should exclusively contain my business email, <amarkovic@wavecomp.com>. I
can't send patches, or use business mail while on days off because of some
slight technical  obstacles that I don't have time and energy to deal with
at this moment.

I am happy with the patch on including Leon Alrae in Wave group that you
already sent as a part of the pull request. You could have included my R-B.

Sincerely, Aleksansar





> --
> Alex Bennée
>

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

end of thread, other threads:[~2019-01-14 17:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-07 11:11 [Qemu-devel] [PATCH v1 0/3] gitdm updates Alex Bennée
2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 1/3] contrib/gitdm: add Nokia and Proxmox to the domain-map Alex Bennée
2019-01-09 22:41   ` Aleksandar Markovic
2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 2/3] contrib/gitdm: Add other IBMers Alex Bennée
2019-01-09 22:40   ` Aleksandar Markovic
2019-01-07 11:11 ` [Qemu-devel] [PATCH v1 3/3] contrib/gitdm: add two more IBM'ers to group-map-ibm Alex Bennée
2019-01-09 22:32   ` Aleksandar Markovic
2019-01-08 12:44 ` [Qemu-devel] [PATCH v1 0/3] gitdm updates Aleksandar Markovic
2019-01-09 22:43   ` Aleksandar Markovic
2019-01-14 15:58     ` Alex Bennée
2019-01-14 17:23       ` Aleksandar Markovic
2019-01-11 16:34 ` Aleksandar Markovic
2019-01-11 18:00   ` Alex Bennée
2019-01-14  6:56     ` Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.