Le 17/10/2017 à 16:13, james.ho...@imgtec.com a écrit : > From: James Hogan <james.ho...@imgtec.com> > > Update my imgtec.com email address to my kernel.org one in MAINTAINERS > as MIPS will soon no longer be part of Imagination Technologies, and add > a mapping in .mailcap so get_maintainer.pl reports the right address. > > Signed-off-by: James Hogan <james.ho...@imgtec.com> > Cc: Michael Tokarev <m...@tls.msk.ru> > Cc: Laurent Vivier <laur...@vivier.eu> > Cc: qemu-devel@nongnu.org > Cc: qemu-triv...@nongnu.org > --- > Changes in v2: > - Use my imgtec address as the author / SoB (Laurent Vivier) > --- > .mailmap | 1 + > MAINTAINERS | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/.mailmap b/.mailmap > index 28defa1b2c57..5aec1bdf9f7d 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -8,6 +8,7 @@ Aurelien Jarno <aurel...@aurel32.net> aurel32 > <aurel32@c046a42c-6fe2-441c-8c8c-7 > Blue Swirl <blauwir...@gmail.com> blueswir1 > <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> > Edgar E. Iglesias <edgar.igles...@gmail.com> edgar_igl > <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> > Fabrice Bellard <fabr...@bellard.org> bellard > <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> > +James Hogan <jho...@kernel.org> <james.ho...@imgtec.com> > Jocelyn Mayer <l_ind...@magic.fr> j_mayer > <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> > Paul Brook <p...@codesourcery.com> pbrook > <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> > Thiemo Seufer <t...@networkno.de> ths > <ths@c046a42c-6fe2-441c-8c8c-71466251a162> > diff --git a/MAINTAINERS b/MAINTAINERS > index 9522d1b621bd..b01f5c46ef83 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -284,7 +284,7 @@ S: Maintained > F: target/arm/kvm.c > > MIPS > -M: James Hogan <james.ho...@imgtec.com> > +M: James Hogan <jho...@kernel.org> > S: Maintained > F: target/mips/kvm.c > >
Thank you. I don't understand why you need to update the .mailmap: updating the MAINTAINERS file should be enough to have the correct address with get_maintainer.pl? Thanks, Laurent