[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <mhng-c0a9115b-10ec-4bf0-8c4f-af009c34423f@palmer-ri-x1c9a>
Date: Fri, 14 Jul 2023 06:58:58 -0700 (PDT)
From: Palmer Dabbelt <palmer@...osinc.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org
Subject: [GIT PULL] RISC-V Fixes for 6.5-rc2
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(-)
Powered by blists - more mailing lists