From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A066023C8AE; Sun, 3 May 2026 20:35:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777840556; cv=none; b=C/KctHu5LMN0/Lli98YU+XlCIQEp2RhB11ZbdZTLlW3fkKSz5ZZIFcx6dHR4j74J2R9SyX3bloYmU+T3XKxLRm7+0jRH7w91K98VRpYOerCctj9CRd4VxzKzqIoYZQYLU0GWpPx45r9ob/dDqaru2lhFF4cF48Qc6cDNOH/YSuw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777840556; c=relaxed/simple; bh=q3wfZQ/XcD5PpDh1LiT/06XWdBI/wnc/pCixI5mlEdA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Kztafdr7d1y/oyrJ9bImfjhpAysaJE+QGvaLtd5LpuVWSoIVOd7RqYN5/+zJByfivQQlnQH6D140QC4qbqvuspt6y9huEUzU2d9L5FXaGL9EiqkiMnnJmySD41iW4R3g9h0sMnc5GX5AkWFtQrHcfTFdfYVoun5TqExjUXh55EY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Y/weAF/o; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Y/weAF/o" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5911AC2BCB4; Sun, 3 May 2026 20:35:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777840556; bh=q3wfZQ/XcD5PpDh1LiT/06XWdBI/wnc/pCixI5mlEdA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Y/weAF/ocJjz0BVt6DJPTWTLU/OAWLr2wyIOENO9Se82IF9o77fdryfsSMDegckwB O4ugGJCaWc5IcddoCGzs6mseKR8CePJeOjKYpMuy2lP7sFwQA1VmaStAIAwVLHVMJz F/TB6tfBelA0pCm6wIsDepnX17kvzAHf9ClmF09G2cTfImyS4HXCjo+9eXZBvt7tid uSFm7fDWeeUXn69yUoppz+6gfu+9lHi9d2ex9rT8kb6Dfx00pGr7gEBTL8dryDDtIe EWj4aW2wOPgLIW5dABABLgga01dapCvdcgnVeOBxbZm51e8jjcL1OtJI7I8/rTsI6V qjSGPsgMldJAA== Date: Sun, 3 May 2026 22:35:51 +0200 From: Michael Grzeschik To: Michael Grzeschik Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Update address for Michael Grzeschik Message-ID: References: <20260426-maintainer-v1-1-d74d2f4343f7@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260426-maintainer-v1-1-d74d2f4343f7@kernel.org> Adding netdev to Cc: On Sun, Apr 26, 2026 at 12:20:59AM +0200, Michael Grzeschik wrote: > Since I am moving from Pengutronix update my email address for the > ARCNET subsystems to point to my kernel.org address. > > Also update .mailmap. > > Acked-by: Michael Grzeschik > Signed-off-by: Michael Grzeschik > --- > .mailmap | 2 ++ > MAINTAINERS | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/.mailmap b/.mailmap > index 34acd34bbf9bf..7b01246851705 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -579,6 +579,8 @@ Mayuresh Janorkar > Md Sadre Alam > Miaoqing Pan > Michael Buesch > +Michal Grzeschik > +Michal Grzeschik > Michael Riesch > Michal Simek > Michel Dänzer > diff --git a/MAINTAINERS b/MAINTAINERS > index 2fb1c75afd163..48b601d36b846 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2058,7 +2058,7 @@ F: Documentation/devicetree/bindings/display/snps,arcpgu.txt > F: drivers/gpu/drm/tiny/arcpgu.c > > ARCNET NETWORK LAYER > -M: Michael Grzeschik > +M: Michael Grzeschik > L: netdev@vger.kernel.org > S: Maintained > F: drivers/net/arcnet/ > > --- > base-commit: 897d54018cc9aa97fd1529ca08a53b429d05a566 > change-id: 20260426-maintainer-eecd046c4a87 > > Best regards, > -- > Michael Grzeschik