-
- Downloads
s390/kaslr: provide kaslr_enabled() function
Just like other architectures provide a kaslr_enabled() function, instead of directly accessing a global variable. Also pass the renamed __kaslr_enabled variable from the decompressor to the kernel, so that kalsr_enabled() is available there too. This will be used by a subsequent patch which randomizes the module base load address. Reviewed-by:Vasily Gorbik <gor@linux.ibm.com> Signed-off-by:
Heiko Carstens <hca@linux.ibm.com> Signed-off-by:
Vasily Gorbik <gor@linux.ibm.com>
Showing
- arch/s390/boot/boot.h 0 additions, 1 deletionarch/s390/boot/boot.h
- arch/s390/boot/ipl_parm.c 3 additions, 3 deletionsarch/s390/boot/ipl_parm.c
- arch/s390/boot/pgm_check_info.c 1 addition, 1 deletionarch/s390/boot/pgm_check_info.c
- arch/s390/boot/startup.c 3 additions, 3 deletionsarch/s390/boot/startup.c
- arch/s390/include/asm/setup.h 7 additions, 0 deletionsarch/s390/include/asm/setup.h
- arch/s390/kernel/setup.c 1 addition, 0 deletionsarch/s390/kernel/setup.c
Loading
Please register or sign in to comment