linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Update Atish's email address
@ 2021-11-26 19:31 Atish Patra
  2021-12-02  8:50 ` Anup Patel
  0 siblings, 1 reply; 3+ messages in thread
From: Atish Patra @ 2021-11-26 19:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: Atish Patra, anup.patel, kvm, kvm-riscv, linux-riscv

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 <atishp@atishpatra.org>
---
 .mailmap    | 3 +++
 MAINTAINERS | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 14314e3c5d5e..5878de9783e4 100644
--- a/.mailmap
+++ b/.mailmap
@@ -50,6 +50,9 @@ Archit Taneja <archit@ti.com>
 Ard Biesheuvel <ardb@kernel.org> <ard.biesheuvel@linaro.org>
 Arnaud Patard <arnaud.patard@rtp-net.org>
 Arnd Bergmann <arnd@arndb.de>
+Atish Patra <atish.patra@wdc.com>
+Atish Patra <atishp@atishpatra.org>
+Atish Patra <atishp@rivosinc.com>
 Axel Dyks <xl@xlsigned.net>
 Axel Lin <axel.lin@gmail.com>
 Bart Van Assche <bvanassche@acm.org> <bart.vanassche@sandisk.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 7a2345ce8521..b22af4edcd08 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10434,7 +10434,7 @@ F:	arch/powerpc/kvm/
 
 KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)
 M:	Anup Patel <anup.patel@wdc.com>
-R:	Atish Patra <atish.patra@wdc.com>
+R:	Atish Patra <atishp@atishpatra.org>
 L:	kvm@vger.kernel.org
 L:	kvm-riscv@lists.infradead.org
 L:	linux-riscv@lists.infradead.org
-- 
2.33.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Update Atish's email address
  2021-11-26 19:31 [PATCH v2] MAINTAINERS: Update Atish's email address Atish Patra
@ 2021-12-02  8:50 ` Anup Patel
  2021-12-02 23:53   ` Atish Patra
  0 siblings, 1 reply; 3+ messages in thread
From: Anup Patel @ 2021-12-02  8:50 UTC (permalink / raw)
  To: Atish Patra
  Cc: linux-kernel@vger.kernel.org List, Anup Patel, KVM General,
	kvm-riscv, linux-riscv

On Sat, Nov 27, 2021 at 1:01 AM Atish Patra <atishp@atishpatra.org> 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 <atishp@atishpatra.org>
> ---
>  .mailmap    | 3 +++
>  MAINTAINERS | 2 +-
>  2 files changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/.mailmap b/.mailmap
> index 14314e3c5d5e..5878de9783e4 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -50,6 +50,9 @@ Archit Taneja <archit@ti.com>
>  Ard Biesheuvel <ardb@kernel.org> <ard.biesheuvel@linaro.org>
>  Arnaud Patard <arnaud.patard@rtp-net.org>
>  Arnd Bergmann <arnd@arndb.de>
> +Atish Patra <atish.patra@wdc.com>
> +Atish Patra <atishp@atishpatra.org>
> +Atish Patra <atishp@rivosinc.com>

I think you just need one-line entry to map WDC email (OLD) to
Personal/Rivos email (NEW)

Something like:
Atish Patra <atishp@atishpatra.org> <atish.patra@wdc.com>

Regards,
Anup

>  Axel Dyks <xl@xlsigned.net>
>  Axel Lin <axel.lin@gmail.com>
>  Bart Van Assche <bvanassche@acm.org> <bart.vanassche@sandisk.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7a2345ce8521..b22af4edcd08 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10434,7 +10434,7 @@ F:      arch/powerpc/kvm/
>
>  KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)
>  M:     Anup Patel <anup.patel@wdc.com>
> -R:     Atish Patra <atish.patra@wdc.com>
> +R:     Atish Patra <atishp@atishpatra.org>
>  L:     kvm@vger.kernel.org
>  L:     kvm-riscv@lists.infradead.org
>  L:     linux-riscv@lists.infradead.org
> --
> 2.33.1
>
>
> --
> kvm-riscv mailing list
> kvm-riscv@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kvm-riscv

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Update Atish's email address
  2021-12-02  8:50 ` Anup Patel
@ 2021-12-02 23:53   ` Atish Patra
  0 siblings, 0 replies; 3+ messages in thread
From: Atish Patra @ 2021-12-02 23:53 UTC (permalink / raw)
  To: Anup Patel
  Cc: linux-kernel@vger.kernel.org List, Anup Patel, KVM General,
	kvm-riscv, linux-riscv

On Thu, Dec 2, 2021 at 12:50 AM Anup Patel <anup@brainfault.org> wrote:
>
> On Sat, Nov 27, 2021 at 1:01 AM Atish Patra <atishp@atishpatra.org> 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 <atishp@atishpatra.org>
> > ---
> >  .mailmap    | 3 +++
> >  MAINTAINERS | 2 +-
> >  2 files changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/.mailmap b/.mailmap
> > index 14314e3c5d5e..5878de9783e4 100644
> > --- a/.mailmap
> > +++ b/.mailmap
> > @@ -50,6 +50,9 @@ Archit Taneja <archit@ti.com>
> >  Ard Biesheuvel <ardb@kernel.org> <ard.biesheuvel@linaro.org>
> >  Arnaud Patard <arnaud.patard@rtp-net.org>
> >  Arnd Bergmann <arnd@arndb.de>
> > +Atish Patra <atish.patra@wdc.com>
> > +Atish Patra <atishp@atishpatra.org>
> > +Atish Patra <atishp@rivosinc.com>
>
> I think you just need one-line entry to map WDC email (OLD) to
> Personal/Rivos email (NEW)
>
> Something like:
> Atish Patra <atishp@atishpatra.org> <atish.patra@wdc.com>
>

Well, I saw both kinds of entries (multiline & single line) entries
throughout the .mailmap.
Thus, I assumed both would work fine.

I will send v3 with a single line entry right away.

> Regards,
> Anup
>
> >  Axel Dyks <xl@xlsigned.net>
> >  Axel Lin <axel.lin@gmail.com>
> >  Bart Van Assche <bvanassche@acm.org> <bart.vanassche@sandisk.com>
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 7a2345ce8521..b22af4edcd08 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -10434,7 +10434,7 @@ F:      arch/powerpc/kvm/
> >
> >  KERNEL VIRTUAL MACHINE FOR RISC-V (KVM/riscv)
> >  M:     Anup Patel <anup.patel@wdc.com>
> > -R:     Atish Patra <atish.patra@wdc.com>
> > +R:     Atish Patra <atishp@atishpatra.org>
> >  L:     kvm@vger.kernel.org
> >  L:     kvm-riscv@lists.infradead.org
> >  L:     linux-riscv@lists.infradead.org
> > --
> > 2.33.1
> >
> >
> > --
> > kvm-riscv mailing list
> > kvm-riscv@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/kvm-riscv



-- 
Regards,
Atish

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-02 23:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 19:31 [PATCH v2] MAINTAINERS: Update Atish's email address Atish Patra
2021-12-02  8:50 ` Anup Patel
2021-12-02 23:53   ` Atish Patra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).