Skip to content

Commit e3228a8

Browse files
committed
Merge tag 'x86_kdump_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 kdump fixlet from Borislav Petkov: - A single debug message fix * tag 'x86_kdump_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/crash: Fix minor typo/bug in debug message
2 parents 1abcb10 + b57a7c9 commit e3228a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/crash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ int crash_load_segments(struct kimage *image)
407407
}
408408
image->elf_load_addr = kbuf.mem;
409409
pr_debug("Loaded ELF headers at 0x%lx bufsz=0x%lx memsz=0x%lx\n",
410-
image->elf_load_addr, kbuf.bufsz, kbuf.bufsz);
410+
image->elf_load_addr, kbuf.bufsz, kbuf.memsz);
411411

412412
return ret;
413413
}

0 commit comments

Comments
 (0)