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

From: Palmer Dabbelt
Date: Fri Jul 14 2023 - 09:59:08 EST


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

Linux 6.5-rc1 (2023-07-09 13:53:13 -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-rc2

for you to fetch changes up to ab2dbc7accedc2e98eb7d8b8878d337e3b36c95d:

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

----------------------------------------------------------------
RISC-V Fixes for 6.5-rc2

* A fix for a formatting error in the hwprobe documentation.
* A fix for a spurious warning in the RISC-V PMU driver.
* A fix for memory detection on rv32, which does not manifest on any
known system.
* A fix to avoid parsing legacy parsing of I in ACPI ISA strings.

----------------------------------------------------------------
Eric Lin (1):
perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start()

Jisheng Zhang (1):
riscv: mm: fix truncation warning on RV32

Palmer Dabbelt (2):
Documentation: RISC-V: hwprobe: Fix a formatting error
RISC-V: Don't include Zicsr or Zifencei in I from ACPI

Documentation/riscv/hwprobe.rst | 2 +-
arch/riscv/kernel/cpufeature.c | 9 ++-------
arch/riscv/mm/init.c | 2 +-
drivers/perf/riscv_pmu.c | 3 ---
4 files changed, 4 insertions(+), 12 deletions(-)