[GIT PULL] A RISC-V Fix for 5.9

From: Palmer Dabbelt
Date: Sat Aug 15 2020 - 18:39:51 EST


merged tag 'riscv-for-linus-5.9-mw0'
The following changes since commit dbf83817315d9ce93b3e5b1c83a167f537245bd8:

Merge tag 'riscv-for-linus-5.9-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2020-08-07 10:11:12 -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.9-mw1

for you to fetch changes up to 76d4467a97bd8c4bb01e810a5129c8f96d7dcbf8:

riscv: Setup exception vector for nommu platform (2020-08-14 16:28:20 -0700)

----------------------------------------------------------------
A RISC-V Fix for 5.9

I collected a single fix during the merge window: we managed to break the early
trap setup on !MMU, this patch fixes it.

The power keeps going on here so I haven't have a chance to give this the
testing I usually would, but I don't have a Kendryte anyway so I doubt I'd pick
up anything subtle even if I was to test. The patch seems pretty safe and it's
still early, so I don't see any reason to let it sit around.

It's fairly late so if it misses the merge window that's not a big deal. I'll
definately have stuff for next week, so I'll just start from whenever this
lands.

----------------------------------------------------------------
Qiu Wenbo (1):
riscv: Setup exception vector for nommu platform

arch/riscv/kernel/head.S | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 deletions(-)