Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2019-08-07 Thread Paul E. McKenney
On Mon, Aug 05, 2019 at 02:15:17PM +0200, Andrea Parri wrote:
> My @amarulasolutions.com address stopped working this July, so update
> to my @gmail.com address where you'll still be able to reach me.
> 
> Signed-off-by: Andrea Parri 

Queued for the v5.4 merge window, thank you!

Thanx, Paul

> Cc: Alan Stern 
> Cc: Will Deacon 
> Cc: Peter Zijlstra 
> Cc: Boqun Feng 
> Cc: Nicholas Piggin 
> Cc: David Howells 
> Cc: Jade Alglave 
> Cc: Luc Maranget 
> Cc: "Paul E. McKenney" 
> Cc: Akira Yokosawa 
> Cc: Daniel Lustig 
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6426db5198f05..527317026492f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9326,7 +9326,7 @@ F:  drivers/misc/lkdtm/*
>  
>  LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
>  M:   Alan Stern 
> -M:   Andrea Parri 
> +M:   Andrea Parri 
>  M:   Will Deacon 
>  M:   Peter Zijlstra 
>  M:   Boqun Feng 
> -- 
> 2.17.1
> 



Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2019-08-05 Thread Paul E. McKenney
On Mon, Aug 05, 2019 at 11:09:28AM -0700, James Bottomley wrote:
> On Mon, 2019-08-05 at 10:43 -0700, Paul E. McKenney wrote:
> > On Mon, Aug 05, 2019 at 08:23:38AM -0700, James Bottomley wrote:
> > > On Mon, 2019-08-05 at 17:15 +0200, Andrea Parri wrote:
> > > > > Why don't you also add an entry in .mailmap as Will did in
> > > > > commit
> > > > > c584b1202f2d ("MAINTAINERS: Update my email address to use
> > > > > @kernel.org")?
> > > > 
> > > > I considered it but could not understand its purpose...  Maybe
> > > > you can explain it to me?  ;-) (can resend with this change if
> > > > needed/desired).
> > > 
> > > man git-shortlog gives you the gory detail, but its use is to
> > > "coalesce together commits by the same person in the shortlog,
> > > where their name and/or email address was spelled
> > > differently."  The usual way this happens is that people have the
> > > name that appears in the From field with and without initials.
> > 
> > New one on me, thank you!  So I should have a line in .mailmap like
> > this?
> > 
> > Paul E. McKenney   > rg> 
> 
> Well, you could, but there's no need.  As long as your email has 'Paul
> E. McKenney' as the text prefix, git-shortlog will do the correct
> aggregation without any need for a .mailmap entry.  However, if, say,
> your linaro email had been
> 
> Paul McKenney 
> 
> Then you would need one because git-shortlog would think 'Paul
> McKenney' and 'Paul E. McKenney' were two different people.

Thank you for the explication!

Thanx, Paul


Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2019-08-05 Thread James Bottomley
On Mon, 2019-08-05 at 10:43 -0700, Paul E. McKenney wrote:
> On Mon, Aug 05, 2019 at 08:23:38AM -0700, James Bottomley wrote:
> > On Mon, 2019-08-05 at 17:15 +0200, Andrea Parri wrote:
> > > > Why don't you also add an entry in .mailmap as Will did in
> > > > commit
> > > > c584b1202f2d ("MAINTAINERS: Update my email address to use
> > > > @kernel.org")?
> > > 
> > > I considered it but could not understand its purpose...  Maybe
> > > you can explain it to me?  ;-) (can resend with this change if
> > > needed/desired).
> > 
> > man git-shortlog gives you the gory detail, but its use is to
> > "coalesce together commits by the same person in the shortlog,
> > where their name and/or email address was spelled
> > differently."  The usual way this happens is that people have the
> > name that appears in the From field with and without initials.
> 
> New one on me, thank you!  So I should have a line in .mailmap like
> this?
> 
> Paul E. McKenney   rg> 

Well, you could, but there's no need.  As long as your email has 'Paul
E. McKenney' as the text prefix, git-shortlog will do the correct
aggregation without any need for a .mailmap entry.  However, if, say,
your linaro email had been

Paul McKenney 

Then you would need one because git-shortlog would think 'Paul
McKenney' and 'Paul E. McKenney' were two different people.

James



Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2019-08-05 Thread Paul E. McKenney
On Mon, Aug 05, 2019 at 08:23:38AM -0700, James Bottomley wrote:
> On Mon, 2019-08-05 at 17:15 +0200, Andrea Parri wrote:
> > > Why don't you also add an entry in .mailmap as Will did in commit
> > > c584b1202f2d ("MAINTAINERS: Update my email address to use
> > > @kernel.org")?
> > 
> > I considered it but could not understand its purpose...  Maybe you
> > can explain it to me?  ;-) (can resend with this change if
> > needed/desired).
> 
> man git-shortlog gives you the gory detail, but its use is to "coalesce
> together commits by the same person in the shortlog, where their name
> and/or email address was spelled differently."  The usual way this
> happens is that people have the name that appears in the From field
> with and without initials.

New one on me, thank you!  So I should have a line in .mailmap like this?

Paul E. McKenney   


Thanx, Paul



Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2019-08-05 Thread Andrea Parri
On Mon, Aug 05, 2019 at 08:23:38AM -0700, James Bottomley wrote:
> On Mon, 2019-08-05 at 17:15 +0200, Andrea Parri wrote:
> > > Why don't you also add an entry in .mailmap as Will did in commit
> > > c584b1202f2d ("MAINTAINERS: Update my email address to use
> > > @kernel.org")?
> > 
> > I considered it but could not understand its purpose...  Maybe you
> > can explain it to me?  ;-) (can resend with this change if
> > needed/desired).
> 
> man git-shortlog gives you the gory detail, but its use is to "coalesce
> together commits by the same person in the shortlog, where their name
> and/or email address was spelled differently."  The usual way this
> happens is that people have the name that appears in the From field
> with and without initials.

Thanks for the remarks, James.  Given this, I'm okay with the submitted
version (i.e., no change to .mailmap).

  Andrea


Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2019-08-05 Thread James Bottomley
On Mon, 2019-08-05 at 17:15 +0200, Andrea Parri wrote:
> > Why don't you also add an entry in .mailmap as Will did in commit
> > c584b1202f2d ("MAINTAINERS: Update my email address to use
> > @kernel.org")?
> 
> I considered it but could not understand its purpose...  Maybe you
> can explain it to me?  ;-) (can resend with this change if
> needed/desired).

man git-shortlog gives you the gory detail, but its use is to "coalesce
together commits by the same person in the shortlog, where their name
and/or email address was spelled differently."  The usual way this
happens is that people have the name that appears in the From field
with and without initials.

James



Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2019-08-05 Thread Andrea Parri
> Why don't you also add an entry in .mailmap as Will did in commit
> c584b1202f2d ("MAINTAINERS: Update my email address to use @kernel.org")?

I considered it but could not understand its purpose...  Maybe you can
explain it to me?  ;-) (can resend with this change if needed/desired).

Thanks,
  Andrea


Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2019-08-05 Thread Akira Yokosawa
On Mon,  5 Aug 2019 14:15:17 +0200, Andrea Parri wrote:
> My @amarulasolutions.com address stopped working this July, so update
> to my @gmail.com address where you'll still be able to reach me.
> 
> Signed-off-by: Andrea Parri 
> Cc: Alan Stern 
> Cc: Will Deacon 
> Cc: Peter Zijlstra 
> Cc: Boqun Feng 
> Cc: Nicholas Piggin 
> Cc: David Howells 
> Cc: Jade Alglave 
> Cc: Luc Maranget 
> Cc: "Paul E. McKenney" 
> Cc: Akira Yokosawa 
> Cc: Daniel Lustig 
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Hi Andrea,

Why don't you also add an entry in .mailmap as Will did in commit
c584b1202f2d ("MAINTAINERS: Update my email address to use @kernel.org")?

Thanks, Akira

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6426db5198f05..527317026492f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9326,7 +9326,7 @@ F:  drivers/misc/lkdtm/*
>  
>  LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
>  M:   Alan Stern 
> -M:   Andrea Parri 
> +M:   Andrea Parri 
>  M:   Will Deacon 
>  M:   Peter Zijlstra 
>  M:   Boqun Feng 
> 



Re: [PATCH] MAINTAINERS: Update E-mail address

2018-07-10 Thread Martyn Welch
On Tue, 2018-07-10 at 16:47 +0200, Peter Senna Tschudin wrote:
> Update my E-mail address on MAINTAINERS file.
> 
> Signed-off-by: Peter Senna Tschudin 

Acked-by: Martyn Welch 

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a29d10f25e27..3204ea8c2a8f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9133,7 +9133,7 @@ S:  Maintained
>  F:   drivers/usb/mtu3/
>  
>  MEGACHIPS STDP-GE-B850V3-FW LVDS/DP++ BRIDGES
> -M:   Peter Senna Tschudin 
> +M:   Peter Senna Tschudin 
>  M:   Martin Donnelly 
>  M:   Martyn Welch 
>  S:   Maintained


Re: [PATCH] MAINTAINERS: Update E-mail address

2018-07-10 Thread Martyn Welch
On Tue, 2018-07-10 at 16:47 +0200, Peter Senna Tschudin wrote:
> Update my E-mail address on MAINTAINERS file.
> 
> Signed-off-by: Peter Senna Tschudin 

Acked-by: Martyn Welch 

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a29d10f25e27..3204ea8c2a8f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9133,7 +9133,7 @@ S:  Maintained
>  F:   drivers/usb/mtu3/
>  
>  MEGACHIPS STDP-GE-B850V3-FW LVDS/DP++ BRIDGES
> -M:   Peter Senna Tschudin 
> +M:   Peter Senna Tschudin 
>  M:   Martin Donnelly 
>  M:   Martyn Welch 
>  S:   Maintained


Re: [PATCH] MAINTAINERS: Update E-mail address

2018-07-10 Thread Sebastian Reichel
Hi Peter,

On Tue, Jul 10, 2018 at 04:47:02PM +0200, Peter Senna Tschudin wrote:
> Update my E-mail address on MAINTAINERS file.
> 
> Signed-off-by: Peter Senna Tschudin 

Reviewed-by: Sebastian Reichel 

-- Sebastian

>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a29d10f25e27..3204ea8c2a8f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9133,7 +9133,7 @@ S:  Maintained
>  F:   drivers/usb/mtu3/
>  
>  MEGACHIPS STDP-GE-B850V3-FW LVDS/DP++ BRIDGES
> -M:   Peter Senna Tschudin 
> +M:   Peter Senna Tschudin 
>  M:   Martin Donnelly 
>  M:   Martyn Welch 
>  S:   Maintained
> -- 
> 2.17.1
> 


signature.asc
Description: PGP signature


Re: [PATCH] MAINTAINERS: Update E-mail address

2018-07-10 Thread Sebastian Reichel
Hi Peter,

On Tue, Jul 10, 2018 at 04:47:02PM +0200, Peter Senna Tschudin wrote:
> Update my E-mail address on MAINTAINERS file.
> 
> Signed-off-by: Peter Senna Tschudin 

Reviewed-by: Sebastian Reichel 

-- Sebastian

>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a29d10f25e27..3204ea8c2a8f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9133,7 +9133,7 @@ S:  Maintained
>  F:   drivers/usb/mtu3/
>  
>  MEGACHIPS STDP-GE-B850V3-FW LVDS/DP++ BRIDGES
> -M:   Peter Senna Tschudin 
> +M:   Peter Senna Tschudin 
>  M:   Martin Donnelly 
>  M:   Martyn Welch 
>  S:   Maintained
> -- 
> 2.17.1
> 


signature.asc
Description: PGP signature


Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2018-04-20 Thread Paul E. McKenney
On Fri, Apr 20, 2018 at 06:16:53PM +0200, Andrea Parri wrote:
> I moved to Amarula Solutions; switch to work e-mail address.
> 
> Signed-off-by: Andrea Parri 
> Cc: Alan Stern 
> Cc: Will Deacon 
> Cc: Peter Zijlstra 
> Cc: Boqun Feng 
> Cc: Nicholas Piggin 
> Cc: David Howells 
> Cc: Jade Alglave 
> Cc: Luc Maranget 
> Cc: "Paul E. McKenney" 
> Cc: Akira Yokosawa 

I applied this, thank you!

Thanx, Paul

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 27ffa56e75500..2544827564f82 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8153,7 +8153,7 @@ F:  drivers/misc/lkdtm*
> 
>  LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
>  M:   Alan Stern 
> -M:   Andrea Parri 
> +M:   Andrea Parri 
>  M:   Will Deacon 
>  M:   Peter Zijlstra 
>  M:   Boqun Feng 
> -- 
> 2.7.4
> 



Re: [PATCH] MAINTAINERS: Update e-mail address for Andrea Parri

2018-04-20 Thread Paul E. McKenney
On Fri, Apr 20, 2018 at 06:16:53PM +0200, Andrea Parri wrote:
> I moved to Amarula Solutions; switch to work e-mail address.
> 
> Signed-off-by: Andrea Parri 
> Cc: Alan Stern 
> Cc: Will Deacon 
> Cc: Peter Zijlstra 
> Cc: Boqun Feng 
> Cc: Nicholas Piggin 
> Cc: David Howells 
> Cc: Jade Alglave 
> Cc: Luc Maranget 
> Cc: "Paul E. McKenney" 
> Cc: Akira Yokosawa 

I applied this, thank you!

Thanx, Paul

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 27ffa56e75500..2544827564f82 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8153,7 +8153,7 @@ F:  drivers/misc/lkdtm*
> 
>  LINUX KERNEL MEMORY CONSISTENCY MODEL (LKMM)
>  M:   Alan Stern 
> -M:   Andrea Parri 
> +M:   Andrea Parri 
>  M:   Will Deacon 
>  M:   Peter Zijlstra 
>  M:   Boqun Feng 
> -- 
> 2.7.4
> 



Re: [PATCH] MAINTAINERS: Update e-mail address for Christoffer Dall

2018-04-17 Thread Marc Zyngier
On 16/04/18 19:28, Christoffer Dall wrote:
> Update my e-mail address to a working address.
> 
> Signed-off-by: Christoffer Dall 
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0a1410d5a621..3e9c99d2620b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7738,7 +7738,7 @@ F:  arch/x86/include/asm/svm.h
>  F:   arch/x86/kvm/svm.c
>  
>  KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
> -M:   Christoffer Dall 
> +M:   Christoffer Dall 
>  M:   Marc Zyngier 
>  L:   linux-arm-ker...@lists.infradead.org (moderated for non-subscribers)
>  L:   kvm...@lists.cs.columbia.edu
> @@ -7752,7 +7752,7 @@ F:  virt/kvm/arm/
>  F:   include/kvm/arm_*
>  
>  KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
> -M:   Christoffer Dall 
> +M:   Christoffer Dall 
>  M:   Marc Zyngier 
>  L:   linux-arm-ker...@lists.infradead.org (moderated for non-subscribers)
>  L:   kvm...@lists.cs.columbia.edu
> 

I'll queue this as a fix for the next -rc.

Thanks,

M.
-- 
Jazz is not dead. It just smells funny...


Re: [PATCH] MAINTAINERS: Update e-mail address for Christoffer Dall

2018-04-17 Thread Marc Zyngier
On 16/04/18 19:28, Christoffer Dall wrote:
> Update my e-mail address to a working address.
> 
> Signed-off-by: Christoffer Dall 
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0a1410d5a621..3e9c99d2620b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7738,7 +7738,7 @@ F:  arch/x86/include/asm/svm.h
>  F:   arch/x86/kvm/svm.c
>  
>  KERNEL VIRTUAL MACHINE FOR ARM (KVM/arm)
> -M:   Christoffer Dall 
> +M:   Christoffer Dall 
>  M:   Marc Zyngier 
>  L:   linux-arm-ker...@lists.infradead.org (moderated for non-subscribers)
>  L:   kvm...@lists.cs.columbia.edu
> @@ -7752,7 +7752,7 @@ F:  virt/kvm/arm/
>  F:   include/kvm/arm_*
>  
>  KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
> -M:   Christoffer Dall 
> +M:   Christoffer Dall 
>  M:   Marc Zyngier 
>  L:   linux-arm-ker...@lists.infradead.org (moderated for non-subscribers)
>  L:   kvm...@lists.cs.columbia.edu
> 

I'll queue this as a fix for the next -rc.

Thanks,

M.
-- 
Jazz is not dead. It just smells funny...