From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 114DAC43331 for ; Mon, 30 Mar 2020 19:44:38 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BF1D520578 for ; Mon, 30 Mar 2020 19:44:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="S/E+w9RA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF1D520578 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 222436E48B; Mon, 30 Mar 2020 19:44:37 +0000 (UTC) X-Greylist: delayed 600 seconds by postgrey-1.36 at gabe; Mon, 30 Mar 2020 19:44:35 UTC Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:3201:214:fdff:fe10:1be6]) by gabe.freedesktop.org (Postfix) with ESMTPS id DE7C76E48D for ; Mon, 30 Mar 2020 19:44:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ouCCrxgpC9lrAW88GEI9j87liXixId89uU7gxnry/GA=; b=S/E+w9RAhZJEE41C/xlapLhbD 5EwrWK+Ja5MMBJ1Vpvp0su+XGw1Qvgzo0VCBCUqMPv7GrJcasvY9X1ZYHG4H2JWYzVyLUqIVry0BE uT0g/GJCYzNuSBFlwqG8nEBY27219G3gxnummMJRcID00BGsW9rDMASRM/IGPPHxFjAQjbUbWMRjW o+w7y9CT1P5Jd78QCDLja9t6p1QUTqjlKWMcHjLhpsLYbajPriUaDdZeNg5ItMKdcbXA7i5SmRexM Zh0ttMV+3LGxLOtXAwkUkz+BURp96qxjELz3JmGolqQdEQ9uoEvdVqGrFkGjLyaOnkijwJvsBiRME bJYbrb2Rw==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:43466) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jJ0AU-0003y8-St; Mon, 30 Mar 2020 20:33:55 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1jJ0AM-0007Nx-UP; Mon, 30 Mar 2020 20:33:46 +0100 Date: Mon, 30 Mar 2020 20:33:46 +0100 From: Russell King - ARM Linux admin To: Sam Ravnborg Subject: Re: [PATCH] Update my email address in various drivers Message-ID: <20200330193346.GI25745@shell.armlinux.org.uk> References: <20200330180444.GA16073@ravnborg.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200330180444.GA16073@ravnborg.org> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Jernej Skrabec , Florian Fainelli , linux-media@vger.kernel.org, Jonas Karlman , David Airlie , netdev@vger.kernel.org, Neil Armstrong , etnaviv@lists.freedesktop.org, dri-devel@lists.freedesktop.org, Heiner Kallweit , Andrzej Hajda , Laurent Pinchart , Hans Verkuil , Mauro Carvalho Chehab , "David S. Miller" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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 > > --- > > 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 > > 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. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 10.2Mbps down 587kbps up _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11E78C2D0EB for ; Mon, 30 Mar 2020 19:34:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E236020714 for ; Mon, 30 Mar 2020 19:34:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="S/E+w9RA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727714AbgC3Teh (ORCPT ); Mon, 30 Mar 2020 15:34:37 -0400 Received: from pandora.armlinux.org.uk ([78.32.30.218]:57272 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726981AbgC3Teh (ORCPT ); Mon, 30 Mar 2020 15:34:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ouCCrxgpC9lrAW88GEI9j87liXixId89uU7gxnry/GA=; b=S/E+w9RAhZJEE41C/xlapLhbD 5EwrWK+Ja5MMBJ1Vpvp0su+XGw1Qvgzo0VCBCUqMPv7GrJcasvY9X1ZYHG4H2JWYzVyLUqIVry0BE uT0g/GJCYzNuSBFlwqG8nEBY27219G3gxnummMJRcID00BGsW9rDMASRM/IGPPHxFjAQjbUbWMRjW o+w7y9CT1P5Jd78QCDLja9t6p1QUTqjlKWMcHjLhpsLYbajPriUaDdZeNg5ItMKdcbXA7i5SmRexM Zh0ttMV+3LGxLOtXAwkUkz+BURp96qxjELz3JmGolqQdEQ9uoEvdVqGrFkGjLyaOnkijwJvsBiRME bJYbrb2Rw==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:43466) by pandora.armlinux.org.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jJ0AU-0003y8-St; Mon, 30 Mar 2020 20:33:55 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.92) (envelope-from ) id 1jJ0AM-0007Nx-UP; Mon, 30 Mar 2020 20:33:46 +0100 Date: Mon, 30 Mar 2020 20:33:46 +0100 From: Russell King - ARM Linux admin To: Sam Ravnborg Cc: David Airlie , Daniel Vetter , Andrzej Hajda , Neil Armstrong , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Lucas Stach , Christian Gmeiner , Hans Verkuil , Mauro Carvalho Chehab , Andrew Lunn , Florian Fainelli , Heiner Kallweit , "David S. Miller" , dri-devel@lists.freedesktop.org, etnaviv@lists.freedesktop.org, linux-media@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] Update my email address in various drivers Message-ID: <20200330193346.GI25745@shell.armlinux.org.uk> References: <20200330180444.GA16073@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200330180444.GA16073@ravnborg.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org 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 > > --- > > 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 > > 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. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 10.2Mbps down 587kbps up