commit | 12e55fa1944d2f2f15c580a94eda80cb7623f89d | [log] [tgz] |
---|---|---|
author | Vasily Gorbik <gor@linux.ibm.com> | Thu Sep 13 16:09:52 2018 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Oct 09 11:21:34 2018 +0200 |
tree | 533880bb716fbf6584d4d01d0f76594204befa56 | |
parent | 296352397db68313a189e65a3513960a2c844632 [diff] |
s390/kasan: optimize kasan vmemmap allocation Kasan implementation now supports memory hotplug operations. For that reason regions of initially standby memory are now skipped from shadow mapping and are mapped/unmapped dynamically upon bringing memory online/offline. Signed-off-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>