Skip to content
Snippets Groups Projects
Commit 8676caa4 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

s390/topology: correct allocation of topology information


The data stored by the STSI instruction can be up to a page in size
but the memblock_virt_alloc allocation for tl_info only specifies
16 bytes. The memory after the short allocation is overwritten
every time arch_update_cpu_topology is called.

Fixes: 8c910580 "s390/numa: establish cpu to node mapping early"
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent da8fd820
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment