[GIT PULL] RISC-V Fixes for 5.12-rc6

Palmer Dabbelt palmer at dabbelt.com
Sat Apr 3 19:39:36 BST 2021


The following changes since commit a5e13c6df0e41702d2b2c77c8ad41677ebb065b3:

  Linux 5.12-rc5 (2021-03-28 15:48:16 -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.12-rc6

for you to fetch changes up to 1adbc2941eee8acbe3c7dc6b51cdbc5a9bf19565:

  riscv: Make NUMA depend on MMU (2021-04-01 21:37:08 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.12-rc6

I have a handful of fixes for 5.12:

* A fix for a stack tracing regression related to "const register asm"
  variables, which have unexpected behavior.
* A fix to put_user() that ensures the value to be written is evaluated
  before enabling access to userspace memory..
* A fix to align the exception vector table correctly, so we don't rely
  on the firmware's handling of unaligned accesses.
* A build fix to make NUMA depend on MMU, which triggers some
  randconfigs.

----------------------------------------------------------------
Ben Dooks (1):
      riscv: evaluate put_user() arg before enabling user access

Kefeng Wang (2):
      riscv: Drop const annotation for sp
      riscv: Make NUMA depend on MMU

Yang Li (1):
      riscv: remove unneeded semicolon

Zihao Yu (1):
      riscv,entry: fix misaligned base for excp_vect_table

 arch/riscv/Kconfig               | 2 +-
 arch/riscv/include/asm/uaccess.h | 7 +++++--
 arch/riscv/kernel/entry.S        | 1 +
 arch/riscv/kernel/stacktrace.c   | 2 +-
 arch/riscv/mm/kasan_init.c       | 2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)



More information about the linux-riscv mailing list