mbox series

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

Message ID mhng-69f4a2f3-c179-411e-a85e-683bb3e088f3@palmer-ri-x1c9 (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V Fixes for 6.5-rc5 | expand

Pull-request

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

Message

Palmer Dabbelt Aug. 4, 2023, 9:38 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 5, 2023, 12:16 a.m. UTC | #1
The pull request you sent on Fri, 04 Aug 2023 14:38:52 -0700 (PDT):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e661f98c82832ddb76423f57dffb4ba6256e0fc6

Thank you!