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 0ADE1C433FE for ; Sat, 4 Dec 2021 22:26:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231360AbhLDW32 (ORCPT ); Sat, 4 Dec 2021 17:29:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53572 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229674AbhLDW31 (ORCPT ); Sat, 4 Dec 2021 17:29:27 -0500 Received: from mail-yb1-xb2c.google.com (mail-yb1-xb2c.google.com [IPv6:2607:f8b0:4864:20::b2c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BD37C061751 for ; Sat, 4 Dec 2021 14:26:01 -0800 (PST) Received: by mail-yb1-xb2c.google.com with SMTP id y68so20235744ybe.1 for ; Sat, 04 Dec 2021 14:26:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=atishpatra.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qcg0aEVPOQ3a95B0ETH9mS6ByVpwHi67XqdndVxxFvQ=; b=MIZKLa9Cx6Tf6Bwvb0+Z/17NPkeAlVEgERWE04/qWUXKpJ87fisyXocTBmfjKpOG81 wvYHxqhY1+FeTsjc27qF8df8RBlVqLtziIjV+DIhO7X4xquPEIl3WJw8zHyMnnj/uVe3 fxOnRAu44x1xpx4aYqZGVTKaN2Bw4/PxRasS8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qcg0aEVPOQ3a95B0ETH9mS6ByVpwHi67XqdndVxxFvQ=; b=dTMgbmkLxyYbz/+KKtIGwZ8v06k6HUdnfiX6dvu+xiqFEij41qy3Co6LFpNSH/LTNW EG83r0Vv7IiwDlGzHbim332I3n5QIWw+IQU64tzIZRm7uumMMk72nZfhaHDB8JqzNOy1 5n6aviGSMgt5XwuS9VRLKqtC00ALfvxaglvTLk1srBDSW6gh8ScrmVsDJPxH7vJCy4QD ql/LIOnYrvts9Ccy3TKKWG9m1SEC3MtlT3Dy2WcT0Mo8DFFbLOUx5MSNS1QUDiEcIn5q 6U8Nx+Bj5aAsjoYpbbBBWPZ8fdA3YBZFnjOfm51Sf9Vr2E3Zkw6A5dJtvB8W8hNcMR0q hjeg== X-Gm-Message-State: AOAM531IRYH/cSFT7Jsu2lOmEQDkoTu0ryleFAMhlagkWiUb3+hszANU PeUEmZG8TuU5QMKhCiMZSlY5d3/em8nEMZZfkdx9jgyigyXB X-Google-Smtp-Source: ABdhPJzVvqa7FoBwJ6nErsYp08ao5SKye++77MfXJmWLigHPRM/FFHyZemC5cgwIIH02w0nZQqrIF0L+JOTATQ4+19c= X-Received: by 2002:a25:bbc4:: with SMTP id c4mr30734398ybk.309.1638656760120; Sat, 04 Dec 2021 14:26:00 -0800 (PST) MIME-Version: 1.0 References: <20211202235823.1926970-1-atishp@atishpatra.org> In-Reply-To: From: Atish Patra Date: Sat, 4 Dec 2021 14:25:49 -0800 Message-ID: Subject: Re: [PATCH v3] MAINTAINERS: Update Atish's email address To: Anup Patel Cc: Steven Price , "linux-kernel@vger.kernel.org List" , Anup Patel , KVM General , kvm-riscv@lists.infradead.org, linux-riscv Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 3, 2021 at 8:09 PM Anup Patel wrote: > > On Fri, Dec 3, 2021 at 9:40 PM Steven Price wrote: > > > > On 02/12/2021 23:58, Atish Patra wrote: > > > I am no longer employed by western digital. Update my email address to > > > personal one and add entries to .mailmap as well. > > > > > > Signed-off-by: Atish Patra > > > --- > > > .mailmap | 1 + > > > MAINTAINERS | 2 +- > > > 2 files changed, 2 insertions(+), 1 deletion(-) > > > > > > diff --git a/.mailmap b/.mailmap > > > index 6277bb27b4bf..23f6b0a60adf 100644 > > > --- a/.mailmap > > > +++ b/.mailmap > > > @@ -50,6 +50,7 @@ Archit Taneja > > > Ard Biesheuvel > > > Arnaud Patard > > > Arnd Bergmann > > > +Atish Patra > > > > I don't think this does what you expect. You can't list more than one > > email address to replace on the same line. You can use the command "git > > check-mailmap" to test what happens, e.g. with this change applied: > > > > $ git check-mailmap "" > > > > $ git check-mailmap "" > > Atish Patra > > $ git check-mailmap "" > > > > > > So only your @wdc.com address is translated. If you want to translate > > the @rivosinc.com address as well you need a second line. As the file says: > > Thanks Steve for noticing this. Even, I realized this while queuing the patch. > > I have removed @rivosinc.com email address from the patch in my queue. I > believe Atish currently uses both personal and @rivosinc.com email addresses > on LKML. > Thanks! > Refer, > https://github.com/kvm-riscv/linux/commit/2255b100410179bb8151e99e8396debddea0ef1d > https://github.com/kvm-riscv/linux/commits/riscv_kvm_queue > > Regards, > Anup > > > > > # For format details, see "MAPPING AUTHORS" in "man git-shortlog". > > > > Steve > > > > > Axel Dyks > > > Axel Lin > > > Bart Van Assche > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 5250298d2817..6c2a34da0314 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -10434,7 +10434,7 @@ F: arch/powerpc/kvm/ > > > > > > KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv) > > > M: Anup Patel > > > -R: Atish Patra > > > +R: Atish Patra > > > L: kvm@vger.kernel.org > > > L: kvm-riscv@lists.infradead.org > > > L: linux-riscv@lists.infradead.org > > > > > -- Regards, Atish