From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailout2.hostsharing.net (mailout2.hostsharing.net [83.223.78.233]) (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 5CBE83112C0; Sat, 21 Mar 2026 19:43:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=83.223.78.233 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774122224; cv=none; b=SFben710WtjbWYwFESUWpf/bfcLxBDlHvjSTVFhOOIwlKb3INcqZyr1W2zXS905uC/ie3fjEOTytY27kAaUSfJ0j4RJ+4pHYfLWY0fLNLEQOup50y6bqaWo6W0J79Ekbl48l1KWafI6KAFpVPBbPWC5f8DehPLzlFgzY4OhMnHg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774122224; c=relaxed/simple; bh=kZ/Ic8rOxG8oiFW36++CtsV185eY4QTgmnqbYMlYh/s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kDFvM3s7UffEPwplLWWMqdlT+zOd+plGacSb1qM9PLDf1vq4lSknbHsIL7H7c7PwAoB+7RNCNqD3V8d69GrVTprWGIv3nhOn6ksPfqB2H9eaOmSzeUkQTHLTTgpjAgZ9Tfm3WudfrW1NpEeAhzJ7cZ6tLQLq/nCzt3GBS6kndTk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de; spf=pass smtp.mailfrom=wunner.de; arc=none smtp.client-ip=83.223.78.233 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wunner.de Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "*.hostsharing.net", Issuer "GlobalSign GCC R6 AlphaSSL CA 2025" (verified OK)) by mailout2.hostsharing.net (Postfix) with ESMTPS id C9E0110615; Sat, 21 Mar 2026 20:43:31 +0100 (CET) Received: by h08.hostsharing.net (Postfix, from userid 100393) id B906E60024C9; Sat, 21 Mar 2026 20:43:31 +0100 (CET) Date: Sat, 21 Mar 2026 20:43:31 +0100 From: Lukas Wunner To: Herbert Xu Cc: Ignat Korchagin , akpm@linux-foundation.org, dhowells@redhat.com, keyrings@vger.kernel.org, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, ignat@linux.win Subject: Re: [PATCH] MAINTAINERS: update email address for Ignat Korchagin Message-ID: References: <20260309173445.71393-1-ignat@cloudflare.com> Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Mar 21, 2026 at 05:45:00PM +0900, Herbert Xu wrote: > Ignat Korchagin wrote: > > Since I'm moving from Cloudflare update my email address in the > > MAINTAINERS file and add an entry to .mailmap so nothing gets lost. > > > > Signed-off-by: Ignat Korchagin > > --- > > .mailmap | 1 + > > MAINTAINERS | 8 ++++---- > > 2 files changed, 5 insertions(+), 4 deletions(-) > > Patch applied. Thanks. Andrew already applied it and forwarded it to Linus. This is now commit 182b9b3d8d1d in Linus' tree. Thanks, Lukas