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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7BCDC4332F for ; Mon, 21 Feb 2022 09:51:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352214AbiBUJvX (ORCPT ); Mon, 21 Feb 2022 04:51:23 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:34316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352067AbiBUJrB (ORCPT ); Mon, 21 Feb 2022 04:47:01 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B292A40A13; Mon, 21 Feb 2022 01:19:00 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 48C3E60F54; Mon, 21 Feb 2022 09:19:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E281C340E9; Mon, 21 Feb 2022 09:18:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1645435139; bh=+Y2jXDovMWPwfVBxYPnVbiXJyF4dnYA52EIXfnkRdCE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ZTPKvnOwIF6xWwIpFc1v9PVUmhmXWzNeWZN6+Y9TziCMuxqtdvTe5VBvNyK5kgvP8 B0o1BknG8ISsLKllzujEfwNRaeWQK+34VisTNIgD704ogRdlODFDk7Y9AelLT1QSfo RhBjpf3eqE8pPPcFDq5/MLciVaPkA8uROw+UEy/U= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Christian Brauner , Linus Torvalds , Sasha Levin Subject: [PATCH 5.16 059/227] mailmap: update Christian Brauners email address Date: Mon, 21 Feb 2022 09:47:58 +0100 Message-Id: <20220221084936.842816848@linuxfoundation.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220221084934.836145070@linuxfoundation.org> References: <20220221084934.836145070@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Christian Brauner [ Upstream commit 1a2beb3d5a0b4051067ecf49ea799bee340e0e7c ] At least one of the addresses will stop functioning after February. Signed-off-by: Christian Brauner Signed-off-by: Linus Torvalds Signed-off-by: Sasha Levin --- .mailmap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mailmap b/.mailmap index b344067e0acb6..3979fb166e0fd 100644 --- a/.mailmap +++ b/.mailmap @@ -74,6 +74,9 @@ Chris Chiu Christian Borntraeger Christian Borntraeger Christian Borntraeger +Christian Brauner +Christian Brauner +Christian Brauner Christophe Ricard Christoph Hellwig Colin Ian King -- 2.34.1