[GIT PULL] A Single RISC-V Fix for 5.11-rc6

From: Palmer Dabbelt
Date: Sat Jan 30 2021 - 04:53:17 EST


The following changes since commit 19c329f6808995b142b3966301f217c831e7cf31:

Linux 5.11-rc4 (2021-01-17 16:37:05 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 336e8eb2a3cfe2285c314cd85630076da365f6c6:

riscv: Fixup pfn_valid error with wrong max_mapnr (2021-01-22 20:18:03 -0800)

----------------------------------------------------------------
A Single RISC-V Fix for 5.11-rc6

* A fix to avoid initializing max_mapnr to be too large, which may
manifest on NUMA systems.

----------------------------------------------------------------
Guo Ren (1):
riscv: Fixup pfn_valid error with wrong max_mapnr

arch/riscv/mm/init.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)