[GIT PULL] RISC-V Fixes for 5.8-rc7

From: Palmer Dabbelt
Date: Sat Jul 25 2020 - 14:31:07 EST


The following changes since commit ba47d845d715a010f7b51f6f89bae32845e6acb7:

Linux 5.8-rc6 (2020-07-19 15:41:18 -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.8-rc7

for you to fetch changes up to fa5a198359053c8e21dcc2b39c0e13871059bc9f:

riscv: Parse all memory blocks to remove unusable memory (2020-07-24 22:08:25 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.8-rc7

I have a few more fixes this week:

* A fix to avoid using SBI calls during kasan initialization, as the SBI calls
themselves have not been probed yet.
* Three fixes related to systems with multiple memory regions.

----------------------------------------------------------------
Atish Patra (3):
RISC-V: Set maximum number of mapped pages correctly
RISC-V: Do not rely on initrd_start/end computed during early dt parsing
riscv: Parse all memory blocks to remove unusable memory

Vincent Chen (1):
riscv: kasan: use local_tlb_flush_all() to avoid uninitialized __sbi_rfence

arch/riscv/mm/init.c | 66 +++++++++++++++++++++++++++++++---------------
arch/riscv/mm/kasan_init.c | 4 +--
2 files changed, 47 insertions(+), 23 deletions(-)