diff options
author | Andrey Ryabinin <[email protected]> | 2015-08-14 15:35:13 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-08-14 15:56:32 -0700 |
commit | 2baf9e8948530f2c6af36f0e3d9a26e0315900e6 (patch) | |
tree | 2bd96f375342474189a98675c9b41aa849ca520c | |
parent | 3ed1f8a99d70ea1cd1508910eb107d0edcae5009 (diff) |
.mailmap: Andrey Ryabinin has moved
Update my email address.
Signed-off-by: Andrey Ryabinin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | .mailmap | 1 | ||||
-rw-r--r-- | mm/kasan/kasan.c | 2 | ||||
-rw-r--r-- | mm/kasan/report.c | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -17,6 +17,7 @@ Aleksey Gorelov <[email protected]> Al Viro <[email protected]> Al Viro <[email protected]> Andreas Herrmann <[email protected]> +Andrey Ryabinin <[email protected]> <[email protected]> Andrew Morton <[email protected]> Andrew Vasquez <[email protected]> Andy Adamson <[email protected]> diff --git a/mm/kasan/kasan.c b/mm/kasan/kasan.c index 6c513a63ea84..7b28e9cdf1c7 100644 --- a/mm/kasan/kasan.c +++ b/mm/kasan/kasan.c @@ -2,7 +2,7 @@ * This file contains shadow memory manipulation code. * * Copyright (c) 2014 Samsung Electronics Co., Ltd. - * Author: Andrey Ryabinin <[email protected]> + * Author: Andrey Ryabinin <[email protected]> * * Some of code borrowed from https://github.com/xairy/linux by * Andrey Konovalov <[email protected]> diff --git a/mm/kasan/report.c b/mm/kasan/report.c index 680ceedf810a..e07c94fbd0ac 100644 --- a/mm/kasan/report.c +++ b/mm/kasan/report.c @@ -2,7 +2,7 @@ * This file contains error reporting code. * * Copyright (c) 2014 Samsung Electronics Co., Ltd. - * Author: Andrey Ryabinin <[email protected]> + * Author: Andrey Ryabinin <[email protected]> * * Some of code borrowed from https://github.com/xairy/linux by * Andrey Konovalov <[email protected]> |