[PATCH] MAINTAINERS: Update Richard Henderson's address

Stafford Horne posted 1 patch 3 years, 8 months ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Update Richard Henderson's address
Posted by Stafford Horne 3 years, 8 months ago
Richards address at twiddle.net no longer works and we are getting
bounces.

This patch updates to his Linaro address.

Cc: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f679152bdbad..e64ca0ac6db7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -797,7 +797,7 @@ S:	Maintained
 F:	drivers/staging/media/sunxi/cedrus/
 
 ALPHA PORT
-M:	Richard Henderson <rth@twiddle.net>
+M:	Richard Henderson <richard.henderson@linaro.org>
 M:	Ivan Kokshaysky <ink@jurassic.park.msu.ru>
 M:	Matt Turner <mattst88@gmail.com>
 L:	linux-alpha@vger.kernel.org
-- 
2.36.1
Re: [PATCH] MAINTAINERS: Update Richard Henderson's address
Posted by Richard Henderson 3 years, 8 months ago
On 7/23/22 02:48, Stafford Horne wrote:
> Richards address at twiddle.net no longer works and we are getting
> bounces.
> 
> This patch updates to his Linaro address.
> 
> Cc: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Stafford Horne <shorne@gmail.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f679152bdbad..e64ca0ac6db7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -797,7 +797,7 @@ S:	Maintained
>   F:	drivers/staging/media/sunxi/cedrus/
>   
>   ALPHA PORT
> -M:	Richard Henderson <rth@twiddle.net>
> +M:	Richard Henderson <richard.henderson@linaro.org>
>   M:	Ivan Kokshaysky <ink@jurassic.park.msu.ru>
>   M:	Matt Turner <mattst88@gmail.com>
>   L:	linux-alpha@vger.kernel.org

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
Re: [PATCH] MAINTAINERS: Update Richard Henderson's address
Posted by Stafford Horne 3 years, 8 months ago
On Sat, Jul 23, 2022 at 05:43:38AM -0700, Richard Henderson wrote:
> On 7/23/22 02:48, Stafford Horne wrote:
> > Richards address at twiddle.net no longer works and we are getting
> > bounces.
> > 
> > This patch updates to his Linaro address.
> > 
> > Cc: Richard Henderson <richard.henderson@linaro.org>
> > Signed-off-by: Stafford Horne <shorne@gmail.com>
> > ---
> >   MAINTAINERS | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index f679152bdbad..e64ca0ac6db7 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -797,7 +797,7 @@ S:	Maintained
> >   F:	drivers/staging/media/sunxi/cedrus/
> >   ALPHA PORT
> > -M:	Richard Henderson <rth@twiddle.net>
> > +M:	Richard Henderson <richard.henderson@linaro.org>
> >   M:	Ivan Kokshaysky <ink@jurassic.park.msu.ru>
> >   M:	Matt Turner <mattst88@gmail.com>
> >   L:	linux-alpha@vger.kernel.org
> 
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Ccing other alpha maintainers,
Ccing Arnd too as he might be interested.

Thanks, could this be added to the alpha patches tree?

-Stafford