[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <mhng-7c342428-c3ce-4ed5-b311-cd79458c2f32@palmerdabbelt-glaptop>
Date: Sat, 03 Apr 2021 11:39:36 -0700 (PDT)
From: Palmer Dabbelt <palmer@...belt.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: linux-riscv@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 5.12-rc6
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(-)
Powered by blists - more mailing lists