summaryrefslogtreecommitdiffstats
path: root/mm/kasan/report.c
diff options
context:
space:
mode:
authorAndrey Konovalov2018-02-07 00:36:41 +0100
committerLinus Torvalds2018-02-07 03:32:43 +0100
commit5f21f3a8f4dcba77792d60bcc711131470a689bb (patch)
treec88fcd6ff0372e8fa851f4ce1cff952a088933a5 /mm/kasan/report.c
parentkasan: detect invalid frees (diff)
downloadkernel-qcow2-linux-5f21f3a8f4dcba77792d60bcc711131470a689bb.tar.gz
kernel-qcow2-linux-5f21f3a8f4dcba77792d60bcc711131470a689bb.tar.xz
kernel-qcow2-linux-5f21f3a8f4dcba77792d60bcc711131470a689bb.zip
kasan: fix prototype author email address
Use the new one. Link: http://lkml.kernel.org/r/de3b7ffc30a55178913a7d3865216aa7accf6c40.1515775666.git.andreyknvl@google.com Signed-off-by: Andrey Konovalov <andreyknvl@google.com> Cc: Andrey Ryabinin <aryabinin@virtuozzo.com> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/kasan/report.c')
-rw-r--r--mm/kasan/report.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/kasan/report.c b/mm/kasan/report.c
index 75206991ece0..5c169aa688fd 100644
--- a/mm/kasan/report.c
+++ b/mm/kasan/report.c
@@ -5,7 +5,7 @@
* Author: Andrey Ryabinin <ryabinin.a.a@gmail.com>
*
* Some code borrowed from https://github.com/xairy/kasan-prototype by
- * Andrey Konovalov <adech.fo@gmail.com>
+ * Andrey Konovalov <andreyknvl@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as