commit | 35af0d469c6694c05f06e75c5d75caee9be66122 | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Mon Apr 15 12:41:08 2019 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Wed Apr 17 10:40:57 2019 +0200 |
tree | a36366b2e28786b48a1e0ae93f509fe3d07171f2 | |
parent | 6b1f16ba730d4c0cda1247568c3a1bf4fa3a2f2f [diff] |
s390: correct some inline assembly constraints Inline assembly code changed in this patch should really use "Q" constraint "Memory reference without index register and with short displacement". The kernel build with kasan instrumentation enabled might occasionally break otherwise (due to stack instrumentation). Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>