linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Łukasz Stelmach" <l.stelmach@samsung.com>
To: Catalin Marinas <catalin.marinas@arm.com>,
	Will Deacon <will.deacon@arm.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Cc: "Łukasz Stelmach" <l.stelmach@samsung.com>
Subject: [PATCH] arm64: kexec_file: print appropriate variable
Date: Thu, 30 Apr 2020 12:50:34 +0200	[thread overview]
Message-ID: <20200430105034.17513-1-l.stelmach@samsung.com> (raw)
In-Reply-To: CGME20200430105048eucas1p129975fe3fd84c4fd2b14117e3474b203@eucas1p1.samsung.com

Fixes: 4312057681929 ("arm64: kexec_file: load initrd and device-tree")
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
---
 arch/arm64/kernel/machine_kexec_file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kernel/machine_kexec_file.c b/arch/arm64/kernel/machine_kexec_file.c
index b40c3b0def92..2776bdaa83a5 100644
--- a/arch/arm64/kernel/machine_kexec_file.c
+++ b/arch/arm64/kernel/machine_kexec_file.c
@@ -332,7 +332,7 @@ int load_other_segments(struct kimage *image,
 	image->arch.dtb_mem = kbuf.mem;
 
 	pr_debug("Loaded dtb at 0x%lx bufsz=0x%lx memsz=0x%lx\n",
-			kbuf.mem, dtb_len, dtb_len);
+			kbuf.mem, dtb_len, kbuf.memsz);
 
 	return 0;
 
-- 
2.25.0


       reply	other threads:[~2020-04-30 10:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200430105048eucas1p129975fe3fd84c4fd2b14117e3474b203@eucas1p1.samsung.com>
2020-04-30 10:50 ` Łukasz Stelmach [this message]
2020-04-30 10:55   ` [PATCH] arm64: kexec_file: print appropriate variable Will Deacon
2020-04-30 11:19   ` Mark Rutland
     [not found]     ` <CGME20200430114954eucas1p22f46edec60e20dd45f7d9797ca8373d3@eucas1p2.samsung.com>
2020-04-30 11:49       ` Lukasz Stelmach
     [not found]   ` <CGME20200430163213eucas1p2c5c040b5d34cf2f41286b99751df7cb2@eucas1p2.samsung.com>
2020-04-30 16:31     ` [PATCH v2 0/2] Make memory size reporting in kexec_file_load() accurate Łukasz Stelmach
     [not found]       ` <CGME20200430163216eucas1p14e1529fdfbdd3663a5fdf3c9998e060b@eucas1p1.samsung.com>
2020-04-30 16:31         ` [PATCH v2 1/2] arm64: kexec_file: print appropriate variable Łukasz Stelmach
     [not found]       ` <CGME20200430163218eucas1p1e89bdacc1cb8f1819d72cd789e972648@eucas1p1.samsung.com>
2020-04-30 16:31         ` [PATCH v2 2/2] x86: " Łukasz Stelmach
     [not found]           ` <CGME20201013201715eucas1p266a9a553002a9e72e604f92c50a0f950@eucas1p2.samsung.com>
2020-10-13 20:17             ` Lukasz Stelmach
2020-04-30 21:12       ` [PATCH v2 0/2] Make memory size reporting in kexec_file_load() accurate Will Deacon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200430105034.17513-1-l.stelmach@samsung.com \
    --to=l.stelmach@samsung.com \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=will.deacon@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).