mbox series

[GIT,PULL] RISC-V Fixes for 5.14-rc6

Message ID mhng-eb8a31c1-f921-487c-8e96-8d4c32f8ed16@palmerdabbelt-glaptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.14-rc6 | expand

Pull-request

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

Message

Palmer Dabbelt Aug. 14, 2021, 6:51 a.m. UTC
The following changes since commit 867432bec1c6e7df21a361d7f12022a8c5f54022:

  Revert "riscv: Remove CONFIG_PHYS_RAM_BASE_FIXED" (2021-08-06 22:41:39 -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.14-rc6

for you to fetch changes up to fdf3a7a1e0a67a52f631b055975c6ac7e0e49a65:

  riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUE (2021-08-12 07:16:58 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.14-rc6

* A fix to avoid passing -mno-relax to compilers that don't support it.
* A comment fix.

----------------------------------------------------------------
Alexandre Ghiti (1):
      riscv: Fix comment regarding kernel mapping overlapping with IS_ERR_VALUE

Changbin Du (1):
      riscv: kexec: do not add '-mno-relax' flag if compiler doesn't support it

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

Comments

pr-tracker-bot@kernel.org Aug. 14, 2021, 4:38 p.m. UTC | #1
The pull request you sent on Fri, 13 Aug 2021 23:51:59 -0700 (PDT):

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

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

Thank you!