mbox series

[GIT,PULL] RISC-V Fixes for 5.18-rc4

Message ID mhng-650d0eb6-fc62-4859-b713-2a4e6ccd7465@palmer-ri-x1c9 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.18-rc4 | expand

Pull-request

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

Message

Palmer Dabbelt April 22, 2022, 4:02 p.m. UTC
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -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-rc4

for you to fetch changes up to bf9bac40b7635e2ce43ba0051a64c3fd44312405:

  RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLE (2022-04-21 15:10:47 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.18-rc4

* A pair of build fixes for the recent cpuidle driver.
* A fix for systems without sv57 that manifests as a crash early in
  boot.

----------------------------------------------------------------
I'm not sure if that boot bug was just so bad nobody's found anything else, I'm
farther behind than usual, or the stricter merge window resulted in less
fallout.  Maybe just a bit of everything, but I always get worried when things
aren't broken...

----------------------------------------------------------------
Anup Patel (1):
      RISC-V: mm: Fix set_satp_mode() for platform not having Sv57

Randy Dunlap (2):
      cpuidle: riscv: support non-SMP config
      RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLE

 arch/riscv/Kconfig.socs             | 2 +-
 arch/riscv/mm/init.c                | 1 +
 drivers/cpuidle/cpuidle-riscv-sbi.c | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org April 22, 2022, 9:19 p.m. UTC | #1
The pull request you sent on Fri, 22 Apr 2022 09:02:01 -0700 (PDT):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4e339e5e2dbf91e6499ef65389035b2795518c3d

Thank you!