diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-09-06 10:47:26 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-10-09 11:20:52 +0200 |
commit | d36a9281399700f3b573f61b845367cfc3e12cb1 (patch) | |
tree | 412c592a2fe6c873818e5ff747523b1520cac5fa /arch/s390/hypfs | |
parent | s390/appldata: pass parameter list pointer to appldata_asm (diff) | |
download | linux-d36a9281399700f3b573f61b845367cfc3e12cb1.tar.xz linux-d36a9281399700f3b573f61b845367cfc3e12cb1.zip |
s390/appldata: 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.
Use kmalloc to get memory for the appldata_product_id and the
appldata_parameter_list structures.
Reviewed-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/hypfs')
0 files changed, 0 insertions, 0 deletions