]> git.baikalelectronics.ru Git - kernel.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)
commit4636f1e86ca6f4c1090c532b805f890f4de12a67
treea36366b2e28786b48a1e0ae93f509fe3d07171f2
parentccd0bca4deba07566e140321215ac8405dd4892c
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