commit | 296352397db68313a189e65a3513960a2c844632 | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Thu Sep 13 10:59:25 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Oct 09 11:21:33 2018 +0200 |
tree | cdfed6ca3d9b7b38656cf207f19f7c2e9df7a650 | |
parent | 19733fe8721b8d91b799c91082ebb9c139ca6710 [diff] |
s390/kasan: avoid kasan crash with standby memory defined Kasan early memory allocator simply chops off memory blocks from the end of the physical memory. Reuse mem_detect info to identify actual online memory end rather than using max_physmem_end. This allows to run the kernel with kasan enabled and standby memory defined. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>