mbox series

[GIT,PULL] RISC-V Fixes for 5.13-rc5

Message ID mhng-8b83335c-43d4-4912-a2b6-2d609e10d7bf@palmerdabbelt-glaptop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] RISC-V Fixes for 5.13-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.13-rc5

Message

Palmer Dabbelt June 5, 2021, 2:36 p.m. UTC
The following changes since commit bab0d47c0ebb50ae0bcfa4e84986a60113bf7d6b:

  riscv: kexec: Fix W=1 build warnings (2021-05-22 22:05:30 -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.13-rc5

for you to fetch changes up to 160ce364167fabf8df5bebfff1b38fd5d8c146c9:

  Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixes (2021-06-01 21:17:08 -0700)

----------------------------------------------------------------
RISC-V Fixes for 5.13-rc5

* Build with '-mno-relax' when using LLVM's linker, which doesn't
  support linker relaxation.
* A fix to build without SiFive's errata.
* A fix to use PAs during init_resources()
* A fix to avoid W+X mappings during boot.

----------------------------------------------------------------
Jisheng Zhang (1):
      riscv: mm: Fix W+X mappings at boot

Khem Raj (1):
      riscv: Use -mno-relax when using lld linker

Palmer Dabbelt (1):
      Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixes

Vincent (1):
      riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabled

Wende Tan (1):
      RISC-V: Fix memblock_free() usages in init_resources()

 arch/riscv/Makefile               | 9 +++++++++
 arch/riscv/errata/sifive/Makefile | 2 +-
 arch/riscv/kernel/setup.c         | 4 ++--
 arch/riscv/mm/init.c              | 8 ++++++--
 4 files changed, 18 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org June 5, 2021, 6:11 p.m. UTC | #1
The pull request you sent on Sat, 05 Jun 2021 07:36:40 -0700 (PDT):

> git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.13-rc5

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

Thank you!