Pull RISC-V fixes from Palmer Dabbelt:
 - 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
* tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
  Documentation: kdump: Add va_kernel_pa_offset for RISCV64
  riscv: Export va_kernel_pa_offset in vmcoreinfo
  RISC-V: ACPI: Fix acpi_os_ioremap to return iomem address
  selftests: riscv: Fix compilation error with vstate_exec_nolibc.c
  selftests/riscv: fix potential build failure during the "emit_tests" step