Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp918096imu; Sat, 15 Dec 2018 09:50:36 -0800 (PST) X-Google-Smtp-Source: AFSGD/UiEiBDEAuqXukjdRjhcuwQt2mDCTHQk7dwUuzmhkUYCMzb4RSi5yiPYa4Rp7gPA8QnKlps X-Received: by 2002:a63:cd4c:: with SMTP id a12mr6928745pgj.252.1544896236944; Sat, 15 Dec 2018 09:50:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544896236; cv=none; d=google.com; s=arc-20160816; b=d8MGjQ2o88+pDIKCliQh9Hqg97CrUev+NiFOuWmNKvQnwiz4MbhnnbPYQQ40ZrJWOo G4ceZpO5XesFGBsOTGLQ3MoHWnQhKL50FUadwL9Hm0KDaYNb3i3SeeXaH2Ktrm3Qs+1z WiVYbniWMwMMVtmnLCoPAClDocRo5OwU9NGaphQDSdkpE2NQzeM1AI7nF7IezDdic0Qw jRQ7a4lus5TIPvi7UBFLvBTlXc+CRcHUpZEKKlE/wdx63cujv0SGXZMceqSYyBW/c1ZL DMK3gktDOLrOtV+TBM9gp39H6aOu3XGWsEFrEyqvwYDYe7sJOoVABapbNqG9He4TPNJW E9rQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:message-id:date:subject:cc:to :from; bh=4V94V114+rmhFuOakxchQLaj8/EOyxe43j3UuaUOnTo=; b=UJh9ZZW9RMW68Q48ZAZaer1prU8u1W4/TpYVsvg4UP7XcX2h399Al8OtO7s5XNPGGK IzvOLuW1EknkaQzLKcYJEWW+HaJqGW5+JnCvPl3cKbn11HSEUgAEezKZxrsm9lyYzzNH 1x7dyjdegno0qf7U6u8GLErKNE/p3HROe/CusSaAfMOF6er/SJ5LMbpyrrMXosTYMft+ Pu4b5DyfWiK7JLxp+ot4IxrE4N6oE2QTfesMyqOjwe7uEjq1miesDZo4SwwpQlNh2Kfe GVji322OeP6bSjuPC3Sw8EBB8bX0/azgbPz04IqNQiwB9z64N3VlHlY2y+3HddTvqGxr /cFw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t4si7074877pfj.183.2018.12.15.09.50.20; Sat, 15 Dec 2018 09:50:36 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728203AbeLORsw (ORCPT + 99 others); Sat, 15 Dec 2018 12:48:52 -0500 Received: from mail.bootlin.com ([62.4.15.54]:50856 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726520AbeLORsw (ORCPT ); Sat, 15 Dec 2018 12:48:52 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id 21FCC20BC1; Sat, 15 Dec 2018 18:48:50 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.2 Received: from localhost.localdomain (91-160-177-164.subs.proxad.net [91.160.177.164]) by mail.bootlin.com (Postfix) with ESMTPSA id D0DCC20711; Sat, 15 Dec 2018 18:48:39 +0100 (CET) From: Boris Brezillon To: Boris Brezillon , linux-kernel@vger.kernel.org Cc: Marek Vasut , Richard Weinberger , linux-mtd@lists.infradead.org, Brian Norris , David Woodhouse Subject: Re: MAINTAINERS: Update my email address Date: Sat, 15 Dec 2018 18:48:37 +0100 Message-Id: <20181215174837.12180-1-boris.brezillon@bootlin.com> X-Mailer: git-send-email 2.17.1 X-linux-mtd-patch-notification: thanks X-linux-mtd-patch-commit: 7677ea0e8843e1a45e35253c0c5e22db11a99a62 In-Reply-To: <20181203102315.1163-1-boris.brezillon@bootlin.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-12-03 at 10:23:15 UTC, Boris Brezillon wrote: > Use my korg address instead of the bootlin one. > > Signed-off-by: Boris Brezillon Applied to http://git.infradead.org/linux-mtd.git mtd/next. Boris