commit | 653beba24d4cd281b078eab48c9bce956939061c | [log] [tgz] |
---|---|---|
author | Philipp Rudo <prudo@linux.ibm.com> | Thu Mar 07 15:56:34 2019 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Mon Apr 29 10:44:00 2019 +0200 |
tree | 666e391e3156330ba0f82d216408aae68bd9e2e6 | |
parent | 8e4964261374aaec9f4a83de076ceb11c8cdc044 [diff] |
s390/kexec_file: Load new kernel to absolute 0 The leading 64 kB of a kernel image doesn't contain any data needed to boot the new kernel when it was loaded via kexec_file. Thus kexec_file currently strips them off before loading the image. Keep the leading 64 kB in order to be able to pass a ipl_report to the next kernel. Signed-off-by: Philipp Rudo <prudo@linux.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>