linux-stable/arch/s390/appldata
Martin Schwidefsky d36a928139 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>
2018-10-09 11:20:52 +02:00
..
appldata.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
appldata_base.c s390/appldata: do not use stack buffers for hardware data 2018-10-09 11:20:52 +02:00
appldata_mem.c s390: appldata: add SPDX identifiers to the remaining files 2017-11-24 15:37:18 +01:00
appldata_net_sum.c s390: appldata: add SPDX identifiers to the remaining files 2017-11-24 15:37:18 +01:00
appldata_os.c s390: appldata: add SPDX identifiers to the remaining files 2017-11-24 15:37:18 +01:00
Makefile s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00