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

From: Palmer Dabbelt
Date: Sat Jun 05 2021 - 10:38:00 EST


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(-)