s390/pfault: do not use stack buffers for hardware data
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 7 Sep 2018 09:20:08 +0000 (11:20 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 9 Oct 2018 09:20:54 +0000 (11:20 +0200)
commit00e9e6645adc2c02c9ec5b42fd39d2a7f0880e6a
treea57a91fd43f1c1973a0731ff85d43c33b3003edc
parentc0f07ff93bffae8c4252e4945ad82bc98f82a60e
s390/pfault: do not use stack buffers for hardware data

With CONFIG_VMAP_STACK=y the stack is allocated from the vmalloc space.
Data structures passed to a hardware or a hypervisor interface that
requires V=R can not be allocated on the stack anymore.

Make the init and fini pfault parameter blocks static variables.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/mm/fault.c