mbox series

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

Message ID mhng-93e651e7-8975-4f60-8fab-31f695d9af2b@palmer-mbp2014 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fix for 5.18-rc6 | expand

Pull-request

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

Message

Palmer Dabbelt May 6, 2022, 4:36 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org May 6, 2022, 7:14 p.m. UTC | #1
The pull request you sent on Fri, 06 May 2022 09:36:51 -0700 (PDT):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/497fe3bb196de7249723ba1496fb72ca63ce14e2

Thank you!