Searched hist:"3 e39ce266a273e5751e5792aee248cb8d9630c8b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/s390/ |
H A D | Kconfig | diff 3e39ce266a273e5751e5792aee248cb8d9630c8b Fri Aug 02 05:42:59 CDT 2019 Vasily Gorbik <gor@linux.ibm.com> s390/kasan: add KASAN_VMALLOC support
Add KASAN_VMALLOC support which now enables vmalloc memory area access checks as well as enables usage of VMAP_STACK under kasan.
KASAN_VMALLOC changes the way vmalloc and modules areas shadow memory is handled. With this new approach only top level page tables are pre-populated and lower levels are filled dynamically upon memory allocation.
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
|