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

Palmer Dabbelt palmer at rivosinc.com
Fri Aug 4 14:38:52 PDT 2023


The following changes since commit ab2dbc7accedc2e98eb7d8b8878d337e3b36c95d:

  RISC-V: Don't include Zicsr or Zifencei in I from ACPI (2023-07-12 10:04:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 640c503d7dbd7d34a62099c933f4db0ed77ccbec:

  Documentation: kdump: Add va_kernel_pa_offset for RISCV64 (2023-08-02 13:50:37 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.5-rc5

* A pair of fixes for build-related failures in the selftests.
* A fix for a sparse warning in acpi_os_ioremap().
* A fix to restore the kernel PA offset in vmcoreinfo, to fix crash
  handling.

----------------------------------------------------------------
Alexandre Ghiti (1):
      selftests: riscv: Fix compilation error with vstate_exec_nolibc.c

John Hubbard (1):
      selftests/riscv: fix potential build failure during the "emit_tests" step

Song Shuai (2):
      riscv: Export va_kernel_pa_offset in vmcoreinfo
      Documentation: kdump: Add va_kernel_pa_offset for RISCV64

Sunil V L (1):
      RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address

 Documentation/admin-guide/kdump/vmcoreinfo.rst            | 6 ++++++
 arch/riscv/include/asm/acpi.h                             | 2 +-
 arch/riscv/kernel/acpi.c                                  | 4 ++--
 arch/riscv/kernel/crash_core.c                            | 2 ++
 tools/testing/selftests/riscv/Makefile                    | 2 +-
 tools/testing/selftests/riscv/vector/vstate_exec_nolibc.c | 2 --
 6 files changed, 12 insertions(+), 6 deletions(-)



More information about the linux-riscv mailing list