[GIT PULL] RISC-V Fix for 5.18-rc6

From: Palmer Dabbelt
Date: Fri May 06 2022 - 12:37:03 EST


The following changes since commit ac0280a9ca106c5501257e79d165f968712b5899:

RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL (2022-04-26 08:19:53 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.18-rc6

for you to fetch changes up to c6fe81191bd74f7e6ae9ce96a4837df9485f3ab8:

RISC-V: relocate DTB if it's outside memory region (2022-04-29 07:59:18 -0700)

----------------------------------------------------------------
RISC-V Fix for 5.18-rc6

* A fix to relocate the DTB early in boot, in cases where the bootloader
doesn't put the DTB in a region that will end up mapped by the kernel.
This manifests as a crash early in boot on a handful of
configurations.

----------------------------------------------------------------
Nick Kossifidis (1):
RISC-V: relocate DTB if it's outside memory region

arch/riscv/mm/init.c | 21 +++++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)