All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .mailmap: update Konstantin Khlebnikov's email address
@ 2015-01-26 22:43 Kim Phillips
  2015-01-27 22:38 ` Konstantin Khlebnikov
  0 siblings, 1 reply; 2+ messages in thread
From: Kim Phillips @ 2015-01-26 22:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: Joe Perches, Andrew Morton, Konstantin Khlebnikov

get_maintainer.pl returns k.khlebnikov@samsung.com via git history,
for which emails get rejected:

 RCPT TO:<k.khlebnikov@samsung.com>
 550 5.1.1 Recipient address rejected: User unknown

Use his other address that passes vger's mxverify:

 RCPT TO:<koct9i@gmail.com>
 250 2.1.5 OK ir10si13843754pbc.62 - gsmtp

and add his old email address in the wrong email address field.

Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index d357e1b..0d971cf 100644
--- a/.mailmap
+++ b/.mailmap
@@ -73,6 +73,7 @@ Juha Yrjola <juha.yrjola@nokia.com>
 Juha Yrjola <juha.yrjola@solidboot.com>
 Kay Sievers <kay.sievers@vrfy.org>
 Kenneth W Chen <kenneth.w.chen@intel.com>
+Konstantin Khlebnikov <koct9i@gmail.com> <k.khlebnikov@samsung.com>
 Koushik <raghavendra.koushik@neterion.com>
 Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
 Leonid I Ananiev <leonid.i.ananiev@intel.com>
-- 
2.2.2


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

end of thread, other threads:[~2015-01-27 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 22:43 [PATCH] .mailmap: update Konstantin Khlebnikov's email address Kim Phillips
2015-01-27 22:38 ` Konstantin Khlebnikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.