Pull RISC-V fixes from Palmer Dabbelt:
 - fix a formatting error in the hwprobe documentation
 - fix a spurious warning in the RISC-V PMU driver
 - fix memory detection on rv32 (problem does not manifest on any known
   system)
 - avoid parsing legacy parsing of I in ACPI ISA strings
* tag 'riscv-for-linus-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
  RISC-V: Don't include Zicsr or Zifencei in I from ACPI
  riscv: mm: fix truncation warning on RV32
  perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()
  Documentation: RISC-V: hwprobe: Fix a formatting error