mbox series

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

Message ID mhng-72236532-fb2c-406a-9a7e-509c579364c5@palmerdabbelt-glaptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] A Single RISC-V Fix for 5.11-rc6 | expand

Pull-request

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

Message

Palmer Dabbelt Jan. 30, 2021, 2:52 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 30, 2021, 8:01 p.m. UTC | #1
The pull request you sent on Fri, 29 Jan 2021 18:52:51 -0800 (PST):

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

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

Thank you!