mbox series

[GIT,PULL] RISC-V Fixes for 5.7-rc7

Message ID mhng-258df3d4-aa39-484e-9fde-7d93432f3205@palmerdabbelt-glaptop1 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.7-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.7-rc7

Message

Palmer Dabbelt May 22, 2020, 6:01 p.m. UTC
The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -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.7-rc7

for you to fetch changes up to 8356c379cfba8b1b90b0a2423f6afbbe2cdc5d91:

  RISC-V: gp_in_global needs register keyword (2020-05-21 13:28:26 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.7-rc7

This tag contains two fixes:

* Another !MMU build fix that was a straggler from last week.
* A fix to use the "register" keyword for the GP global register variable.

----------------------------------------------------------------
Kefeng Wang (1):
      riscv: Fix print_vm_layout build error if NOMMU

Palmer Dabbelt (1):
      RISC-V: gp_in_global needs register keyword

 arch/riscv/kernel/process.c | 2 +-
 arch/riscv/mm/init.c        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org May 22, 2020, 7:05 p.m. UTC | #1
The pull request you sent on Fri, 22 May 2020 11:01:05 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.7-rc7

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

Thank you!