public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mailmap: update email address for Alex Shi
@ 2021-03-26  8:49 Alex Shi
  2021-03-26  8:49 ` [PATCH 2/2] Docs/zh_CN: update Alex Shi new email address Alex Shi
  2021-03-31 19:52 ` [PATCH 1/2] mailmap: update email address for Alex Shi Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Shi @ 2021-03-26  8:49 UTC (permalink / raw)
  To: corbet
  Cc: Andrew Morton, Kees Cook, Leon Romanovsky, Thomas Bogendoerfer,
	Alexander Lobakin, linux-kernel

Add my kernel.org address for old email address.

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Andrew Morton <akpm@linux-foundation.org> 
Cc: Jonathan Corbet <corbet@lwn.net> 
Cc: Kees Cook <keescook@chromium.org> 
Cc: Leon Romanovsky <leon@kernel.org> 
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de> 
Cc: Alexander Lobakin <alobakin@pm.me> 
Cc: linux-kernel@vger.kernel.org 
---
 .mailmap | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.mailmap b/.mailmap
index 85b93cdefc87..608ce1e5bef7 100644
--- a/.mailmap
+++ b/.mailmap
@@ -25,8 +25,9 @@ Alexandre Belloni <alexandre.belloni@bootlin.com> <alexandre.belloni@free-electr
 Alexei Starovoitov <ast@kernel.org> <alexei.starovoitov@gmail.com>
 Alexei Starovoitov <ast@kernel.org> <ast@fb.com>
 Alexei Starovoitov <ast@kernel.org> <ast@plumgrid.com>
-Alex Shi <alex.shi@linux.alibaba.com> <alex.shi@intel.com>
-Alex Shi <alex.shi@linux.alibaba.com> <alex.shi@linaro.org>
+Alex Shi <alexs@kernel.org> <alex.shi@intel.com>
+Alex Shi <alexs@kernel.org> <alex.shi@linaro.org>
+Alex Shi <alexs@kernel.org> <alex.shi@linux.alibaba.com>
 Al Viro <viro@ftp.linux.org.uk>
 Al Viro <viro@zenIV.linux.org.uk>
 Andi Kleen <ak@linux.intel.com> <ak@suse.de>
-- 
2.29.GIT


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

* [PATCH 2/2] Docs/zh_CN: update Alex Shi new email address
  2021-03-26  8:49 [PATCH 1/2] mailmap: update email address for Alex Shi Alex Shi
@ 2021-03-26  8:49 ` Alex Shi
  2021-03-31 19:52 ` [PATCH 1/2] mailmap: update email address for Alex Shi Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Alex Shi @ 2021-03-26  8:49 UTC (permalink / raw)
  To: corbet; +Cc: Harry Wei, Alex Shi, linux-doc, linux-kernel

I am leaving Alibaba, udpate the old email address to new one.

Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>
Cc: Harry Wei <harryxiyou@gmail.com> 
Cc: Alex Shi <alexs@kernel.org> 
Cc: Jonathan Corbet <corbet@lwn.net> 
Cc: linux-doc@vger.kernel.org 
Cc: linux-kernel@vger.kernel.org 
---
 Documentation/translations/zh_CN/disclaimer-zh_CN.rst | 2 +-
 MAINTAINERS                                           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/translations/zh_CN/disclaimer-zh_CN.rst b/Documentation/translations/zh_CN/disclaimer-zh_CN.rst
index dcf803ede85a..3c6db094a63c 100644
--- a/Documentation/translations/zh_CN/disclaimer-zh_CN.rst
+++ b/Documentation/translations/zh_CN/disclaimer-zh_CN.rst
@@ -6,4 +6,4 @@
 
 .. note::
      如果您发现本文档与原始文件有任何不同或者有翻译问题,请联系该文件的译者,
-     或者请求时奎亮的帮助:<alex.shi@linux.alibaba.com>。
+     或者请求时奎亮的帮助:<alexs@kernel.org>。
diff --git a/MAINTAINERS b/MAINTAINERS
index 728216e3919c..f4b60255f011 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4211,7 +4211,7 @@ F:	Documentation/dev-tools/checkpatch.rst
 
 CHINESE DOCUMENTATION
 M:	Harry Wei <harryxiyou@gmail.com>
-M:	Alex Shi <alex.shi@linux.alibaba.com>
+M:	Alex Shi <alexs@kernel.org>
 L:	xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
 S:	Maintained
 F:	Documentation/translations/zh_CN/
-- 
2.29.GIT


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

* Re: [PATCH 1/2] mailmap: update email address for Alex Shi
  2021-03-26  8:49 [PATCH 1/2] mailmap: update email address for Alex Shi Alex Shi
  2021-03-26  8:49 ` [PATCH 2/2] Docs/zh_CN: update Alex Shi new email address Alex Shi
@ 2021-03-31 19:52 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2021-03-31 19:52 UTC (permalink / raw)
  To: Alex Shi
  Cc: Andrew Morton, Kees Cook, Leon Romanovsky, Thomas Bogendoerfer,
	Alexander Lobakin, linux-kernel

Alex Shi <alex.shi@linux.alibaba.com> writes:

> Add my kernel.org address for old email address.
>
> Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com>

Both applied, thanks.

jon

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

end of thread, other threads:[~2021-03-31 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26  8:49 [PATCH 1/2] mailmap: update email address for Alex Shi Alex Shi
2021-03-26  8:49 ` [PATCH 2/2] Docs/zh_CN: update Alex Shi new email address Alex Shi
2021-03-31 19:52 ` [PATCH 1/2] mailmap: update email address for Alex Shi Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox