commit | fb594ec13ea89151e7a79933119ccd7b40d5d313 | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Fri Nov 17 13:17:24 2017 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Oct 09 11:21:18 2018 +0200 |
tree | 67208115dc97b956f8370d8fb2805cb6008ef8da | |
parent | 0a9b40911baffac6fc9cc2d88e893585870a97f7 [diff] |
s390/kasan: replace some memory functions Follow the common kasan approach: "KASan replaces memory functions with manually instrumented variants. Original functions declared as weak symbols so strong definitions in mm/kasan/kasan.c could replace them. Original functions have aliases with '__' prefix in name, so we could call non-instrumented variant if needed." Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>