commit | 00e9e6645adc2c02c9ec5b42fd39d2a7f0880e6a | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Sep 07 11:20:08 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Oct 09 11:20:54 2018 +0200 |
tree | a57a91fd43f1c1973a0731ff85d43c33b3003edc | |
parent | c0f07ff93bffae8c4252e4945ad82bc98f82a60e [diff] |
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>