]> git.ipfire.org Git - thirdparty/linux.git/commit
s390: correct some inline assembly constraints
authorVasily Gorbik <gor@linux.ibm.com>
Mon, 15 Apr 2019 10:41:08 +0000 (12:41 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 17 Apr 2019 08:40:57 +0000 (10:40 +0200)
commit35af0d469c6694c05f06e75c5d75caee9be66122
treea36366b2e28786b48a1e0ae93f509fe3d07171f2
parent6b1f16ba730d4c0cda1247568c3a1bf4fa3a2f2f
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>
arch/s390/kernel/fpu.c
arch/s390/kernel/vtime.c