summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/kexec.h
diff options
context:
space:
mode:
authorPhilipp Rudo <prudo@linux.ibm.com>2019-03-18 12:53:47 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2019-04-29 10:44:02 +0200
commit99feaa717e558cf4f2ad0faf53acac3cf9cc7438 (patch)
tree485d05ad8c8886bba9f1ecc2e3eac4d196e9a6ad /arch/s390/include/asm/kexec.h
parente23a8020ce4e094e10d717d39a8ce799243bf8c1 (diff)
downloadlinux-stable-99feaa717e558cf4f2ad0faf53acac3cf9cc7438.tar.gz
linux-stable-99feaa717e558cf4f2ad0faf53acac3cf9cc7438.tar.bz2
linux-stable-99feaa717e558cf4f2ad0faf53acac3cf9cc7438.zip
s390/kexec_file: Create ipl report and pass to next kernel
Signed-off-by: Philipp Rudo <prudo@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/kexec.h')
-rw-r--r--arch/s390/include/asm/kexec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/include/asm/kexec.h b/arch/s390/include/asm/kexec.h
index 59026899e766..305d3465574f 100644
--- a/arch/s390/include/asm/kexec.h
+++ b/arch/s390/include/asm/kexec.h
@@ -63,6 +63,8 @@ struct s390_load_data {
/* Total size of loaded segments in memory. Used as an offset. */
size_t memsz;
+
+ struct ipl_report *report;
};
int s390_verify_sig(const char *kernel, unsigned long kernel_len);