On Thu, Nov 19, 2020 at 10:37:07AM -0800, Sean Christopherson wrote: > From: Sean Christopherson <sea...@google.com> > > Update my email address to one provided by my new benefactor. > > Cc: Thomas Gleixner <t...@linutronix.de> > Cc: Borislav Petkov <b...@alien8.de> > Cc: Jarkko Sakkinen <jar...@kernel.org> > Cc: Dave Hansen <dave.han...@linux.intel.com> > Cc: Andy Lutomirski <l...@kernel.org> > Cc: Vitaly Kuznetsov <vkuzn...@redhat.com> > Cc: Wanpeng Li <wanpen...@tencent.com> > Cc: Jim Mattson <jmatt...@google.com> > Cc: Joerg Roedel <j...@8bytes.org> > Cc: k...@vger.kernel.org > Signed-off-by: Sean Christopherson <sea...@google.com> > --- > Resorted to sending this via a private dummy account as getting my corp > email to play nice with git-sendemail has been further delayed, and I > assume y'all are tired of getting bounces. > > .mailmap | 1 + > MAINTAINERS | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/.mailmap b/.mailmap > index 1e14566a3d56..a0d1685a165a 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -287,6 +287,7 @@ Santosh Shilimkar <ssant...@kernel.org> > Sarangdhar Joshi <spjo...@codeaurora.org> > Sascha Hauer <s.ha...@pengutronix.de> > S.Çağlar Onur <cag...@pardus.org.tr> > +Sean Christopherson <sea...@google.com> <sean.j.christopher...@intel.com> > Sean Nyekjaer <s...@geanix.com> <sean.nyekj...@prevas.dk> > Sebastian Reichel <s...@kernel.org> <sebastian.reic...@collabora.co.uk> > Sebastian Reichel <s...@kernel.org> <s...@debian.org> > diff --git a/MAINTAINERS b/MAINTAINERS > index 4a34b25ecc1f..0478d9ef72fc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9662,7 +9662,7 @@ F: tools/testing/selftests/kvm/s390x/ > > KERNEL VIRTUAL MACHINE FOR X86 (KVM/x86) > M: Paolo Bonzini <pbonz...@redhat.com> > -R: Sean Christopherson <sean.j.christopher...@intel.com> > +R: Sean Christopherson <sea...@google.com> > R: Vitaly Kuznetsov <vkuzn...@redhat.com> > R: Wanpeng Li <wanpen...@tencent.com> > R: Jim Mattson <jmatt...@google.com> > -- > 2.29.2.299.gdc1121823c-goog >
Not sure how it happened but commit c2b1209d852f ("MAINTAINERS: Update email address for Sean Christopherson") dropped the MAINTAINERS hunk so it still shows your @intel.com address. I almost sent a patch there before I realized there was a .mailmap entry while looking through git history. Cheers, Nathan