diff mbox series

Update my email address in various drivers

Message ID E1jIV26-0005X3-RS@rmk-PC.armlinux.org.uk (mailing list archive)
State New, archived
Headers show
Series Update my email address in various drivers | expand

Commit Message

Russell King (Oracle) March 29, 2020, 10:19 a.m. UTC
Globally update my email address in six files scattered through the
tree.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
---
 drivers/gpu/drm/armada/armada_drv.c                 | 2 +-
 drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 2 +-
 drivers/gpu/drm/etnaviv/etnaviv_drv.c               | 2 +-
 drivers/media/cec/cec-notifier.c                    | 2 +-
 drivers/net/phy/swphy.c                             | 2 +-
 include/media/cec-notifier.h                        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

Comments

Sam Ravnborg March 30, 2020, 6:04 p.m. UTC | #1
Hi Russell.

On Sun, Mar 29, 2020 at 11:19:10AM +0100, Russell King wrote:
> Globally update my email address in six files scattered through the
> tree.
> 
> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
> ---
>  drivers/gpu/drm/armada/armada_drv.c                 | 2 +-
>  drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 2 +-
>  drivers/gpu/drm/etnaviv/etnaviv_drv.c               | 2 +-
>  drivers/media/cec/cec-notifier.c                    | 2 +-
>  drivers/net/phy/swphy.c                             | 2 +-
>  include/media/cec-notifier.h                        | 2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)

This changes all cases of:
   
   rmk+kernel@arm.linux.org.uk

to

  rmk+kernel@armlinux.org.uk or no mail address.

But I am confused.

The new address does not appear anywhere in MAINTAINERS and is used
only in three other files.

And there are a few other mail addresses that would reach you.
But no matter how confused I am the patch looks fine so:

Acked-by: Sam Ravnborg <sam@ravnborg.org>

And if the change is for private reaons then I do not have to know
anyway so feel free to ignore my confusion.

	Sam

> 
> diff --git a/drivers/gpu/drm/armada/armada_drv.c b/drivers/gpu/drm/armada/armada_drv.c
> index 3df2dacf4c94..5a82a12cd105 100644
> --- a/drivers/gpu/drm/armada/armada_drv.c
> +++ b/drivers/gpu/drm/armada/armada_drv.c
> @@ -389,7 +389,7 @@ static void __exit armada_drm_exit(void)
>  }
>  module_exit(armada_drm_exit);
>  
> -MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
> +MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
>  MODULE_DESCRIPTION("Armada DRM Driver");
>  MODULE_LICENSE("GPL");
>  MODULE_ALIAS("platform:armada-drm");
> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
> index e8e3e9339ff9..f6f55776e43e 100644
> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
> @@ -698,7 +698,7 @@ static struct platform_driver snd_dw_hdmi_driver = {
>  
>  module_platform_driver(snd_dw_hdmi_driver);
>  
> -MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
> +MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
>  MODULE_DESCRIPTION("Synopsis Designware HDMI AHB ALSA interface");
>  MODULE_LICENSE("GPL v2");
>  MODULE_ALIAS("platform:" DRIVER_NAME);
> diff --git a/drivers/gpu/drm/etnaviv/etnaviv_drv.c b/drivers/gpu/drm/etnaviv/etnaviv_drv.c
> index 1f9c01be40d7..d6798f716b77 100644
> --- a/drivers/gpu/drm/etnaviv/etnaviv_drv.c
> +++ b/drivers/gpu/drm/etnaviv/etnaviv_drv.c
> @@ -739,7 +739,7 @@ static void __exit etnaviv_exit(void)
>  module_exit(etnaviv_exit);
>  
>  MODULE_AUTHOR("Christian Gmeiner <christian.gmeiner@gmail.com>");
> -MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
> +MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
>  MODULE_AUTHOR("Lucas Stach <l.stach@pengutronix.de>");
>  MODULE_DESCRIPTION("etnaviv DRM Driver");
>  MODULE_LICENSE("GPL v2");
> diff --git a/drivers/media/cec/cec-notifier.c b/drivers/media/cec/cec-notifier.c
> index 7cf42b133dbc..2d4f7dd7cef7 100644
> --- a/drivers/media/cec/cec-notifier.c
> +++ b/drivers/media/cec/cec-notifier.c
> @@ -2,7 +2,7 @@
>  /*
>   * cec-notifier.c - notify CEC drivers of physical address changes
>   *
> - * Copyright 2016 Russell King <rmk+kernel@arm.linux.org.uk>
> + * Copyright 2016 Russell King.
>   * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
>   */
>  
> diff --git a/drivers/net/phy/swphy.c b/drivers/net/phy/swphy.c
> index 53c214a22b95..774814714c82 100644
> --- a/drivers/net/phy/swphy.c
> +++ b/drivers/net/phy/swphy.c
> @@ -2,7 +2,7 @@
>  /*
>   * Software PHY emulation
>   *
> - * Code taken from fixed_phy.c by Russell King <rmk+kernel@arm.linux.org.uk>
> + * Code taken from fixed_phy.c by Russell King.
>   *
>   * Author: Vitaly Bordug <vbordug@ru.mvista.com>
>   *         Anton Vorontsov <avorontsov@ru.mvista.com>
> diff --git a/include/media/cec-notifier.h b/include/media/cec-notifier.h
> index 985afea1ee36..e2b1b894aae7 100644
> --- a/include/media/cec-notifier.h
> +++ b/include/media/cec-notifier.h
> @@ -2,7 +2,7 @@
>  /*
>   * cec-notifier.h - notify CEC drivers of physical address changes
>   *
> - * Copyright 2016 Russell King <rmk+kernel@arm.linux.org.uk>
> + * Copyright 2016 Russell King.
>   * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
>   */
>  
> -- 
> 2.20.1
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
Russell King (Oracle) March 30, 2020, 7:33 p.m. UTC | #2
On Mon, Mar 30, 2020 at 08:04:44PM +0200, Sam Ravnborg wrote:
> Hi Russell.
> 
> On Sun, Mar 29, 2020 at 11:19:10AM +0100, Russell King wrote:
> > Globally update my email address in six files scattered through the
> > tree.
> > 
> > Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
> > ---
> >  drivers/gpu/drm/armada/armada_drv.c                 | 2 +-
> >  drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 2 +-
> >  drivers/gpu/drm/etnaviv/etnaviv_drv.c               | 2 +-
> >  drivers/media/cec/cec-notifier.c                    | 2 +-
> >  drivers/net/phy/swphy.c                             | 2 +-
> >  include/media/cec-notifier.h                        | 2 +-
> >  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> This changes all cases of:
>    
>    rmk+kernel@arm.linux.org.uk
> 
> to
> 
>   rmk+kernel@armlinux.org.uk or no mail address.

Correct.  This is the address I sign off all my commits with, and this
is the one I use to associate with authorship because it uses my
initials.

> But I am confused.
> 
> The new address does not appear anywhere in MAINTAINERS and is used
> only in three other files.

MAINTAINERS lists the addresses I prefer email for the day to day
maintanence, which is my linux@ accounts.  The above addresses
also fall into _this_ mailbox too, rather than my rmk@ mailbox.
So, ultimately all that email comes to the same place.

However, the plain rmk@ address doesn't.

> And there are a few other mail addresses that would reach you.
> But no matter how confused I am the patch looks fine so:
> 
> Acked-by: Sam Ravnborg <sam@ravnborg.org>
> 
> And if the change is for private reaons then I do not have to know
> anyway so feel free to ignore my confusion.

The reason for the change is so I can drop the routing information
rmk+kernel@arm.linux.org.uk, thereby causing that address to start
bouncing, rather than being a spam inlet.  Sure, the new one will
be as well, but the point is that keeping both around indefinitely
gives a bigger attack surface for spam ingress.
Sam Ravnborg March 30, 2020, 8:15 p.m. UTC | #3
Hi Russell

On Mon, Mar 30, 2020 at 08:33:46PM +0100, Russell King - ARM Linux admin wrote:
> On Mon, Mar 30, 2020 at 08:04:44PM +0200, Sam Ravnborg wrote:
> > Hi Russell.
> > 
> > On Sun, Mar 29, 2020 at 11:19:10AM +0100, Russell King wrote:
> > > Globally update my email address in six files scattered through the
> > > tree.
> > > 
> > > Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
> > > ---
> > >  drivers/gpu/drm/armada/armada_drv.c                 | 2 +-
> > >  drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 2 +-
> > >  drivers/gpu/drm/etnaviv/etnaviv_drv.c               | 2 +-
> > >  drivers/media/cec/cec-notifier.c                    | 2 +-
> > >  drivers/net/phy/swphy.c                             | 2 +-
> > >  include/media/cec-notifier.h                        | 2 +-
> > >  6 files changed, 6 insertions(+), 6 deletions(-)
> > 
> > This changes all cases of:
> >    
> >    rmk+kernel@arm.linux.org.uk
> > 
> > to
> > 
> >   rmk+kernel@armlinux.org.uk or no mail address.
> 
> Correct.  This is the address I sign off all my commits with, and this
> is the one I use to associate with authorship because it uses my
> initials.
> 
> > But I am confused.
> > 
> > The new address does not appear anywhere in MAINTAINERS and is used
> > only in three other files.
> 
> MAINTAINERS lists the addresses I prefer email for the day to day
> maintanence, which is my linux@ accounts.  The above addresses
> also fall into _this_ mailbox too, rather than my rmk@ mailbox.
> So, ultimately all that email comes to the same place.
> 
> However, the plain rmk@ address doesn't.
> 
> > And there are a few other mail addresses that would reach you.
> > But no matter how confused I am the patch looks fine so:
> > 
> > Acked-by: Sam Ravnborg <sam@ravnborg.org>
> > 
> > And if the change is for private reaons then I do not have to know
> > anyway so feel free to ignore my confusion.
> 
> The reason for the change is so I can drop the routing information
> rmk+kernel@arm.linux.org.uk, thereby causing that address to start
> bouncing, rather than being a spam inlet.  Sure, the new one will
> be as well, but the point is that keeping both around indefinitely
> gives a bigger attack surface for spam ingress.

Thanks for taking your time to explain the background.

The patch touches several files outside drivers/gpu/
so I do not feel confident to apply this to drm-misc-next.

	Sam
Hans Verkuil March 31, 2020, 7:20 a.m. UTC | #4
On 3/29/20 12:19 PM, Russell King wrote:
> Globally update my email address in six files scattered through the
> tree.
> 
> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

For media/cec files:

Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

Regards,

	Hans

> ---
>  drivers/gpu/drm/armada/armada_drv.c                 | 2 +-
>  drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 2 +-
>  drivers/gpu/drm/etnaviv/etnaviv_drv.c               | 2 +-
>  drivers/media/cec/cec-notifier.c                    | 2 +-
>  drivers/net/phy/swphy.c                             | 2 +-
>  include/media/cec-notifier.h                        | 2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/gpu/drm/armada/armada_drv.c b/drivers/gpu/drm/armada/armada_drv.c
> index 3df2dacf4c94..5a82a12cd105 100644
> --- a/drivers/gpu/drm/armada/armada_drv.c
> +++ b/drivers/gpu/drm/armada/armada_drv.c
> @@ -389,7 +389,7 @@ static void __exit armada_drm_exit(void)
>  }
>  module_exit(armada_drm_exit);
>  
> -MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
> +MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
>  MODULE_DESCRIPTION("Armada DRM Driver");
>  MODULE_LICENSE("GPL");
>  MODULE_ALIAS("platform:armada-drm");
> diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
> index e8e3e9339ff9..f6f55776e43e 100644
> --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
> +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
> @@ -698,7 +698,7 @@ static struct platform_driver snd_dw_hdmi_driver = {
>  
>  module_platform_driver(snd_dw_hdmi_driver);
>  
> -MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
> +MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
>  MODULE_DESCRIPTION("Synopsis Designware HDMI AHB ALSA interface");
>  MODULE_LICENSE("GPL v2");
>  MODULE_ALIAS("platform:" DRIVER_NAME);
> diff --git a/drivers/gpu/drm/etnaviv/etnaviv_drv.c b/drivers/gpu/drm/etnaviv/etnaviv_drv.c
> index 1f9c01be40d7..d6798f716b77 100644
> --- a/drivers/gpu/drm/etnaviv/etnaviv_drv.c
> +++ b/drivers/gpu/drm/etnaviv/etnaviv_drv.c
> @@ -739,7 +739,7 @@ static void __exit etnaviv_exit(void)
>  module_exit(etnaviv_exit);
>  
>  MODULE_AUTHOR("Christian Gmeiner <christian.gmeiner@gmail.com>");
> -MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
> +MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
>  MODULE_AUTHOR("Lucas Stach <l.stach@pengutronix.de>");
>  MODULE_DESCRIPTION("etnaviv DRM Driver");
>  MODULE_LICENSE("GPL v2");
> diff --git a/drivers/media/cec/cec-notifier.c b/drivers/media/cec/cec-notifier.c
> index 7cf42b133dbc..2d4f7dd7cef7 100644
> --- a/drivers/media/cec/cec-notifier.c
> +++ b/drivers/media/cec/cec-notifier.c
> @@ -2,7 +2,7 @@
>  /*
>   * cec-notifier.c - notify CEC drivers of physical address changes
>   *
> - * Copyright 2016 Russell King <rmk+kernel@arm.linux.org.uk>
> + * Copyright 2016 Russell King.
>   * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
>   */
>  
> diff --git a/drivers/net/phy/swphy.c b/drivers/net/phy/swphy.c
> index 53c214a22b95..774814714c82 100644
> --- a/drivers/net/phy/swphy.c
> +++ b/drivers/net/phy/swphy.c
> @@ -2,7 +2,7 @@
>  /*
>   * Software PHY emulation
>   *
> - * Code taken from fixed_phy.c by Russell King <rmk+kernel@arm.linux.org.uk>
> + * Code taken from fixed_phy.c by Russell King.
>   *
>   * Author: Vitaly Bordug <vbordug@ru.mvista.com>
>   *         Anton Vorontsov <avorontsov@ru.mvista.com>
> diff --git a/include/media/cec-notifier.h b/include/media/cec-notifier.h
> index 985afea1ee36..e2b1b894aae7 100644
> --- a/include/media/cec-notifier.h
> +++ b/include/media/cec-notifier.h
> @@ -2,7 +2,7 @@
>  /*
>   * cec-notifier.h - notify CEC drivers of physical address changes
>   *
> - * Copyright 2016 Russell King <rmk+kernel@arm.linux.org.uk>
> + * Copyright 2016 Russell King.
>   * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
>   */
>  
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/armada/armada_drv.c b/drivers/gpu/drm/armada/armada_drv.c
index 3df2dacf4c94..5a82a12cd105 100644
--- a/drivers/gpu/drm/armada/armada_drv.c
+++ b/drivers/gpu/drm/armada/armada_drv.c
@@ -389,7 +389,7 @@  static void __exit armada_drm_exit(void)
 }
 module_exit(armada_drm_exit);
 
-MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
+MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
 MODULE_DESCRIPTION("Armada DRM Driver");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:armada-drm");
diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
index e8e3e9339ff9..f6f55776e43e 100644
--- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
+++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
@@ -698,7 +698,7 @@  static struct platform_driver snd_dw_hdmi_driver = {
 
 module_platform_driver(snd_dw_hdmi_driver);
 
-MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
+MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
 MODULE_DESCRIPTION("Synopsis Designware HDMI AHB ALSA interface");
 MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:" DRIVER_NAME);
diff --git a/drivers/gpu/drm/etnaviv/etnaviv_drv.c b/drivers/gpu/drm/etnaviv/etnaviv_drv.c
index 1f9c01be40d7..d6798f716b77 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_drv.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_drv.c
@@ -739,7 +739,7 @@  static void __exit etnaviv_exit(void)
 module_exit(etnaviv_exit);
 
 MODULE_AUTHOR("Christian Gmeiner <christian.gmeiner@gmail.com>");
-MODULE_AUTHOR("Russell King <rmk+kernel@arm.linux.org.uk>");
+MODULE_AUTHOR("Russell King <rmk+kernel@armlinux.org.uk>");
 MODULE_AUTHOR("Lucas Stach <l.stach@pengutronix.de>");
 MODULE_DESCRIPTION("etnaviv DRM Driver");
 MODULE_LICENSE("GPL v2");
diff --git a/drivers/media/cec/cec-notifier.c b/drivers/media/cec/cec-notifier.c
index 7cf42b133dbc..2d4f7dd7cef7 100644
--- a/drivers/media/cec/cec-notifier.c
+++ b/drivers/media/cec/cec-notifier.c
@@ -2,7 +2,7 @@ 
 /*
  * cec-notifier.c - notify CEC drivers of physical address changes
  *
- * Copyright 2016 Russell King <rmk+kernel@arm.linux.org.uk>
+ * Copyright 2016 Russell King.
  * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  */
 
diff --git a/drivers/net/phy/swphy.c b/drivers/net/phy/swphy.c
index 53c214a22b95..774814714c82 100644
--- a/drivers/net/phy/swphy.c
+++ b/drivers/net/phy/swphy.c
@@ -2,7 +2,7 @@ 
 /*
  * Software PHY emulation
  *
- * Code taken from fixed_phy.c by Russell King <rmk+kernel@arm.linux.org.uk>
+ * Code taken from fixed_phy.c by Russell King.
  *
  * Author: Vitaly Bordug <vbordug@ru.mvista.com>
  *         Anton Vorontsov <avorontsov@ru.mvista.com>
diff --git a/include/media/cec-notifier.h b/include/media/cec-notifier.h
index 985afea1ee36..e2b1b894aae7 100644
--- a/include/media/cec-notifier.h
+++ b/include/media/cec-notifier.h
@@ -2,7 +2,7 @@ 
 /*
  * cec-notifier.h - notify CEC drivers of physical address changes
  *
- * Copyright 2016 Russell King <rmk+kernel@arm.linux.org.uk>
+ * Copyright 2016 Russell King.
  * Copyright 2016-2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
  */