commit | d36a9281399700f3b573f61b845367cfc3e12cb1 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Sep 06 10:47:26 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Oct 09 11:20:52 2018 +0200 |
tree | 412c592a2fe6c873818e5ff747523b1520cac5fa | |
parent | f689789a288e297451869c0770b3351c80c85b15 [diff] |
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>