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

Palmer Dabbelt palmer at rivosinc.com
Fri Apr 22 09:02:01 PDT 2022


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(-)



More information about the linux-riscv mailing list