diff options
author | Alexander Egorenkov <egorenar@linux.ibm.com> | 2021-07-05 19:37:25 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-07-27 09:39:14 +0200 |
commit | 42c89439b9fa0368fabd4e1564bdb4a05aeed7eb (patch) | |
tree | eccfb629ce29efff77b396d3ed708c6ead1fedbb /arch/s390/boot/startup.c | |
parent | s390/boot: move uv function declarations to boot/uv.h (diff) | |
download | linux-42c89439b9fa0368fabd4e1564bdb4a05aeed7eb.tar.xz linux-42c89439b9fa0368fabd4e1564bdb4a05aeed7eb.zip |
s390/boot: disable Secure Execution in dump mode
A dump kernel is neither required nor able to support Secure Execution.
Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/boot/startup.c')
-rw-r--r-- | arch/s390/boot/startup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/boot/startup.c b/arch/s390/boot/startup.c index e4ebebfd1bbb..8b07a704f2f5 100644 --- a/arch/s390/boot/startup.c +++ b/arch/s390/boot/startup.c @@ -292,6 +292,7 @@ void startup_kernel(void) sclp_early_read_info(); setup_boot_command_line(); parse_boot_command_line(); + sanitize_prot_virt_host(); setup_ident_map_size(detect_memory()); setup_vmalloc_size(); setup_kernel_memory_layout(); |