]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm64: Extend pr_crit message on invalid FDT
authorBartosz Szczepanek <bsz@amazon.de>
Wed, 23 Apr 2025 08:48:51 +0000 (08:48 +0000)
committerWill Deacon <will@kernel.org>
Tue, 29 Apr 2025 15:23:57 +0000 (16:23 +0100)
commit83a39eccdf2f26024ce7699aefb7e439221d88af
tree478adfe927d980fbc4156c45de1327bf56ba39f1
parente2eaeba0522d332bef8e61b2b9f54a78cd2b6257
arm64: Extend pr_crit message on invalid FDT

Log size in addition to physical and virtual addresses. It has potential
to be helpful when DTB exceeds the 2 MB limit.

Initialize size to 0 to print out sane value if fixmap_remap_fdt fails
without setting the size.

Signed-off-by: Bartosz Szczepanek <bsz@amazon.de>
Link: https://lore.kernel.org/r/20250423084851.26449-1-bsz@amazon.de
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/setup.c