[PATCH v2 0/2] Make memory size reporting in kexec_file_load() accurate

From: Åukasz Stelmach
Date: Thu Apr 30 2020 - 12:32:18 EST


Calling kexec_add_buffer() page-alligns the value of kbuf.memsz, so it
is not same as the requested value. Hence both bufsz and memsz should
after kexec_add_buffer() is called should be be reported separately.

Åukasz Stelmach (2):
arm64: kexec_file: print appropriate variable
x86: kexec_file: print appropriate variable

arch/arm64/kernel/machine_kexec_file.c | 6 +++---
arch/x86/kernel/crash.c | 2 +-
arch/x86/kernel/kexec-bzimage64.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)

--
2.25.0