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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <mhng-AC007570-958E-4BDE-A86F-44681C9AC10E@palmerdabbelt-mac>
Date: Fri, 18 Jul 2025 14:54:02 -0700 (PDT)
From: Palmer Dabbelt <palmer@...belt.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC:         linux-riscv@...ts.infradead.org,        linux-kernel@...r.kernel.org
Subject: [GIT PULL] RISC-V Fixes for 6.16-rc7

The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911:

  Linux 6.16-rc6 (2025-07-13 14:25:58 -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.16-rc7

for you to fetch changes up to b65ca21835ed615907ba231a60db80a2605b94dc:

  riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheck (2025-07-16 10:29:39 -0700)

----------------------------------------------------------------
RISC-V Fixes for 6.16-rc7

* Three fixes for unnecessary spew: an ACPI CPPC boot-time debug
  message, the link-time warnings for R_RISCV_NONE in binaries, and some
  compile-time warnings in __put_user_nocheck.
* A fix for a race during text patching.
* Interrupts are no longer disabled during exception handling.
* A fix for a missing sign extension in the misaligned load handler.
* A fix to avoid static ftrace being selected in Kconfig, as we have
  moved to dynamic ftrace.

----------------------------------------------------------------
Alexandre Ghiti (3):
      riscv: Stop considering R_RISCV_NONE as bad relocations
      riscv: ftrace: Properly acquire text_mutex to fix a race condition
      riscv: Stop supporting static ftrace

Andreas Schwab (1):
      riscv: traps_misaligned: properly sign extend value in misaligned load handler

Nam Cao (1):
      riscv: Enable interrupt during exception handling

Nathan Chancellor (1):
      riscv: uaccess: Fix -Wuninitialized and -Wshadow in __put_user_nocheck

Sunil V L (1):
      ACPI: RISC-V: Remove unnecessary CPPC debug message

 arch/riscv/Kconfig                   |  3 ++-
 arch/riscv/include/asm/uaccess.h     |  4 ++--
 arch/riscv/kernel/ftrace.c           | 18 ++++++++++++++----
 arch/riscv/kernel/traps.c            | 10 ++++++----
 arch/riscv/kernel/traps_misaligned.c |  2 +-
 arch/riscv/tools/relocs_check.sh     |  4 +++-
 drivers/acpi/riscv/cppc.c            |  2 --
 7 files changed, 28 insertions(+), 15 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ