]> git.baikalelectronics.ru Git - kernel.git/commit
s390: move vmalloc option parsing to startup code
authorVasily Gorbik <gor@linux.ibm.com>
Fri, 2 Aug 2019 10:28:20 +0000 (12:28 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 21 Aug 2019 10:41:43 +0000 (12:41 +0200)
commit330f9c68adc76c0f519e520b8a3b91eb446cd053
tree732f6ea401fca87cab2a995d8a32140157c8c2af
parent24c98c9877ac46727febce45b92e88d892753531
s390: move vmalloc option parsing to startup code

Few other crucial memory setup options are already handled in
the startup code. Those values are needed by kaslr and kasan
implementations. "vmalloc" is the last piece required for future
improvements such as early decision on kernel page levels depth required
for actual memory setup, as well as vmalloc memory area access monitoring
in kasan.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/ipl_parm.c
arch/s390/include/asm/pgtable.h
arch/s390/include/asm/setup.h
arch/s390/kernel/setup.c