lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 04 Aug 2023 14:38:52 -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-rc5

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ