mbox series

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

Message ID mhng-7c342428-c3ce-4ed5-b311-cd79458c2f32@palmerdabbelt-glaptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.12-rc6 | expand

Pull-request

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

Message

Palmer Dabbelt April 3, 2021, 6:39 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 3, 2021, 7:20 p.m. UTC | #1
The pull request you sent on Sat, 03 Apr 2021 11:39:36 -0700 (PDT):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7fd7d5c20129d2227b95cbe567b24559f144b77c

Thank you!